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/admin/lib/lang/it_remote_user.lng | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/interface/web/admin/lib/lang/it_remote_user.lng b/interface/web/admin/lib/lang/it_remote_user.lng index 65b3cfd..15826cf 100644 --- a/interface/web/admin/lib/lang/it_remote_user.lng +++ b/interface/web/admin/lib/lang/it_remote_user.lng @@ -1,20 +1,20 @@ <?php -$wb['username_txt'] = 'Username:'; +$wb['username_txt'] = 'Nome Utente:'; $wb['password_txt'] = 'Password:'; -$wb['function_txt'] = 'Functions:'; -$wb['username_error_unique'] = 'Username must be unique'; -$wb['username_error_empty'] = 'Username cannot be empty'; -$wb['password_error_empty'] = 'Password cannot be empty'; -$wb['password_strength_txt'] = 'Password Strength:'; -$wb['Mail domain functions'] = 'Mail domain functions'; -$wb['Mail user functions'] = 'Mail user functions'; -$wb['Mail alias functions'] = 'Mail alias functions'; -$wb['Mail forward functions'] = 'Mail forward functions'; -$wb['Mail catchall functions'] = 'Mail catchall functions'; -$wb['Mail transport functions'] = 'Mail transport functions'; -$wb['Mail whitelist functions'] = 'Mail whitelist functions'; -$wb['Mail blacklist functions'] = 'Mail blacklist functions'; -$wb['Mail spamfilter user functions'] = 'Mail spamfilter user functions'; +$wb['function_txt'] = 'Funzioni:'; +$wb['username_error_unique'] = 'Il nome utente deve essere unico'; +$wb['username_error_empty'] = 'Il nome utente non può essere vuoto '; +$wb['password_error_empty'] = 'La Password non può essere vuoto '; +$wb['password_strength_txt'] = 'Livello Sicurezza Password:'; +$wb['Mail domain functions'] = 'Funzioni Dominio di Posta'; +$wb['Mail user functions'] = 'Funzioni Utente di posta'; +$wb['Mail alias functions'] = 'Funzioni Alias di posta'; +$wb['Mail forward functions'] = 'Funzioni forward di posta'; +$wb['Mail catchall functions'] = 'Funzioni catchall di posta'; +$wb['Mail transport functions'] = 'Funzioni Mail transport'; +$wb['Mail whitelist functions'] = 'Funzioni whitelist di posta'; +$wb['Mail blacklist functions'] = 'Funzioni blacklist di posta'; +$wb['Mail spamfilter user functions'] = 'Funzioni utente filtri spam di posta'; $wb['Mail spamfilter policy functions'] = 'Mail spamfilter policy functions'; $wb['Mail fetchmail functions'] = 'Mail fetchmail functions'; $wb['Mail user filter functions'] = 'Mail user filter functions'; @@ -40,8 +40,8 @@ $wb['DNS srv functions'] = 'DNS srv functions'; $wb['DNS txt functions'] = 'DNS txt functions'; $wb['Mail mailing list functions'] = 'Mail mailinglist functions'; -$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