source: extensions/manage_properties_photos/language/fr_FR/plugin.lang.php @ 31406

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

[extensions] - manage_properties_photos - updade faiture batch manager

  • Property svn:executable set to *
File size: 2.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Manage Properties Photos plugin for Piwigo                            |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2014-2016 ddtddt                      http://temmii.com |
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['Property photo update'] = 'Mise à jour la propriété de la photo';
22$lang['Wording'] = 'Libellé';
23$lang['Create new Property photo'] = 'Créer une nouvelle propriété à la photo';
24$lang['Edit Property photo'] = 'Modifier la propriété d\'une photo';
25$lang['Manage properties photos'] = 'Gérer les propriétés des photos';
26$lang['Properties List'] = 'Liste des propriétés';
27$lang['Properties additionals'] = 'Propriétés supplémentaires';
28$lang['Properties manual order was saved'] = 'L\'ordre manuel des propriétés a été sauvegardé';
29$lang['Properties update'] = 'Mise à jour des propriétés';
30$lang['Property'] = 'Propriété';
31$lang['Property delete'] = 'Supprimer la propriété';
32$lang['Property photo add'] = 'Ajouter propriété à la photo';
33$lang['Change photos properties'] = 'Changer les propriétés des photos';
34$lang['delete data this property'] = 'supprimer des données de la propriété';
35$lang['Choose a property'] = 'Choisir une propriété';
Note: See TracBrowser for help on using the repository browser.