source: extensions/community/language/fr_FR/plugin.lang.php @ 9453

Last change on this file since 9453 was 9453, checked in by plg, 13 years ago

if a pending photo belongs to an album that has been deleted, the photo becomes orphan and it does not display an error on admin_pendings, but a message "no album, this photo is orphan"

File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2011 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['Add a permission'] = 'Ajouter une permission';
25$lang['Who?'] = 'Qui ?';
26$lang['any visitor'] = 'n\'importe quel visiteur';
27$lang['any registered user'] = 'n\'importe quel utilisateur enregistré';
28$lang['a specific user'] = 'un utilisateur en particulier';
29$lang['a group'] = 'un groupe';
30$lang['Where?'] = 'Où ?';
31$lang['The whole gallery'] = 'La galerie toute entière';
32$lang['ability to create sub-albums'] = 'possibilité de créer des sous-albums';
33$lang['Which level of trust?'] = 'Quel degré de confiance ?';
34$lang['sub-albums creation'] = 'création de sous-albums';
35$lang['Upload Permissions'] = 'Permissions d\'ajout';
36$lang['Pending Photos'] = 'Photos en attente';
37$lang['Permission added'] = 'Permission enregistrée';
38$lang['Permission removed'] = 'Permission supprimée';
39$lang['%s (the user)'] = '%s (l\'utilisateur)';
40$lang['%s (the group)'] = '%s (le groupe)';
41$lang['low trust'] = 'confiance faible';
42$lang['uploaded photos must be validated by an administrator'] = 'les photos ajoutées doivent être validées par un administrateur';
43$lang['high trust'] = 'confiance élevée';
44$lang['uploaded photos are directly displayed in the gallery'] = 'les photos ajoutées sont directement visibles dans la galerie';
45$lang['%d photos validated'] = '%d photos validées';
46$lang['%d photos rejected'] = '%d photos rejetées';
47$lang['web size'] = 'taille web';
48$lang['Zoom'] = 'Zoom';
49$lang['Upload your own photos'] = 'Ajoutez vos propres photos';
50$lang['%d photos uploaded by %s'] = '%d photos ajoutées par %s';
51$lang['Validation page: %s'] = 'Page de validation : %s';
52$lang['%d photos uploaded into album "%s"'] = '%d photos ajoutée à l\'album "%s"';
53$lang['Hi administrators,'] = 'Bonjours chers administrateurs,';
54
55$lang['No album, this photo is orphan'] = 'Aucun album, cette photo est orpheline';
56?>
Note: See TracBrowser for help on using the repository browser.