source: extensions/Flash_Gallery/modules/JWImageRotator/language/fr_FR/module.lang.php @ 4312

Last change on this file since 4312 was 4312, checked in by tiico, 14 years ago

[Flash_Gallery] bug 1230 : Update JWImageRotator module with autostart option

File size: 2.2 KB
Line 
1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_JWImageRotator'] = 'Galerie JW Image Rotator';
9$lang['module_desc_JWImageRotator'] = 'Affiche la galerie avec <a href="http://www.longtailvideo.com/players/jw-image-rotator/" target="_blank" class="screenshot" rel="%s" Title="JW Image Rotator">JW Image Rotator</a>';
10
11$lang['JWIR_options_label']             = 'Options du module JW Image Rotator';
12$lang['JWIR_size']                              = 'Taille de l\'affichage';
13$lang['JWIR_height']                    = 'Hauteur'; 
14$lang['JWIR_width']                     = 'Largeur'; 
15$lang['JWIR_backcolor']                 = 'Couleur du fond'; 
16$lang['JWIR_frontcolor']                = 'Couleur des boutons et du texte'; 
17$lang['JWIR_lightcolor']                = 'Couleur du Rollover'; 
18$lang['JWIR_overstretch']               = 'Etirement de l\'image'; 
19$lang['JWIR_screencolor']               = 'Couleur de l\'affichage'; 
20$lang['JWIR_showicons']                 = 'Affichage des icones'; 
21$lang['JWIR_shownavigation']    = 'Affichage de la barre de navigation'; 
22$lang['JWIR_transition']                = 'Transition entre les images'; 
23$lang['JWIR_usefullscreen']     = 'Affichage du bouton Plein &eacute;cran'; 
24$lang['JWIR_linkfromdisplay']   = 'Lien en cliquant sur l\'image'; 
25$lang['JWIR_linktarget']                = 'Type d\'ouverture du lien '; 
26$lang['JWIR_repeat']                    = 'R&eacute;p&eacute;tition'; 
27$lang['JWIR_rotatetime']                = 'Temps d\'affichage des images'; 
28$lang['JWIR_shuffle']                   = 'Affichage Al&eacute;atoire des images'; 
29
30$lang['JWIR_random_label']              = 'Al&eacute;atoire';
31$lang['JWIR_fade_label']                        = 'Fondu (image)';
32$lang['JWIR_bgfade_label']              = 'Fondu (Global)';
33$lang['JWIR_blocks_label']              = 'Carr&eacute;';
34$lang['JWIR_bubbles_label']             = 'Bulles';
35$lang['JWIR_circles_label']             = 'Cercles';
36$lang['JWIR_flash_label']                       = 'Flash';
37$lang['JWIR_fluids_label']              = 'Fluide';
38$lang['JWIR_lines_label']                       = 'Lignes';
39$lang['JWIR_slowfade_label']            = 'Fondu encha&icirc;n&eacute;';
40
41$lang['JWIR_false_label']                       = 'Non(Original)';
42$lang['JWIR_true_label']                        = 'Proportionnel';
43$lang['JWIR_fit_label']                         = 'Non proportionnel';
44
45$lang['JWIR_autostart']                         = 'Démarrer automatiquement le diaporame';
46
47?>
Note: See TracBrowser for help on using the repository browser.