tbrehm
2012-04-05 cb9197fc8dc981aac3a9b0492c28a8e7fbc4b62a
commit | author | age
181529 1 <?php
L 2 $wb['conf_format_dateshort'] = 'd-m-Y';
6017d3 3 $wb['conf_format_datelong'] = 'l dS of F Y';
181529 4 $wb['conf_format_timeshort'] = 'H:i';
L 5 $wb['conf_format_timelong'] = 'H:i:s';
6 $wb['conf_format_datetime'] = 'd-m-Y H:i';
6017d3 7 $wb['number_format_decimals'] = '2';
T 8 $wb['number_format_dec_point'] = ',';
9 $wb['number_format_thousands_sep'] = '';
522ef8 10 $wb['error_301'] = 'Vous navez pas accès à ce module';
c4c0e0 11 $wb['error_302'] = 'Module invalide.';
6017d3 12 $wb['error_1001'] = 'Le nom dutilisateur et/ou le not de passe ne doivent pas être vides !';
T 13 $wb['error_1002'] = 'Le nom dutilisateur et/ou le mot de passe sont faux !';
14 $wb['error_1003'] = 'L\'utilisateur est désactivé !';
15 $wb['delete_confirmation'] = 'Voulez-vous vraiment supprimer cet enregistrement ?';
16 $wb['error_no_view_permission'] = 'Vous n\'avez pas la permission de voir cet enregistrement ou il nexiste pas.';
17 $wb['error_no_delete_permission'] = 'Vous n\'avez pas la permission de supprimer cet enregistrement !';
181529 18 $wb['page_txt'] = 'Page';
L 19 $wb['page_of_txt'] = 'de';
6017d3 20 $wb['page_and_txt'] = 'et';
181529 21 $wb['page_next_txt'] = 'Suivant';
L 22 $wb['page_back_txt'] = 'Précédent';
23 $wb['delete_txt'] = 'Supprimer';
24 $wb['filter_txt'] = 'Filtrer';
25 $wb['add_new_record_txt'] = 'Ajouter une entrée';
26 $wb['btn_save_txt'] = 'Enregistrer';
6017d3 27 $wb['btn_cancel_txt'] = 'Retour';
181529 28 $wb['top_menu_system'] = 'Système';
L 29 $wb['top_menu_client'] = 'Client';
30 $wb['top_menu_email'] = 'Email';
31 $wb['top_menu_monitor'] = 'Suivi';
32 $wb['top_menu_sites'] = 'Sites';
33 $wb['top_menu_dns'] = 'DNS';
34 $wb['top_menu_tools'] = 'Outils';
35 $wb['top_menu_help'] = 'Aide';
36 $wb['top_menu_billing'] = 'Facturation';
37 $wb['top_menu_domain'] = 'Domaines';
38 $wb['top_menu_dashboard'] = 'Accueil';
522ef8 39 $wb['top_menu_vm'] = 'VServer';
6017d3 40 $wb['toolsarea_head_txt'] = 'Outils';
T 41 $wb['latest_news_txt'] = 'Dernières actus';
598bc4 42 $wb['daynamesmin_su'] = 'Di';
T 43 $wb['daynamesmin_mo'] = 'Lu';
44 $wb['daynamesmin_tu'] = 'Ma';
45 $wb['daynamesmin_we'] = 'Me';
46 $wb['daynamesmin_th'] = 'Je';
47 $wb['daynamesmin_fr'] = 'Ve';
48 $wb['daynamesmin_sa'] = 'Sa';
49 $wb['daynames_sunday'] = 'Dimanche';
50 $wb['daynames_monday'] = 'Lundi';
51 $wb['daynames_tuesday'] = 'Mardi';
52 $wb['daynames_wednesday'] = 'Mercredi';
53 $wb['daynames_thursday'] = 'Jeudi';
54 $wb['daynames_friday'] = 'Vendredi';
55 $wb['daynames_saturday'] = 'Samedi';
56 $wb['monthnamesshort_jan'] = 'Jan';
57 $wb['monthnamesshort_feb'] = 'Fev';
58 $wb['monthnamesshort_mar'] = 'Mar';
59 $wb['monthnamesshort_apr'] = 'Avr';
60 $wb['monthnamesshort_may'] = 'Mai';
61 $wb['monthnamesshort_jun'] = 'Juin';
62 $wb['monthnamesshort_jul'] = 'Juil';
63 $wb['monthnamesshort_aug'] = 'Aout';
64 $wb['monthnamesshort_sep'] = 'Sep';
65 $wb['monthnamesshort_oct'] = 'Oct';
66 $wb['monthnamesshort_nov'] = 'Nov';
67 $wb['monthnamesshort_dec'] = 'Dec';
68 $wb['datepicker_nextText'] = 'Suivant';
69 $wb['datepicker_prevText'] = 'Précédent';
151fac 70 $wb['logout_txt'] = 'LOGOUT';
09bdcf 71 $wb['conf_format_dateshort_human_readable'] = 'yyyy-mm-dd';
cb9197 72 $wb['submit_confirmation'] = 'Do you really want to perform this action?';
181529 73 ?>