source: extensions/sobre/language/fr_FR/theme.lang.php @ 5628

Last change on this file since 5628 was 5628, checked in by Gotcha, 14 years ago

Daily MAJ
Lots of changes

File size: 1.1 KB
Line 
1<?php
2
3/* Admin */
4$lang['Display page banner on home page'] = 'Afficher la bannière sur la page d\'accueil';
5$lang['Display page banner on categories pages'] = 'Afficher la bannière sur la page des catégories';
6$lang['Display page banner on picture page'] = 'Afficher la bannière sur la page des photos';
7$lang['Display page banner on other pages'] = 'Afficher la bannière sur les autres pages';
8$lang['Theme by'] = 'Thème Sobre par <a href="http://www.julien-moreau.fr/" title="Gotcha">Gotcha</a>.';
9
10/* picture.tpl */
11$lang['Viewing name'] = 'Vous regardez';
12$lang['comment'] = '';
13$lang['Licence area'] = 'Licence';
14$lang['Informations area'] = 'Informations';
15$lang['upload author'] = 'Votre nom :';
16$lang['Submit comment'] = 'Valider votre commentaire';
17$lang['comment screen'] = 'Votre commentaire ici. Merci';
18
19/* footer.tpl */
20$lang['generation time'] = 'Page fabriquée en';
21$lang['sql queries in'] = 'requêtes SQL en';
22$lang['Scroll_to_top'] = 'Revenir en haut de page';
23$lang['About'] = 'Mentions légales';
24
25/* mainpage_categories.tpl */
26$lang['Auto categorie'] = 'Catégorie automatique';
27
28?>
Note: See TracBrowser for help on using the repository browser.