Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
142907 1 <?php
407003 2 $wb['rulename_txt'] = 'Nome';
TB 3 $wb['action_txt'] = 'Azione';
4 $wb['target_txt'] = 'Cartella';
5 $wb['active_txt'] = 'Attivo';
6 $wb['rulename_error_empty'] = 'Nome vuoto.';
7 $wb['searchterm_is_empty'] = 'Termine di ricerca vuoto.';
8 $wb['source_txt'] = 'Sorgente';
9 $wb['target_error_regex'] = 'Il target può contenere solo i seguenti caratteri: a-z, 0-9, -, ., _, e {space}';
10 $wb['limit_mailfilter_txt'] = 'Numero filtri mail raggiunto.';
11 $wb['subject_txt'] = 'Soggetto';
12 $wb['from_txt'] = 'Da';
13 $wb['to_txt'] = 'A';
14 $wb['contains_txt'] = 'Contiene';
15 $wb['is_txt'] = 'è';
16 $wb['begins_with_txt'] = 'Inizia con';
17 $wb['ends_with_txt'] = 'Termina con';
18 $wb['move_to_txt'] = 'Sposta in';
19 $wb['delete_txt'] = 'Elimina';
142907 20 ?>