source: extensions/Flash_Gallery/language/fr_FR/plugin.lang.php @ 3663

Last change on this file since 3663 was 3663, checked in by tiico, 15 years ago

Some corrections
Add EN translation (only for the core, not for modules)
Add comment options (%ID)

File size: 5.4 KB
Line 
1<?php
2
3
4
5
6
7
8$lang['flashgal_mods_management'] = 'Gestion des modules';
9$lang['flashgal_add_mod'] = 'Ajouter un nouveau module';
10$lang['flashgal_edit_mod'] = 'Edition du module';
11
12
13$lang['flashgal_module_title'] = 'Titre du module';
14$lang['flashgal_desc'] = 'Description';
15$lang['flashgal_only_for_admin'] = '(uniquement pour le panneau d\'administration)';
16$lang['flashgal_type'] = 'Type de module';
17$lang['flashgal_action'] = 'Actions';
18$lang['flashgal_edit'] = 'Modifier le module';
19$lang['flashgal_delete'] = 'Supprimer le module';
20$lang['flashgal_confirm_delete'] = 'Etes-vous sur de vouloir supprimer le module %s?';
21$lang['flashgal_main_block'] = 'Bloc principal';
22
23$lang['flashgal_add_module'] = 'Ajout d\'un nouveau module';
24$lang['flashgal_module_config'] = 'Configuration du module';
25$lang['flashgal_visual_config'] = 'Configuration de l\'affichage';
26$lang['flashgal_module_options'] = 'Options du module';
27$lang['flashgal_authorized_group'] = 'Groupes autorisés';
28$lang['flashgal_authorized_users'] = 'Utilisateurs autorisés';
29$lang['flashgal_public_module'] = '(Laisser vide pour un module publique)';
30$lang['flashgal_show_title'] = 'Afficher le titre du module';
31$lang['flashgal_show_module_on'] = 'Afficher le module :';
32$lang['flashgal_show_on_home'] = 'Sur la page d\'accueil du site';
33$lang['flashgal_show_on_home_global']           = 'Mode Global (Toutes les cat&eacute;gories)';
34$lang['flashgal_show_on_home_selective']        = 'Mode Selectif (Cat&eacute;gories s&eacute;lectionn&eacute;es)';
35$lang['flashgal_show_on_cats'] = 'Sur les pages des catégories sélectionnées ci-dessous';
36
37$lang['flashgal_xml_config']    = 'Configuration des informations affich&eacute;es (dans le flux xml)';
38$lang['flashgal_cfg_heigh']     = 'Hauteur du module';
39$lang['flashgal_cfg_option']    = 'Options du module';
40$lang['flashgal_transparent']   = 'Activer le mode transparent';
41$lang['flashgal_fullscreen']    = 'Activer le mode Plein &eacute;cran';
42$lang['flashgal_bgcolor']               = 'Couleur du fond du module';
43
44$lang['flashgal_recurs_cats']   = 'R&eacute;cursivit&eacute; sur les cat&eacute;gories filles';
45$lang['flashgal_cfg_replacenav']        = 'Remplacer l\'affichage natif PIWIGO par le module';
46$lang['flashgal_replace_thumb'] = 'Remplacer l\'affichage des miniatures';
47$lang['flashgal_replace_cats']  = 'Remplacer l\'affichage des cat&eacute;gories';
48$lang['flashgal_cfg_cat']       = 'Affichage du module sur les Cat&eacute;gories :';
49
50$lang['flashgal_xml_legend']    = 'Types utilisables pour les param&egrave;tres suivants';
51
52//legende
53$lang['piclens_picture_legend']     = 'Picture';
54$lang['piclens_cat_legend']                 = 'Category';
55$lang['piclens_global_legend']          = 'Global';
56$lang['img_id_legend']                          = 'Picture ID'; // %I1
57$lang['img_name_legend']                        = 'Picture Name';       // %I2
58$lang['img_description_legend']         = 'Picture Description'; // %I3
59$lang['img_author_legend']                      = 'Picture Author';     // %I4
60$lang['img_URLThumb_legend']            = 'Thumbnail URL (URL From gallerie)'; // %I5
61$lang['img_URLNormal_legend']           = 'Piture URL (URL From gallerie)';     // %I6
62$lang['img_URLHigh_legend']                     = 'HD Picture URL (URL From gallerie)'; // %I7
63$lang['img_URLPicturephp_legend']       = 'Link to picture page (picture.php)'; //%I8
64$lang['img_URLThumbFull_legend']        = 'Thumbnail URL (full URL)'; // %I9
65$lang['img_URLNormalFull_legend']       = 'Piture URL (Full URL)';      // %IA
66$lang['img_URLHighFull_legend']         = 'HD Picture URL (Full URL)';  // %IB
67$lang['img_filename_legend']            = 'Picture file name'; // %IC
68$lang['img_comment_legend']                     = 'Last comments'; // %ID
69
70$lang['root_path_legend']                       = 'Pïwigo path'; // %G1
71
72$lang['cat_id_legend']                          = 'Category ID'; // %C1
73$lang['cat_name_legend']                        = 'Category name'; // %C2
74$lang['cat_description_legend']         = 'Category description'; // %C3
75$lang['cat_dir_legend']                         = 'Path to category (path from Gallerie)'; // %C4
76$lang['cat_dirFull_legend']                     = 'Path to category (Full path)'; // %C4
77// Fin legende
78
79$lang['flashgal_on_home_global_ON_label']       = 'Actif sur l\'Accueil (toutes cat&eacute;gories)';
80$lang['flashgal_on_home_ON_label']                      = 'Actif sur l\'Accueil (cat&eacute;gories s&eacute;lectionn&eacute;es)';
81$lang['flashgal_on_home_OFF_label']                     = 'Inactif sur l\'Accueil';
82$lang['flashgal_oncats_ON_label']                       = 'Actif sur les Cat&eacute;gories';
83$lang['flashgal_oncats_OFF_label']                      = 'Inactif sur les Cat&eacute;gories';
84$lang['flashgal_recurs_ON_label']                       = 'R&eacute;cursivit&eacute; Activ&eacute;e';
85$lang['flashgal_recurs_OFF_label']                      = 'R&eacute;cursivit&eacute; Inactiv&eacute;e';
86
87
88
89$lang['img_id']                         = 'Identifiant de l\'image';
90$lang['img_name']                       = 'Nom de l\'image';
91$lang['img_description']        = 'Description de l\'image';
92$lang['img_URLThumb']           = 'URL de la miniature de l\'image';
93$lang['img_URLNormal']          = 'URL de l\'image';
94$lang['img_URLHigh']            = 'URL de l\'image en haute d&eacute;finition';
95$lang['img_URLPicturephp']      = 'Lien vers l\'image sous PIWIGO (picture.php)';
96
97$lang['cat_id']                         = 'Identifiant de la cat&eacute;gorie';
98$lang['cat_name']                       = 'Nom de la cat&eacute;gorie';
99$lang['cat_description']        = 'Description de la cat&eacute;gorie';
100
101
102
103$lang['flashgal_restore']       = 'Param&egrave;tres par D&eacute;faut';
104$lang['flashgal_no_options'] = 'Pas d\'options disponibles pour ce module';
105//Messages d'infos
106$lang['flashgal_order_saved'] = 'L\'ordre a été sauvegardé.';
107
108
109// Messages d'erreurs
110$lang['flashgal_error_no_mod_selected'] = 'Vous n\'avez pas sélectionné de module à ajouter.';
111$lang['flashgal_no_name'] = 'Vous devez indiquer un nom pour le module';
112
113
114
115
116?>
Note: See TracBrowser for help on using the repository browser.