source: extensions/paMOOramics/language/fr_FR/plugin.lang.php @ 3700

Last change on this file since 3700 was 3700, checked in by repie38, 15 years ago

create paMOOramics extension for repie38

File size: 3.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['pamooramics_description']                = 'paMOOramics permet d\'afficher et de faire defiler vos photos panoramiques dans piwigo grace à ';
25$lang['pamooramics_and']                                = 'et';
26$lang['pamooramics_by']                                 = 'par';
27
28$lang['pamooramics_admin_form_legend']  = 'Configuration de paMOOramics';
29$lang['pamooramics_use_name']                   = 'Activer paMOOramics grace au nom du fichier';
30$lang['pamooramics_name']                               = 'Texte a detecter pour afficher les images en mode panoramique';
31$lang['pamooramics_use_ratio']                  = 'Activer paMOOramics grace au ratio l/h';
32$lang['pamooramics_ratio']                              = 'Ratio (largeur/hauteur) minimum pour afficher les images en mode panoramique';
33$lang['pamooramics_width']                              = 'Largeur d\'affichage du panoramique';
34$lang['pamooramics_border_size']                = 'Epaisseur de la bordure du panoramique';
35$lang['pamooramics_border_color']               = 'Couleur de la bordure du panoramique';
36$lang['pamooramics_activateslider']     = 'Activer le déplacement au survol de la souris';
37$lang['pamooramics_footer_color']               = 'Couleur de fond de la partie légende';
38$lang['pamooramics_caption_color']              = 'Couleur du text descriptif';
39$lang['pamooramics_enable_autoscroll']  = 'Autoriser de défilement automatique (autoscroll)';
40$lang['pamooramics_autoscroll_speed']   = 'Vitesse du défilement automatique (pour un défilement)';
41$lang['pamooramics_autoscroll_onload']  = 'Lancer le défilement automatique au chargement';
42
43
44$lang['pamooramics_picture_high']               = 'Cliquer ici pour visualiser la photo en haute définition';
45$lang['pamooramics_displayfooter']              = 'Ne pas afficher la partie legende';
46$lang['pamooramics_Slideshow_displayfooter'] = 'Ne pas afficher la partie legende pour le diaporama';
47
48$lang['pamooramics_save_config']                = 'Enregistrer';
49
50
51
52
53$lang['pamooramics_startAutoscroll']    = 'Démarrer le défilement auto';
54$lang['pamooramics_stopAutoscroll']     = 'Arrêter le défilement auto';
55$lang['pamooramics_loading']                    = 'Chargement du panorama en cours ...';
56$lang['pamooramics_clickMessage']               = 'Cliquez pour déplacer le cadre';
57$lang['pamooramics_dragMessage']                = 'Faites moi coulisser pour bouger le panorama';
58
59?>
Note: See TracBrowser for help on using the repository browser.