Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
0d9599 1 <?php
407003 2 $wb['dir_txt'] = 'Direttrice';
142907 3 $wb['server_id_txt'] = 'Server';
407003 4 $wb['parent_domain_id_txt'] = 'Sito Web';
TB 5 $wb['username_txt'] = 'Nome Utente';
142907 6 $wb['password_txt'] = 'Password';
407003 7 $wb['password_strength_txt'] = 'Livello sicurezza Password';
TB 8 $wb['active_txt'] = 'Attivo';
9 $wb['limit_webdav_user_txt'] = 'Numero massimo utenti webdav per il tuo account,raggiunto.';
10 $wb['username_error_empty'] = 'Username  vuoto.';
11 $wb['username_error_unique'] = 'Il nome utente deve essere unico.';
12 $wb['username_error_regex'] = 'Il nome utente contiene caratteri che non sono consentiti.';
13 $wb['directory_error_empty'] = 'Direttrice vuota.';
14 $wb['parent_domain_id_error_empty'] = 'Nessun sito web selezionato.';
142907 15 $wb['dir_dot_error'] = 'No .. in path allowed.';
T 16 $wb['dir_slashdot_error'] = 'No ./ in path allowed.';
407003 17 $wb['generate_password_txt'] = 'Genera Password';
TB 18 $wb['repeat_password_txt'] = 'Ripeti Password';
19 $wb['password_mismatch_txt'] = 'Le password non coincidono.';
20 $wb['password_match_txt'] = 'Le password coincidono.';
0d9599 21 ?>