Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
181529 1 <?php
L 2 $wb['uid_txt'] = 'UID';
3 $wb['gid_txt'] = 'GID';
4 $wb['dir_txt'] = 'Répertoire';
5 $wb['quota_files_txt'] = 'Quota de fichiers';
6 $wb['ul_ratio_txt'] = 'Ratio upload';
7 $wb['dl_ratio_txt'] = 'Ratio download';
8 $wb['ul_bandwidth_txt'] = 'Bande passante upload';
9 $wb['dl_bandwidth_txt'] = 'Bande passante download';
10 $wb['server_id_txt'] = 'Serveur';
11 $wb['parent_domain_id_txt'] = 'Site web';
6882ab 12 $wb['username_txt'] = 'Nom d\'utilisateur';
181529 13 $wb['password_txt'] = 'Mot de passe';
L 14 $wb['password_strength_txt'] = 'Force du mot de passe';
15 $wb['quota_size_txt'] = 'Quota disque';
16 $wb['active_txt'] = 'Actif';
6882ab 17 $wb['limit_ftp_user_txt'] = 'Le nombre maximum d\'utilisateurs FTP a été atteint.';
T 18 $wb['username_error_empty'] = 'Le nom d\'utilisateur est vide.';
19 $wb['username_error_unique'] = 'Le nom d\'utilisateur doit être unique.';
20 $wb['username_error_regex'] = 'Le nom d\'utilisateur contient des caractères invalides.';
181529 21 $wb['quota_size_error_empty'] = 'Le quota est vide.';
L 22 $wb['uid_error_empty'] = 'Le GID est vide.';
23 $wb['directory_error_empty'] = 'Le répertoire est vide.';
24 $wb['quota_files_unity_txt'] = 'Fichiers';
522ef8 25 $wb['directory_error_notinweb'] = 'Le répertoire nest pas dans la racine web.';
181529 26 $wb['parent_domain_id_error_empty'] = 'Pas de site web sélectionné.';
L 27 $wb['quota_size_error_regex'] = 'Quota: entrez -1 pour illimité ou un nombre > 0';
263f0e 28 $wb['dir_dot_error'] = 'Les .. sont interdits.';
TB 29 $wb['dir_slashdot_error'] = 'Les ./ sont interdits.';
30 $wb['generate_password_txt'] = 'Générer un mot de passe';
31 $wb['repeat_password_txt'] = 'Vérification du mot de passe';
32 $wb['password_mismatch_txt'] = 'Les mots de passe ne correspondent pas.';
33 $wb['password_match_txt'] = 'Les mots de passe correspondent.';
cda33c 34 $wb['invalid_system_user_or_group_txt'] = 'Invalid system user or group';
TB 35 $wb['directory_error_regex'] = 'Invalid directory';
181529 36 ?>