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

Last change on this file since 15386 was 15386, checked in by ddtddt, 12 years ago

[extensions] - pwgCumulus - add EN for works with Lexiglot

File size: 4.7 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 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 version 2 as     |
9// | published by  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., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA                                                     |
20// +-----------------------------------------------------------------------+
21
22// admin
23$lang['Add tags cloud in main menu'] = 'Ajouter le nuage Cumulus dans menu principal';
24$lang['After'] = 'Après';
25$lang['Animation colors'] = 'Couleurs de l\'animation';
26$lang['Animation configuration : size, tags colors, tags size'] = 'Configuration de l\'animation : taille, couleurs des tags, taille des tags';
27$lang['Animation width and height'] = 'Dimensions de l\'animation';
28$lang['Background color'] = 'Couleur de fond';
29$lang['Background color updated'] = 'La couleur de fond a été mise à jour';
30$lang['Before'] = 'Avant';
31$lang['block'] = 'le bloc';
32$lang['Check the checkbox to add tags cloud in main menu'] = 'Cochez la case pour ajouter le nuage Cumulus dans le menu principal';
33$lang['Check the checkbox to use transparent mode for background'] = 'Cochez la case pour utiliser le mode transparence';
34$lang['Coefficient'] = 'Coefficient';
35$lang['Coefficient for tags size updated'] = 'Le coefficient multiplicateur des tags a été mis à jour';
36$lang['Color 1'] = 'Couleur 1';
37$lang['Color 1 updated'] = 'La couleur 1 a été mise à jour';
38$lang['Color 2'] = 'Couleur 2';
39$lang['Color 2 updated'] = 'La couleur 2 a été mise à jour';
40$lang['Cumulus Tags Cloud Plugin'] = 'Plugin Cumulus Tags Cloud';
41$lang['Current release:'] = 'Version courante';
42$lang['Height'] = 'Hauteur';
43$lang['Height updated'] = 'La hauteur a été mise à jour';
44$lang['Menu'] = 'Menu';
45$lang['Mouseover color'] = 'Couleur au survol';
46$lang['Mouseover color updated'] = 'La couleur hicolor a été mise à jour';
47$lang['Position'] = 'Position';
48$lang['Position in main menu has been updated'] = 'La position dans le menu principal a été mise à jour';
49$lang['Tags cloud added in main menu'] = 'Le nuage Cumulus a été ajouté dans le menu principal';
50$lang['Tags cloud in main menu?'] = 'Ajoutez le nuage Cumulus dans le menu principal ?';
51$lang['Tags cloud removed from main menu'] = 'Le nuage Cumulus a été enlevé du menu principal';
52$lang['Tags page'] = 'Page des tags';
53$lang['Tags size'] = 'Taille des tags';
54$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = 'Ce plugin permet d\'afficher un nuage de tags sous forme d\'une animation flash en 3D.';
55$lang['Transparent mode for background'] = 'Mode transparence pour le fond de l\'animation';
56$lang['Transparent mode is not used'] = 'Le mode transparence n\'est pas utilisé';
57$lang['Transparent mode is used'] = 'Le mode transparence est utilisé';
58$lang['Width'] = 'Largeur';
59$lang['Width updated'] = 'La largeur a été mise à jour';
60$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = 'Vous pouvez choisir ce mode d\'affichage du nuage de tags en ajoutant le mode par défaut dans le fichier de configuration';
61$lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Vous pouvez ajouter le nuage Cumulus dans le menu principal. Vous pouvez définir la position du nuage par rapport à un autre bloc de menu';
62
63// public
64$lang['cloud'] = 'nuage';
65$lang['cumulus cloud'] = 'Nuage cumulus';
66$lang['show tag cloud'] = 'utiliser le mode cumulus pour afficher le nuage de tags';
67?>
Note: See TracBrowser for help on using the repository browser.