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

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

Compatible minimum with BBcode_Bar v2.1.a

File size: 2.0 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$lang['Display LMT licence'] = 'Affichage de la licence avec le plugin "LMT" sous la photo.';
18$lang['Troncate picture name'] = 'Raccourcir le nom du fichier à afficher.';
19$lang['Many caracters to be preserved'] = 'Nombre de caractères à préserver.';
20$lang['Start or end'] = 'Couper à partir du début ou de la fin, du nom de fichier ?';
21$lang['Start'] = 'Début';
22$lang['End'] = 'Fin';
23$lang['Display light categories'] = 'Raccourcir le nom des catégories au minimum.';
24
25
26/* picture.tpl */
27$lang['Viewing name'] = 'Vous regardez';
28$lang['Comment'] = '';
29$lang['Licence area'] = 'Licence';
30$lang['Informations area'] = 'Informations';
31$lang['upload author'] = 'Votre nom :';
32$lang['Submit comment'] = 'Valider votre commentaire';
33$lang['comment screen'] = 'Votre commentaire ici. Merci';
34
35/* footer.tpl */
36$lang['generation time'] = 'Page fabriquée en';
37$lang['sql queries in'] = 'requêtes SQL en';
38$lang['Scroll_to_top'] = 'Revenir en haut de page';
39$lang['About'] = 'Mentions légales';
40
41/* mainpage_categories.tpl */
42$lang['Auto categorie'] = 'Catégorie automatique';
43
44?>
Note: See TracBrowser for help on using the repository browser.