source: extensions/see_photos_by_user/language/fr_FR/plugin.lang.php @ 31460

Last change on this file since 31460 was 31460, checked in by ddtddt, 8 years ago

[extensions] - see_photos_by_user - 2.8

File size: 3.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | See photos by user plugin for piwigo                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2014 - 2016 ddtddt             http://temmii.com/piwigo/ |
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$lang['See photos by user'] = 'Voir les photos par utilisateur';
22$lang['select user'] = 'selectionner un utilisateur';
23$lang['select other user'] = 'selectionner un autre utilisateur';
24$lang['submit'] = 'Valider';
25$lang['users in alphabetical order'] = 'utilisateurs par ordre alphabétique';
26$lang['users by reverse alphabetical order'] = 'utilisateurs par ordre inversement alphabétique';
27$lang['by increasing number of photos'] = 'par nombre de photos croissant';
28$lang['by decreasing number of photos'] = 'par nombre de photos décroissant';
29$lang['Minimal number photos for show users'] = 'Nombre minimal de photos pour montrer les utilisateurs';
30$lang['Maximal number users'] = 'nombre maximal d\'utilisateurs';
31$lang['Users order'] = 'Ordre des utilisateurs';
32$lang['Maximal number users is incorrect !'] = 'Le nombre maximal d\'utilisateurs est incorrect !';
33$lang['Minimal number photos for show users is incorrect !'] = 'Le nombre minimal de photos pour montrer les utilisateurs est incorrect !';
34$lang['link Specials menu'] = 'lien dans le menu Spéciales';
35$lang['select users box'] = 'la boite de sélection d\'utilisateurs';
36$lang['bloc menu users'] = 'Le bloc menu des utilisateurs';
37$lang['Photos by user'] = 'Photos par utilisateur';
38$lang['You must use colorpicker'] = 'Vous devez utiliser le le sélecteur de couleurs';
39$lang['users cloud'] = 'nuage d\'utilisateurs';
40$lang['cumulus users cloud'] = 'nuage animé d\'utilisateurs';
41$lang['Show menu'] = 'Afficher dans le menu';
42$lang['Show home page users'] = 'Afficher sur la page d\'accueil des utilisateurs';
43$lang['Choose a color'] = 'Choisir une couleur';
44$lang['Choose a presentation'] = 'Choisir le type de presentation';
45$lang['sphere'] = 'sphere';
46$lang['vertical cylinder'] = 'cylindre vertical';
47$lang['horizontal cylinder'] = 'cylindre horizontal';
48$lang['vertical ring'] = 'anneau vertical';
49$lang['horizontal ring'] = 'anneau horizontal';
Note: See TracBrowser for help on using the repository browser.