source: extensions/pwgCumulus/language/fr_FR/plugin.lang.php @ 5201

Last change on this file since 5201 was 5201, checked in by nikrou, 14 years ago

Initial version

File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Nicolas Roudaire        http://www.nikrou.net  |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['pwg_cumulus_title'] = "Plugin Cumulus Tags Cloud";
23$lang['pwg_cumulus_intro'] = "Ce plugin permet d'afficher un nuage de tags sous forme d'une animation flash en 3D.";
24$lang['pwg_cumulus_info'] = "Vous pouvez choisir ce mode d'affichage du nuage de tags en ajoutant le mode par défaut dans le fichier de configuration <strong>config_local.inc.php</strong>&nbsp;:&nbsp;<br>\$conf['tags_default_display_mode'] = 'cumulus';";
25$lang['pwg_cumulus_dimensions'] = "Dimensions de l'animation";
26$lang['pwg_cumulus_width'] = "Largeur";
27$lang['pwg_cumulus_height'] = "Hauteur";
28$lang['pwg_cumulus_tags_size'] = "Taille des tags";
29$lang['pwg_cumulus_coeff'] = "Coefficient";
30$lang['pwg_cumulus_width_changed'] = "La largeur a été mise à jour";
31$lang['pwg_cumulus_height_changed'] = "La hauteur a été mise à jour";
32$lang['pwg_cumulus_coeff_changed'] = "Le coefficient multiplicateur des tags a été mis à jour";
33$lang['show tag cloud in cumulus mode'] = "Utiliser le mode cumulus pour afficher le nuage de tags";
34$lang['pwg_cumulus_color1'] = "Couleur 1";
35$lang['pwg_cumulus_color2'] = "Couleur 2";
36$lang['pwg_cumulus_hicolor'] = "Couleur au survol";
37$lang['pwg_cumulus_color1_changed'] = "La couleur 1 a été mise à jour";
38$lang['pwg_cumulus_color2_changed'] = "La couleur 2 a été mise à jour";
39$lang['pwg_cumulus_hicolor_changed'] = "La couleur hicolor a été mise à jour";
40?>
Note: See TracBrowser for help on using the repository browser.