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

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

Work in admin panel

File size: 1.3 KB
Line 
1<?php
2
3/* Admin */
4$lang['Title theme'] = 'Configuration du thème : <em>Sobre</em>';
5$lang['Title banner on pages'] = 'Affichage de la bannière';
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$lang['nb menubar items'] = 'Nombre d\'éléments dans le menu';
12$lang['Tips'] = 'Divers';
13
14/* picture.tpl */
15$lang['Viewing name'] = 'Vous regardez';
16$lang['comment'] = '';
17$lang['Licence area'] = 'Licence';
18$lang['Informations area'] = 'Informations';
19$lang['upload author'] = 'Votre nom :';
20$lang['Submit comment'] = 'Valider votre commentaire';
21$lang['comment screen'] = 'Votre commentaire ici. Merci';
22
23/* footer.tpl */
24$lang['generation time'] = 'Page fabriquée en';
25$lang['sql queries in'] = 'requêtes SQL en';
26$lang['Scroll_to_top'] = 'Revenir en haut de page';
27$lang['About'] = 'Mentions légales';
28
29/* mainpage_categories.tpl */
30$lang['Auto categorie'] = 'Catégorie automatique';
31
32?>
Note: See TracBrowser for help on using the repository browser.