source: extensions/Flash_Gallery/modules/FlashPhotoGallery/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: 637 bytes
Line 
1<?php
2
3
4//------------------------------------------------------------------------------
5//                                                      Module language
6//------------------------------------------------------------------------------
7
8$lang['module_name_FlashPhotoGallery'] = 'Galerie FlashPhotoGallery';
9$lang['module_desc_FlashPhotoGallery'] = 'Affiche la galerie avec <a href="http://www.flashgallery.org/" target="_blank" class="screenshot" rel="%s" Title="FlashPhotoGallery">FlashPhotoGallery</a>';
10
11$lang['FPG_GalleryType1']       = 'Miniature en bas';
12$lang['FPG_GalleryType2']       = 'Miniature &agrave; gauche';
13$lang['FPG_GalleryType3']       = 'Miniature en haut';
14
15?>
Note: See TracBrowser for help on using the repository browser.