From 4569cae57f127afd093794310ccd290d2d9fdf36 Mon Sep 17 00:00:00 2001
From: Marius Burkard <m.burkard@pixcept.de>
Date: Wed, 20 Apr 2016 10:58:46 -0400
Subject: [PATCH] Merge branch 'stable-3.1'

---
 interface/web/mailuser/lib/lang/it_mail_user_filter.lng |   36 ++++++++++++++++++------------------
 1 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/interface/web/mailuser/lib/lang/it_mail_user_filter.lng b/interface/web/mailuser/lib/lang/it_mail_user_filter.lng
index 2e74ffd..76bb1f9 100644
--- a/interface/web/mailuser/lib/lang/it_mail_user_filter.lng
+++ b/interface/web/mailuser/lib/lang/it_mail_user_filter.lng
@@ -1,20 +1,20 @@
 <?php
-$wb['rulename_txt'] = 'Name';
-$wb['action_txt'] = 'Action';
-$wb['target_txt'] = 'Folder';
-$wb['active_txt'] = 'Active';
-$wb['rulename_error_empty'] = 'Name is empty.';
-$wb['searchterm_is_empty'] = 'Search term is empty.';
-$wb['source_txt'] = 'Source';
-$wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
-$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
-$wb['subject_txt'] = 'Subject';
-$wb['from_txt'] = 'From';
-$wb['to_txt'] = 'To';
-$wb['contains_txt'] = 'Contains';
-$wb['is_txt'] = 'Is';
-$wb['begins_with_txt'] = 'Begins with';
-$wb['ends_with_txt'] = 'Ends with';
-$wb['move_to_txt'] = 'Move to';
-$wb['delete_txt'] = 'Delete';
+$wb['rulename_txt'] = 'Nome';
+$wb['action_txt'] = 'Azione';
+$wb['target_txt'] = 'Cartella';
+$wb['active_txt'] = 'Attivo';
+$wb['rulename_error_empty'] = 'Nome vuoto.';
+$wb['searchterm_is_empty'] = 'Termine di ricerca vuoto.';
+$wb['source_txt'] = 'Sorgente';
+$wb['target_error_regex'] = 'Il target può contenere solo i seguenti caratteri: a-z, 0-9, -, ., _, e {space}';
+$wb['limit_mailfilter_txt'] = 'Numero filtri mail raggiunto.';
+$wb['subject_txt'] = 'Soggetto';
+$wb['from_txt'] = 'Da';
+$wb['to_txt'] = 'A';
+$wb['contains_txt'] = 'Contiene';
+$wb['is_txt'] = 'è';
+$wb['begins_with_txt'] = 'Inizia con';
+$wb['ends_with_txt'] = 'Termina con';
+$wb['move_to_txt'] = 'Sposta in';
+$wb['delete_txt'] = 'Elimina';
 ?>

--
Gitblit v1.9.1