Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0dae6d 1 <?php
142907 2 $wb['shell_txt'] = 'Shell';
T 3 $wb['dir_txt'] = 'Dir';
4 $wb['server_id_txt'] = 'Server';
407003 5 $wb['parent_domain_id_txt'] = 'Sito';
TB 6 $wb['username_txt'] = 'Nome Utente';
142907 7 $wb['password_txt'] = 'Password';
407003 8 $wb['password_strength_txt'] = 'Livello sicurezza Password';
142907 9 $wb['chroot_txt'] = 'Chroot Shell';
T 10 $wb['quota_size_txt'] = 'Quota';
407003 11 $wb['active_txt'] = 'Attivo';
TB 12 $wb['username_error_empty'] = 'Username  vuoto.';
13 $wb['username_error_unique'] = 'Il nome utente deve essere unico.';
14 $wb['username_error_regex'] = 'Nome utente contiene caratteri non autorizzati.';
15 $wb['quota_size_error_empty'] = 'Valore Quota  vuoto.';
16 $wb['uid_error_empty'] = 'GID vuoto.';
17 $wb['directory_error_empty'] = 'Valore direttrice vuoto.';
18 $wb['limit_shell_user_txt'] = 'Numero massimo utenti shell raggiunto.';
19 $wb['parent_domain_id_error_empty'] = 'Nessun sito selezionato.';
20 $wb['puser_txt'] = 'Nome utente web';
21 $wb['pgroup_txt'] = 'Gruppo web';
142907 22 $wb['ssh_rsa_txt'] = 'SSH-RSA Public Key (for key-based logins)';
407003 23 $wb['dir_dot_error'] = 'Nessun .. consentito nel percorso.';
TB 24 $wb['dir_slashdot_error'] = 'Nessun ./ consentito nel percorso.';
25 $wb['generate_password_txt'] = 'Genera Password';
26 $wb['repeat_password_txt'] = 'Ripeti Password';
27 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
28 $wb['password_match_txt'] = 'Le password coincidono.';
29 $wb['username_must_not_exceed_32_chars_txt'] = 'il nome utente non deve superare i 32 caratteri.';
30 $wb['username_not_allowed_txt'] = 'L utente non รจ autorizzato.';
31 $wb['invalid_system_user_or_group_txt'] = 'Utenti di sistema o gruppo non valido';
32 $wb['directory_error_regex'] = 'Direttrice non valida';
33 $wb['shell_error_regex'] = 'shell non valida';
34 $wb['invalid_username_txt'] = 'Nome utente non valido';
35 $wb['directory_error_notinweb'] = 'La direttrice deve essere all interno della direttrice del sito .';
0dae6d 36 ?>