source: extensions/Flash_Gallery/modules/PostCardViewer/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.0 KB
Line 
1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_PostCardViewer'] = 'Galerie PostCardViewer';
9$lang['module_desc_PostCardViewer'] = 'Affiche la galerie avec <a href="http://www.simpleviewer.net/products/postcardviewer/" target="_blank" class="screenshot" rel="%s" Title="PostCardViewer">PostCardViewer</a>';
10
11$lang['PV_cellDimension']               = 'Taille d\'affichage des images';
12$lang['PV_columns']             = 'Nombre de Colonnes';
13$lang['PV_zoomOutPerc']                 = 'Zoom - (%)';
14$lang['PV_zoomInPerc']          = 'Zoom + (%)';
15$lang['PV_frameWidth']          = 'Taille de l\'image';
16$lang['PV_frameColor']          = 'Couleur de l\image';
17$lang['PV_captionColor']                = 'Couleur des description';
18$lang['PV_enableRightClickOpen']                = 'Autoriser le clic droit';
19$lang['PV_langOpenImage']               = 'Libell&eacute; \'Ouverture image\'';
20$lang['PV_langAbout']           = 'Libell&eacute; \'A Propos\'';
21
22
23
24?>
Note: See TracBrowser for help on using the repository browser.