Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
181529 1 <?php
407003 2 $wb['username_txt'] = 'Nom d’utilisateur';
TB 3 $wb['username_err'] = 'Le nom d’utilisateur est trop long ou contient des caractères invalides.';
181529 4 $wb['passwort_txt'] = 'Mot de passe';
L 5 $wb['modules_txt'] = 'Module';
6 $wb['startmodule_txt'] = 'Module de démarrage';
7 $wb['app_theme_txt'] = 'Thème';
8 $wb['typ_txt'] = 'Type';
9 $wb['active_txt'] = 'Actif';
10 $wb['language_txt'] = 'Langue';
11 $wb['name_txt'] = 'Nom';
12 $wb['vorname_txt'] = 'Prénom';
13 $wb['unternehmen_txt'] = 'Société';
14 $wb['strasse_txt'] = 'Rue';
15 $wb['ort_txt'] = 'Ville';
16 $wb['plz_txt'] = 'Code Postal';
17 $wb['land_txt'] = 'Pays';
407003 18 $wb['email_txt'] = 'E-mail';
181529 19 $wb['url_txt'] = 'Url';
L 20 $wb['telefon_txt'] = 'Télephone';
21 $wb['fax_txt'] = 'Fax';
22 $wb['groups_txt'] = 'Groupes';
23 $wb['default_group_txt'] = 'Groupe par Défaut';
407003 24 $wb['username_empty'] = 'Le nom d’utilisateur est vide.';
TB 25 $wb['username_unique'] = 'Le nom d’utilisateur entré existe déja.';
181529 26 $wb['password_strength_txt'] = 'Force du mot de passe';
522ef8 27 $wb['startmodule_err'] = 'Le module de départ nexiste pas.';
407003 28 $wb['generate_password_txt'] = 'Générer un mot de passe';
142907 29 $wb['repeat_password_txt'] = 'Repeat Password';
T 30 $wb['password_mismatch_txt'] = 'The passwords do not match.';
31 $wb['password_match_txt'] = 'The passwords do match.';
72695f 32 $wb['username_error_collision'] = 'The username may not be web or web plus a number.\\"';
dc9e64 33 $wb['client_not_admin_err'] = 'A user that belongs to a client can not be set to type: admin';
407003 34 $wb['lost_password_function_txt'] = 'Forgot password function is available';
181529 35 ?>