source: extensions/Flash_Gallery/modules/StackGallery/language/fr_FR/module.lang.php

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

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

File size: 1.2 KB
RevLine 
[3531]1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_StackGallery'] = 'Galerie StackGallery';
9$lang['module_desc_StackGallery'] = 'Affiche la galerie avec <a href="http://flash-gallery.com/stack-flash-gallery/demo/" target="_blank" class="screenshot" rel="%s" Title="StackGallery">StackGallery</a>';
10
11$lang['StackG_options_label']   = 'Options du module StackGallery';
12
13$lang['StackG_Crop']            = 'Couper';
14$lang['StackG_Fit']                     = 'Etirer';
15$lang['StackG_NoScale']         = 'Non';
16
17$lang['StackG_captionColor']    = 'Couleur du texte';
18$lang['StackG_frameColor']              = 'Couleur du cadre';
19$lang['StackG_imageScaleMode']  = 'Mise &agrave; l\'&eacute;chelle de l\'image';
20$lang['StackG_visibleImages']   = 'Nombre d\images affich&eacute;es';
21$lang['StackG_usePhotoNumbers'] = 'Affichage des num&eacute;ros d\'images';
22$lang['StackG_backButtonLabel'] = 'Libell&eacute; du bouton Retour';
23$lang['StackG_slideshow']               = 'Diaporama';
24$lang['StackG_width']                   = 'Largeur des images';
25$lang['StackG_height']                  = 'Hauteur des images';
26
27?>
Note: See TracBrowser for help on using the repository browser.