source: extensions/Flash_Gallery/modules/AutoViewer/language/fr_FR/module.lang.php @ 4311

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

[Flash_Gallery] Update Artgallery module with sound compatibility

File size: 974 bytes
RevLine 
[3531]1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_AutoViewer'] = 'Galerie AutoViewer';
9$lang['module_desc_AutoViewer'] = 'Affiche la galerie avec <a href="http://www.simpleviewer.net/products/autoviewer/" target="_blank" class="screenshot" rel="%s" Title="AutoViewer">AutoViewer</a>';
10
[4311]11$lang['AV_options_label']   = 'Options du module Autoviewer';
[3531]12$lang['AV_frameColor']    =  'Couleur du cadre (boutons et miniatures)';
13$lang['AV_frameWidth']    =  'Taille du cadre';
14$lang['AV_imagePadding']  =  'Espacement entre 2 images';
15$lang['AV_displayTime']   =  'dur&eacute;e d\'affichage (en sec.)';
16$lang['AV_enableRightClickOpen']        = 'Autoriser le Clic droit';
17$lang['AV_langOpenImage'] =  'Texte pour le lien "Ouvrir l\image"';
18$lang['AV_langAbout']     =  'Texte pour le lien "A propos"';
19
20?>
Note: See TracBrowser for help on using the repository browser.