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

Last change on this file since 27279 was 27279, checked in by nikrou, 10 years ago

Fix issue with tag with an ampersand (need encoding)
Allow to choose width and height in menu (either null)

File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | pwgCumulus  - a plugin for Piwigo                                     |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2013 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['Animation width and height in menu'] = 'Dimensions de l\'animation dans le menu';
29$lang['Background color'] = 'Couleur de fond';
30$lang['Background color updated'] = 'La couleur de fond a été mise à jour';
31$lang['Before'] = 'Avant';
32$lang['block'] = 'le bloc';
33$lang['Check the checkbox to add tags cloud in main menu'] = 'Cochez la case pour ajouter le nuage Cumulus dans le menu principal';
34$lang['Check the checkbox to use transparent mode for background'] = 'Cochez la case pour utiliser le mode transparence';
35$lang['Coefficient'] = 'Coefficient';
36$lang['Coefficient for tags size updated'] = 'Le coefficient multiplicateur des tags a été mis à jour';
37$lang['Color 1'] = 'Couleur 1';
38$lang['Color 1 updated'] = 'La couleur 1 a été mise à jour';
39$lang['Color 2'] = 'Couleur 2';
40$lang['Color 2 updated'] = 'La couleur 2 a été mise à jour';
41$lang['Cumulus Tags Cloud Plugin'] = 'Plugin Cumulus Tags Cloud';
42$lang['Current release:'] = 'Version courante';
43$lang['Height'] = 'Hauteur';
44$lang['Height updated'] = 'La hauteur a été mise à jour';
45$lang['Menu'] = 'Menu';
46$lang['Mouseover color'] = 'Couleur au survol';
47$lang['Mouseover color updated'] = 'La couleur hicolor a été mise à jour';
48$lang['Position'] = 'Position';
49$lang['Position in main menu has been updated'] = 'La position dans le menu principal a été mise à jour';
50$lang['Tags cloud added in main menu'] = 'Le nuage Cumulus a été ajouté dans le menu principal';
51$lang['Tags cloud in main menu?'] = 'Ajoutez le nuage Cumulus dans le menu principal ?';
52$lang['Tags cloud removed from main menu'] = 'Le nuage Cumulus a été enlevé du menu principal';
53$lang['Tags page'] = 'Page des tags';
54$lang['Tags size'] = 'Taille des tags';
55$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.';
56$lang['Transparent mode for background'] = 'Mode transparence pour le fond de l\'animation';
57$lang['Transparent mode is not used'] = 'Le mode transparence n\'est pas utilisé';
58$lang['Transparent mode is used'] = 'Le mode transparence est utilisé';
59$lang['Width'] = 'Largeur';
60$lang['Width updated'] = 'La largeur a été mise à jour';
61$lang['Width or height can be null to allow animation using all the space'] = 'Vous pouvez omettre (valeur nulle ou vide) la largeur ou la hauteur pour que l\'animation occupe toute la place disponible.';
62$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';
63$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';
64
65// public
66$lang['cloud'] = 'nuage';
67$lang['cumulus cloud'] = 'Nuage cumulus';
68$lang['show tag cloud'] = 'Utiliser le mode cumulus pour afficher le nuage de tags';
69$lang['Dashboard'] = 'Tableau de bord';
Note: See TracBrowser for help on using the repository browser.