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/mail/lib/lang/it_mail_get_list.lng | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/interface/web/mail/lib/lang/it_mail_get_list.lng b/interface/web/mail/lib/lang/it_mail_get_list.lng index 4baf67e..839a076 100644 --- a/interface/web/mail/lib/lang/it_mail_get_list.lng +++ b/interface/web/mail/lib/lang/it_mail_get_list.lng @@ -1,9 +1,9 @@ <?php $wb['list_head_txt'] = 'Fetch emails from external POP3 / IMAP servers'; -$wb['active_txt'] = 'Active'; +$wb['active_txt'] = 'Attivo'; $wb['server_id_txt'] = 'Server'; $wb['source_server_txt'] = 'External Server'; -$wb['source_username_txt'] = 'Username'; -$wb['destination_txt'] = 'Destination'; -$wb['add_new_record_txt'] = 'Add new Account'; +$wb['source_username_txt'] = 'Nome Utente'; +$wb['destination_txt'] = 'Destinazione'; +$wb['add_new_record_txt'] = 'Aggiungi un nuovo Account'; ?> -- Gitblit v1.9.1