|
1 | | -<?php |
2 | | -$wb['conf_format_dateshort'] = 'Y-m-d'; |
3 | | -$wb['conf_format_datelong'] = 'l dS of F Y'; |
4 | | -$wb['conf_format_timeshort'] = 'H:i'; |
5 | | -$wb['conf_format_timelong'] = 'H:i:s'; |
6 | | -$wb['conf_format_datetime'] = 'Y-m-d H:i'; |
7 | | -$wb['301'] = 'Module interdit pour lutilisateur courant.'; |
8 | | -$wb['302'] = 'Module invalide.'; |
9 | | -$wb['1001'] = 'The username and password must not be empty!'; |
10 | | -$wb['1002'] = 'The username and/or password are not correct!'; |
11 | | -$wb['1003'] = 'The username is deactivated!'; |
12 | | -$wb['delete_confirmation'] = 'Do you really want to delete this record?'; |
13 | | -$wb['error_no_view_permission'] = 'You dont have the permission to view this record or this record does not exist!'; |
14 | | -$wb['error_no_delete_permission'] = 'You dont have the permission to delete this record!'; |
15 | | -$wb['page_txt'] = 'Page'; |
16 | | -$wb['page_of_txt'] = 'of'; |
17 | | -$wb['page_next_txt'] = 'Next'; |
18 | | -$wb['page_back_txt'] = 'Back'; |
19 | | -$wb['delete_txt'] = 'Delete'; |
20 | | -$wb['filter_txt'] = 'Filter'; |
21 | | -$wb['add_new_record_txt'] = 'Add new record'; |
22 | | -$wb['btn_save_txt'] = 'Save'; |
23 | | -$wb['btn_cancel_txt'] = 'Cancel'; |
24 | | -$wb['System'] = 'System'; |
25 | | -$wb['Client'] = 'Client'; |
26 | | -$wb['Email'] = 'Email'; |
27 | | -$wb['Monitor'] = 'Monitor'; |
28 | | -$wb['Sites'] = 'Sites'; |
29 | | -$wb['DNS'] = 'DNS'; |
30 | | -$wb['Tools'] = 'Tools'; |
31 | | -$wb['Help'] = 'Help'; |
32 | | -$wb['toolsarea_head_txt'] = 'Tools'; |
33 | | -?> |
| 1 | +<?php |
| 2 | +/* |
| 3 | +Traduction Française de ISPConfig 3 |
| 4 | +Version 0.1 - Ecrite avec ISPConfig 3.0.1.4 |
| 5 | +Copyright (C) 2009 Falistos - http://hyodream.fr/ |
| 6 | + |
| 7 | +Cette traduction est distribuée sous la licence GPL v3 |
| 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; either version 2 of the License, or |
| 12 | +(at your option) any later version. |
| 13 | + |
| 14 | +This program is distributed in the hope that it will be useful, |
| 15 | +but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 16 | +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 17 | +GNU General Public License for more details. |
| 18 | + |
| 19 | +You should have received a copy of the GNU General Public License along |
| 20 | +with this program; if not, write to the Free Software Foundation, Inc., |
| 21 | +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
| 22 | + |
| 23 | +http://www.gnu.org/licenses/gpl.txt |
| 24 | +*/ |
| 25 | + |
| 26 | +$wb["conf_format_dateshort"] = "d-m-Y"; |
| 27 | +$wb["conf_format_datelong"] = "d-m-Y"; |
| 28 | +$wb["conf_format_timeshort"] = "H:i"; |
| 29 | +$wb["conf_format_timelong"] = "H:i:s"; |
| 30 | +$wb["conf_format_datetime"] = "d-m-Y H:i"; |
| 31 | +$wb["301"] = "Module interdit pour l'utilisateur courant."; |
| 32 | +$wb["302"] = "Module invalide."; |
| 33 | +$wb["1001"] = "Le nomp d'utilisateur et/ou le nom de passe ne doivent pas être vides!"; |
| 34 | +$wb["1002"] = "Le nom d'utilisateur et/ou le mot de passe son faux!!"; |
| 35 | +$wb["1003"] = "L'utilisateur est désactivé!"; |
| 36 | +$wb["delete_confirmation"] = "Vouslez-vous vraiment supprimer cet enregistrement"; |
| 37 | +$wb["error_no_view_permission"] = "Vous n'avez pas la permission de voir cet enregistrement, ou il n'éxiste pas."; |
| 38 | +$wb["error_no_delete_permission"] = "Vous n'avez pas la permission de supprimer cet enregistrement!"; |
| 39 | +$wb["page_txt"] = "Page"; |
| 40 | +$wb["page_of_txt"] = "de"; |
| 41 | +$wb["page_next_txt"] = "Suivant"; |
| 42 | +$wb["page_back_txt"] = "Précédent"; |
| 43 | +$wb["delete_txt"] = "Supprimer"; |
| 44 | +$wb["filter_txt"] = "Filtrer"; |
| 45 | +$wb["add_new_record_txt"] = "Ajouter une entrée"; |
| 46 | +$wb["btn_save_txt"] = "Enregistrer"; |
| 47 | +$wb["btn_cancel_txt"] = "Annuler"; |
| 48 | +$wb["System"] = "Système"; |
| 49 | +$wb["Client"] = "Client"; |
| 50 | +$wb["Email"] = "Email"; |
| 51 | +$wb["Monitor"] = "Moniteur"; |
| 52 | +$wb["Sites"] = "Sites"; |
| 53 | +$wb["DNS"] = "DNS"; |
| 54 | +$wb["Tools"] = "Outils"; |
| 55 | +$wb["Help"] = "Aide"; |
| 56 | +$wb["toolsarea_head_txt"] = "Outils"; |
| 57 | +?> |
| 58 | + |
0 commit comments