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

Last change on this file since 13942 was 13942, checked in by TranslationTeam, 12 years ago

[Sobre] Update fr_FR, thanks to : Eric

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