source: extensions/Flash_Gallery/modules/PhotoFlowGallery/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: 1.4 KB
Line 
1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_PhotoFlowGallery'] = 'Galerie PhotoFlowGallery';
9$lang['module_desc_PhotoFlowGallery'] = 'Affiche la galerie avec <a href="http://flash-gallery.com/photoflow-flash-gallery/demo/" target="_blank" class="screenshot" rel="%s" Title="PhotoFlowGallery">PhotoFlowGallery</a>';
10
11$lang['PFG_options_label']      = 'Options du module FlowGallery';
12
13$lang['PFG_white'] = 'Blanc';
14$lang['PFG_black'] = 'Noir'; 
15$lang['PFG_grey'] = 'Gris'; 
16$lang['PFG_red'] = 'Rouge'; 
17$lang['PFG_green'] = 'Vert'; 
18$lang['PFG_blue'] = 'Bleu'; 
19$lang['PFG_custom'] = 'Custom';
20$lang['PFG_left'] = 'Gauche'; 
21$lang['PFG_center'] = 'Centre'; 
22$lang['PFG_right'] = 'Droite';
23
24$lang['PFG_imageAngle']         = 'Angle des images[0-90]';
25$lang['PFG_useScrollBar']               = 'Affichage de la barre de d&eacute;filement';
26$lang['PFG_useHighlight']               = 'Surbrillance des images';
27$lang['PFG_slideShow']          = 'Diaporama';
28$lang['PFG_slideShowDelay']             = 'Dur&eacute;e d\'affichage des images';
29$lang['PFG_flipDuration']               = 'Dur&eacute;e du changement d\'images';
30$lang['PFG_colorScheme_label']          = 'Couleur du fond';
31$lang['PFG_startPosition_label']                = 'Position de d&eacute;marrage';
32$lang['PFG_reflectionAlpha']            = 'Transparence[0-100]';
33
34
35?>
Note: See TracBrowser for help on using the repository browser.