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

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

Daily revision

File size: 1.5 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['mb menubar items'] = 'Nombre d\'éléments dans le menu';
12$lang['Tips'] = 'Divers';
13$lang['Thumbnail dimensions'] = 'Dimensions de vos miniatures';
14$lang['(Dimensions limits in pixels)'] = '(Dimensions exprimées en pixels)';
15$lang['width'] = 'largeur';
16$lang['height'] = 'hauteur';
17
18
19/* picture.tpl */
20$lang['Viewing name'] = 'Vous regardez';
21$lang['comment'] = '';
22$lang['Licence area'] = 'Licence';
23$lang['Informations area'] = 'Informations';
24$lang['upload author'] = 'Votre nom :';
25$lang['Submit comment'] = 'Valider votre commentaire';
26$lang['comment screen'] = 'Votre commentaire ici. Merci';
27
28/* footer.tpl */
29$lang['generation time'] = 'Page fabriquée en';
30$lang['sql queries in'] = 'requêtes SQL en';
31$lang['Scroll_to_top'] = 'Revenir en haut de page';
32$lang['About'] = 'Mentions légales';
33
34/* mainpage_categories.tpl */
35$lang['Auto categorie'] = 'Catégorie automatique';
36
37?>
Note: See TracBrowser for help on using the repository browser.