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éfilement'; |
---|
26 | $lang['PFG_useHighlight'] = 'Surbrillance des images'; |
---|
27 | $lang['PFG_slideShow'] = 'Diaporama'; |
---|
28 | $lang['PFG_slideShowDelay'] = 'Durée d\'affichage des images'; |
---|
29 | $lang['PFG_flipDuration'] = 'Durée du changement d\'images'; |
---|
30 | $lang['PFG_colorScheme_label'] = 'Couleur du fond'; |
---|
31 | $lang['PFG_startPosition_label'] = 'Position de démarrage'; |
---|
32 | $lang['PFG_reflectionAlpha'] = 'Transparence[0-100]'; |
---|
33 | |
---|
34 | |
---|
35 | ?> |
---|