source: extensions/BanIP/language/fr_FR/plugin.lang.php @ 31951

Last change on this file since 31951 was 31949, checked in by TranslationTeam, 5 years ago

Update fr_FR, thanks to rio

File size: 2.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Ban IP plugin for piwigo                                              |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2016-2017 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
22//admin
23$lang['IP ban'] = 'IP bannnie';
24$lang['Range IP address banned'] = 'Plage d\'adresse IP bannie';
25$lang['Ban IP'] = 'Ban IP';
26$lang['IP ban deleted'] = 'IP bannie supprimé';
27$lang['This isn\'t an IP'] = 'Ce n\'est pas une adresse IP';
28$lang['Range IP already banned'] = 'Plage IP déjà bannie';
29$lang['IP is in a banned range'] = 'L\'adresse IP est dans une plage d\'adresse bannie';
30$lang['IP already banned'] = 'L\'adresse IP est déjà bannie';
31$lang['Range IP ban insert'] = 'La plage d\'adresse IP est maintenant bannie';
32$lang['IP ban insert'] = 'L\'Ip bannie inseré';
33$lang['IP ban update'] = 'L\'Ip bannie mis à jour';
34$lang['Delete all banned IP addresses'] = 'Supprimer toutes les adresses IP bannies';
35$lang['Ban new IP address'] = 'Bannir une nouvelle adresse IP';
36$lang['IP'] = 'IP';
37$lang['List IP banned'] = 'Liste des IP bannies';
38$lang['Edit IP banned'] = 'Editer l\'IP bannie';
39$lang['Update'] = 'Mettre à jour';
40$lang['Show %s IP'] = 'Afficher %s IP';
41$lang['No matching IP found'] = 'Aucune IP à afficher';
42$lang['Showing %s to %s of %s IP'] = 'Afficher %s à %s sur %s IP';
43$lang['(filtered from %s total IP)'] = '(filtrée de %s IP au total)';
Note: See TracBrowser for help on using the repository browser.