Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
24a2f0 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 ricerca vuoto.';
8 $wb['source_txt'] = 'Origine';
bc7db2 9 $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
1ca823 10 $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
407003 11 $wb['subject_txt'] = 'Oggetto';
TB 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['delete_txt'] = 'Elimina';
19 $wb['move_stop_txt'] = 'Move to';
20 $wb['header_txt'] = 'Header';
21 $wb['size_over_txt'] = 'Email size over (KB)';
22 $wb['size_under_txt'] = 'Email size under (KB)';
23 $wb['localpart_txt'] = 'Localpart';
24 $wb['domain_txt'] = 'Domain';
25 $wb['keep_txt'] = 'Keep';
26 $wb['reject_txt'] = 'Reject';
27 $wb['stop_txt'] = 'Stop';
97b472 28 ?>