From 4070036454731508a7caa56d19e0d5bc9e64614c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Sun, 31 Jan 2016 12:57:21 -0500 Subject: [PATCH] Updated and merged language files. --- interface/web/sites/lib/lang/it_webdav_user.lng | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) diff --git a/interface/web/sites/lib/lang/it_webdav_user.lng b/interface/web/sites/lib/lang/it_webdav_user.lng index 329eb60..37be4c0 100644 --- a/interface/web/sites/lib/lang/it_webdav_user.lng +++ b/interface/web/sites/lib/lang/it_webdav_user.lng @@ -1,21 +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 characters 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'] = 'Generate Password'; -$wb['repeat_password_txt'] = 'Repeat Password'; -$wb['password_mismatch_txt'] = 'The passwords do not match.'; -$wb['password_match_txt'] = 'The passwords do match.'; +$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.'; ?> -- Gitblit v1.9.1