source: extensions/LLGBO2/language/fr_FR/plugin.lang.php @ 4574

Last change on this file since 4574 was 4574, checked in by EXFTB, 14 years ago

LLGBO improve Header management

  • Property svn:eol-style set to LF
File size: 5.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | PhpWebGallery - a PHP based picture gallery                           |
4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7$lang['submit'] = 'Valider';
8$lang['save'] = 'Enregistrer';
9$lang['preview'] = 'Visualiser';
10$lang['Title'] = 'Look like GBo';
11$lang['Howto'] = 'Ce plugin permet de modifier la présentation de la page image.';
12$lang['Step1_Title'] = 'Paramétrage du Plugin ';
13$lang['Step2_Title'] = 'Paramétrage de l\'infobulle';
14$lang['Step3_Title'] = 'Paramétrage du cadre ';
15$lang['Step4_Title']= 'Paramètres de l\'infobulle :' ;
16$lang['llgbo_tooltip']='Infobulles spécifiques (miniatures des photos) au survol des boutons :';
17$lang['llgbo_exifunderbt']='Infobulles spécifiques pour les EXIFS au survol du bouton :';
18$lang['llgbo_frame']='Gérer un cadre autour de l\'image :';
19$lang['llgbo_header']='L\'entête n\'est affichée que sur la page d\'accueil  :';
20$lang['llgbo_maintain_header']='Conserver l\'entête sur les pages suivantes :';
21$lang['llgbo_allinfo']='Affiche toutes les informations de l\'image  :';
22$lang['llgbo_usemap']='Ajoute la navigation sur l\'image :';
23$lang['llgbo_usemap_thumb']='Affiche les miniatures lors de la navigation sur l\'image :';
24$lang['llgbo_info']='     (^_^) Vos paramétres sont enregistrés !';
25$lang['llgbo_title_frame'] = 'Afficher le titre de l\'image sur le cadre';
26$lang['llgbo_default_navthumb'] = 'Supprime l\'affichage standard des miniatures de navigation :';
27$lang['llgo_tooltip_width']= 'largeur de l\'infobulle :' ; 
28$lang['llgo_tooltip_size']= 'largeur de la bordure de l\'infobulle :'  ;
29$lang['llgbo_tooltip_bordercolor']= 'Couleur de la bordure de l\'infobulle :' ;
30$lang['llgbo_tooltip_backgroundcolor']= 'Couleur du fond de l\'infobulle :' ;
31$lang['llgbo_tooltip_titlecolor']= 'Couleur du titre de l\'infobulle :' ;
32$lang['llgbo_tooltip_color']= 'Couleur du texte de l\'infobulle :' ;
33$lang['llgo_global_setting']= 'Parmètres généraux de la page picture de piwigo:';
34$lang['llgo_tooltip_setting']= 'Titre de l\'infobulle :' ;
35$lang['llgo_frame_setting']= 'Paramètres du cadre :' ;
36$lang['llgbo_title_frame_color']= 'Couleur du titre affiché sur le cadre';
37$lang['llgbo_frame_bdcolor0']= 'Ligne 1 couleur : ';
38$lang['llgbo_frame_bdcolor1']= 'Ligne 2 couleur : ';
39$lang['llgbo_frame_bdcolor2']= 'Ligne 3 couleur : ';
40$lang['llgbo_frame_bdcolor3']= 'Ligne 4 couleur : ';
41$lang['llgbo_frame_bdcolor4']= 'Ligne 5 couleur : ';
42$lang['llgbo_frame_bdcolor5']= 'Ligne 6 couleur : ';
43$lang['llgbo_frame_bdcolor6']= 'Ligne 7 couleur : ';
44$lang['llgbo_frame_bdcolor7']= 'Ligne 8 couleur : ';
45$lang['llgbo_frame_bdcolor8']= 'Ligne 9 couleur : ';
46$lang['llgbo_frame_bdcolor9']= 'Ligne 10 couleur : ';
47$lang['llgbo_frame_bdcolor10']= 'Ligne 11 couleur : ';
48$lang['llgbo_frame_bdcolor11']= 'Ligne 12 couleur : ';
49$lang['llgbo_frame_bdcolor12']= 'Ligne 13 couleur : ';
50$lang['llgbo_frame_bdcolor13']= 'Ligne 14 couleur : ';
51$lang['llgbo_frame_bdcolor14']= 'Ligne 15 couleur : ';
52$lang['llgbo_frame_bdcolor15']= 'Ligne 16 couleur : ';
53$lang['llgbo_frame_bdsize']= 'épaisseur : ';
54$lang['llgbo_M_frame'] = 'Gestion du cadre';
55$lang['llgbo_M_tooltip'] = 'Gestion de l\'infofulle';
56$lang['llgbo_M_manage'] = 'Paramétres généraux';
57$lang['llgbo_samples'] = 'Exemples :';
58// must be translate
59$lang['Howto'] = 'Ce plugin gére la présentation  de la page Image.<br>';
60$lang['llgbo_frame']='Gérer le cadre autour de la photo';
61$lang['Step4_Title'] = 'Gestion de l\'affichage de l\'entête';
62$lang['llgbo_header']='Gérer l\'affichage de l\'entête';
63$lang['llgo_tooltip_setting']= 'titre de l\'infobulle';
64$lang['llgbo_M_header'] = 'Gestion de l\'affichage de l\'entête';
65$lang['Step4_Title'] = 'Affiche / Masque l\'entête de chaque page';
66$lang['llgbo_header_home'] = 'Affichage sur la page d\'Accueil';
67$lang['llgbo_header_category'] = 'Affichage sur la page catégorie';
68$lang['llgbo_header_category_filter_recent']= 'Affichage sur la page catégorie :filtrée par récent';
69$lang['llgbo_header_category_flat']= 'Affichage sur la page catégorie (à plat)' ;
70$lang['llgbo_header_category_posted_monthly']= 'Affichage sur la page catégorie opion calendrier' ;
71$lang['llgbo_header_picture']= 'Affichage sur la page Image' ;
72$lang['llgbo_header_additional_page'] = 'Affichage sur les pages Additonelles';
73$lang['llgbo_header_most_visited'] = 'Affichage sur la page Plus visitées';
74$lang['llgbo_header_best_rated'] = 'Affichage sur la page Mieux notées';
75$lang['llgbo_header_list']= 'Affichage sur la page Images au hasard';
76$lang['llgbo_header_recent_pics']= 'Affichage sur la page Images récentes';
77$lang['llgbo_header_created_monthly_calendar'] = 'Affichage sur la page Calendrier'; 
78$lang['llgbo_header_tags']= 'Affichage sur la page Nuages de mots'; 
79$lang['llgbo_header_search']= 'Affichage sur la page Recherche';
80$lang['llgbo_header_comments']= 'Affichage sur la page Commentaires';
81$lang['llgbo_header_about']= 'Affichage sur la page Apropos';
82$lang['llgbo_header_notification']= 'Affichage sur la page Notification';
83$lang['llgbo_header_register'] = 'Affichage sur la page Inscription';
84$lang['llgbo_header_identification']= 'Affichage sur la page Identification';
85$lang['llgbo_header_favorites']= 'Affichage sur la page Mes Favoris';
86$lang['llgbo_header_recent_cats']= 'Affichage sur la page catégories récentes';
87
88
89
90
91?>
Note: See TracBrowser for help on using the repository browser.