Till Brehm
2014-08-14 8a3cd2369d830d7d1ad9edd437908b6a741d9f2c
commit | author | age
181529 1 <?php
L 2 $wb['shell_txt'] = 'Shell';
3 $wb['dir_txt'] = 'Répertoire';
4 $wb['server_id_txt'] = 'Serveur';
5 $wb['parent_domain_id_txt'] = 'Site';
6882ab 6 $wb['username_txt'] = 'Nom d\'utilisateur';
181529 7 $wb['password_txt'] = 'Mot de passe';
L 8 $wb['password_strength_txt'] = 'Force du mot de passe';
263f0e 9 $wb['chroot_txt'] = 'Chrooter le shell';
181529 10 $wb['quota_size_txt'] = 'Quota';
L 11 $wb['active_txt'] = 'Actif';
6882ab 12 $wb['username_error_empty'] = 'Le nom d\'utilisateur est vide.';
T 13 $wb['username_error_unique'] = 'Le nom d\'utilisateur doit être unique.';
14 $wb['username_error_regex'] = 'Le nom d\'utilisateur contient des caractères invalides.';
181529 15 $wb['quota_size_error_empty'] = 'Le quota est vide.';
L 16 $wb['uid_error_empty'] = 'Le GID est vide.';
17 $wb['directory_error_empty'] = 'Le répertoire est vide.';
6882ab 18 $wb['limit_shell_user_txt'] = 'Le nombre maximum d\'utilisateurs shell a été atteint..';
181529 19 $wb['parent_domain_id_error_empty'] = 'Aucun site web sélectionné.';
6882ab 20 $wb['puser_txt'] = 'Utilisateur web';
T 21 $wb['pgroup_txt'] = 'Groupe web';
22 $wb['ssh_rsa_txt'] = 'Clé publique SSH-RSA (pour les authentifications par clé)';
263f0e 23 $wb['dir_dot_error'] = 'Les .. sont interdits.';
TB 24 $wb['dir_slashdot_error'] = 'Les ./ sont interdits.';
25 $wb['generate_password_txt'] = 'Générer un mot de passe';
26 $wb['repeat_password_txt'] = 'Vérification du mot de passe';
27 $wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
28 $wb['password_match_txt'] = 'Les mots de passe correspondent.';
29 $wb['username_must_not_exceed_32_chars_txt'] = 'Le nom d\'utilisateur ne doit pas dépasser 32 caractères.';
30 $wb['username_not_allowed_txt'] = 'Le nom d\'utilisateur est interdit.';
cda33c 31 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 32 $wb['directory_error_regex'] = 'Invalid directory';
33 $wb['shell_error_regex'] = 'Invalid shell';
8a3cd2 34 $wb['invalid_username_txt'] = 'Invalid Username';
TB 35 $wb['directory_error_notinweb'] = 'The directory has to be inside the web root.';
181529 36 ?>