source: extensions/Flash_Gallery/modules/ZenGallery/language/fr_FR/module.lang.php @ 3531

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

First revision (for testing)
Only in French (translation to be done)

File size: 2.8 KB
Line 
1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_ZenGallery'] = 'Galerie ZenGallery';
9$lang['module_desc_ZenGallery'] = 'Affiche la galerie avec <a href="http://flash-gallery.com/zen-flash-gallery/demo/" target="_blank" class="screenshot" rel="%s" Title="ZenGallery">ZenGallery</a>';
10
11$lang['ZG_options_label']       = 'Options du module ZenGallery';
12
13$lang['ZG_cacheRadius']                 = 'Arrondis du module[0-90]';
14$lang['ZG_imageScaleMode']                      = 'Mode de mise &agrave l\'&eacute;chelle';
15$lang['ZG_dropShadow']                  = 'Ombrage';
16$lang['ZG_frameSize']                   = 'Epaisseur du cadre';
17$lang['ZG_frameColor']                  = 'Couleur du cadre';
18$lang['ZG_cornerRadius']                        = 'Arrondis aux angles[0-90]';
19$lang['ZG_backgroundColor']                     = 'Couleur du fond';
20$lang['ZG_initialState']                        = 'Etat initial';
21$lang['ZG_showCaption']                 = 'Afficher les descriptions';
22$lang['ZG_captionBackgroundAlpha']                      = 'Transparence du fond[0-100]';
23$lang['ZG_captionBackgroundCornerRadius']                       = 'Angle du fond[0-90]';
24$lang['ZG_buttonsBackgroundAlpha']                      = 'Transparence des boutons du fond[0-100]';
25$lang['ZG_buttonsBackgroundCornerRadius']                       = 'Angle des boutons[0-90]';
26$lang['ZG_showButtons']                 = 'Afficher les boutons';
27$lang['ZG_showAlbumsButton']                    = 'Afficher les boutons \'Albums\'';
28$lang['ZG_showThumbnailsButton']                        = 'Afficher les boutons \'Miniature\'';
29$lang['ZG_showSlideshowButton']                 = 'Afficher les boutons \'Diaporama\'';
30$lang['ZG_showNavigationButton']                        = 'Afficher les boutons de navigation';
31$lang['ZG_slideshowDelay']                      = 'Temps d\'affichage des images';
32$lang['ZG_rotationDirection']                   = 'Sens de la rotation des images';
33$lang['ZG_rotationDuration']                    = 'Dur&eacute; de la rotation';
34$lang['ZG_panelBackgroundAlpha']                        = 'Transparence du bandeau Album et Miniature';
35$lang['ZG_iconWidth']                   = 'Largeur des icones';
36$lang['ZG_iconHeight']                  = 'Hauteur des icones';
37$lang['ZG_iconPadding']                 = 'Espacement des icoenes';
38
39$lang['ZG_Crop']                = 'Couper';
40$lang['ZG_Fit']                 = 'Etirer';
41$lang['ZG_LoadImage']   = 'Chargement image'; 
42$lang['ZG_StartSlideshow']   = 'D&eacute;marrage diaporama'; 
43$lang['ZG_ShowAlbums']   = 'Albums'; 
44$lang['ZG_ShowThumbnails']      = 'Miniatures';
45$lang['ZG_Always']   = 'Toujours'; 
46$lang['ZG_Never']   = 'Jamais'; 
47$lang['ZG_onMouseOver'] = 'Au passage de la souris';
48$lang['ZG_VerticalCW']   = 'Vertical droite->Gauche'; 
49$lang['ZG_VerticalCCW']   = 'Vertical Gauche->Droite'; 
50$lang['ZG_HorizontalCW']   = 'Horizontal Haut->Bas'; 
51$lang['ZG_HorizontalCCW']       = 'Horizontal Bas->Haut';
52
53$lang['ZG_useEmbeddedFont']     = 'Utilisation des polices du module';
54$lang['ZG_fontName']                    = 'Police &agrave; utiliser';
55$lang['ZG_fontSize']                    = 'Taille de la police';
56
57?>
Note: See TracBrowser for help on using the repository browser.