Till Brehm
2016-07-06 3560c8d8e14e5ddc8a619844d9ab86d3b9d8d52e
interface/web/sites/lib/lang/it_webdav_user.lng
@@ -1,15 +1,21 @@
<?php
$wb['dir_txt'] = 'Directory';
$wb['dir_txt'] = 'Direttrice';
$wb['server_id_txt'] = 'Server';
$wb['parent_domain_id_txt'] = 'Website';
$wb['username_txt'] = 'Username';
$wb['parent_domain_id_txt'] = 'Sito Web';
$wb['username_txt'] = 'Nome Utente';
$wb['password_txt'] = 'Password';
$wb['password_strength_txt'] = 'Password strength';
$wb['active_txt'] = 'Active';
$wb['limit_webdav_user_txt'] = 'The max. number of webdav users for your account is reached.';
$wb['username_error_empty'] = 'Username is empty.';
$wb['username_error_unique'] = 'The username must be unique.';
$wb['username_error_regex'] = 'The username contains charachters that are not allowed.';
$wb['directory_error_empty'] = 'Directory empty.';
$wb['parent_domain_id_error_empty'] = 'No website selected.';
$wb['password_strength_txt'] = 'Livello sicurezza Password';
$wb['active_txt'] = 'Attivo';
$wb['limit_webdav_user_txt'] = 'Numero massimo utenti webdav per il tuo account,raggiunto.';
$wb['username_error_empty'] = 'Username  vuoto.';
$wb['username_error_unique'] = 'Il nome utente deve essere unico.';
$wb['username_error_regex'] = 'Il nome utente contiene caratteri che non sono consentiti.';
$wb['directory_error_empty'] = 'Direttrice vuota.';
$wb['parent_domain_id_error_empty'] = 'Nessun sito web selezionato.';
$wb['dir_dot_error'] = 'No .. in path allowed.';
$wb['dir_slashdot_error'] = 'No ./ in path allowed.';
$wb['generate_password_txt'] = 'Genera Password';
$wb['repeat_password_txt'] = 'Ripeti Password';
$wb['password_mismatch_txt'] = 'Le password non coincidono.';
$wb['password_match_txt'] = 'Le password coincidono.';
?>