Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
487df6 1 <?php
T 2 $wb['rulename_txt'] = 'Név';
3 $wb['action_txt'] = 'Művelet';
4 $wb['target_txt'] = 'Mappa';
5 $wb['active_txt'] = 'Aktív';
6 $wb['rulename_error_empty'] = 'A név üres';
1ca823 7 $wb['searchterm_is_empty'] = 'A keresési feltétel üres';
487df6 8 $wb['source_txt'] = 'Forrás';
1ca823 9 $wb['subject_txt'] = 'Tárgy';
T 10 $wb['from_txt'] = 'From';
11 $wb['to_txt'] = 'To';
12 $wb['contains_txt'] = 'Tartalmazza';
13 $wb['is_txt'] = 'Is';
14 $wb['begins_with_txt'] = 'Begins with';
15 $wb['ends_with_txt'] = 'Ends with';
bc7db2 16 $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
1ca823 17 $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
T 18 $wb['delete_txt'] = 'Delete';
407003 19 $wb['move_stop_txt'] = 'Move to';
TB 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';
4bdecc 28 $wb['move_to_txt'] = 'Move to';
487df6 29 ?>