source: extensions/photoWidget/language/fr_FR/plugin.lang.php @ 15437

Last change on this file since 15437 was 15437, checked in by TranslationTeam, 12 years ago

[photowidget] Update fr_FR, thanks to : ddtddt

File size: 3.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | photoWidget  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2010-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 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., 51 Franklin Street, Fifth Floor, Boston,            |
19// | MA 02110-1301 USA.                                                    |
20// +-----------------------------------------------------------------------+
21
22// admin
23$lang['All categories'] = 'Toutes les catégories';
24$lang['Animation background color'] = 'Couleur de fond de l\'animation';
25$lang['Animation size'] = 'Taille de l\'animation';
26$lang['Applicable categorie(s)'] = 'Choix de catégorie(s)';
27$lang['Background color of animation has been updated'] = 'La couleur de fond a été mise à jour';
28$lang['Color'] = 'Couleur';
29$lang['Height'] = 'Hauteur';
30$lang['Height has been updated'] = 'La hauteur a été mise à jour';
31$lang['Main configuration'] = 'Configuration générale';
32$lang['one category'] = 'une catégorie';
33$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Ce plugin affiche les imagettes sous la forme d\'une animation flash en 3D.';
34$lang['Width'] = 'Largeur';
35$lang['Width has been updated'] = 'La largeur a été mise à jour';
36$lang['You choose that mode for'] = 'Vous avez choisi ce mode d\'affichage pour';
37$lang['You can choose that mode for displaying one, severals or all categories'] = 'Vous pouvez choisir ce mode d\'affichage pour une, plusieurs ou toutes les catégories';
38$lang['severals categories'] = 'plusieurs catégories';
39$lang['You must choose at least one category'] = 'Vous devez choisir au moins une catégorie';
40
41// public
42$lang['This widget requires Flash Player 9 or better'] = 'Ce mode d\'affichage nécessite flash 9 au minimum'; 
43$lang['No'] = 'non';
44$lang['Photo Widget Plugin'] = 'Plugin Photo Widget';
45$lang['Submit'] = 'Valider';
46$lang['Yes'] = 'oui';
47?>
Note: See TracBrowser for help on using the repository browser.