Till Brehm
2015-12-03 1fbf0d38c82aaa4fe20ef7a7158cdcbac81e16ee
commit | author | age
d1018a 1 <?php
T 2 $wb["rulename_txt"] = 'Name';
3 $wb["action_txt"] = 'Action';
4 $wb["target_txt"] = 'Folder';
5 $wb["active_txt"] = 'Active';
6 $wb["rulename_error_empty"] = 'Name is empty.';
7 $wb["searchterm_is_empty"] = 'Search term is empty.';
eea5cf 8 $wb["source_txt"] = 'Source';
bc7db2 9 $wb["target_error_regex"] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
9f56bd 10 $wb["limit_mailfilter_txt"] = 'The max. number of mailfilters is reached.';
9539ce 11 $wb['subject_txt'] = 'Subject';
F 12 $wb['from_txt'] = 'From';
13 $wb['to_txt'] = 'To';
14 $wb['contains_txt'] = 'Contains';
15 $wb['is_txt'] = 'Is';
16 $wb['begins_with_txt'] = 'Begins with';
17 $wb['ends_with_txt'] = 'Ends with';
1fbf0d 18 $wb['move_stop_txt'] = 'Move to';
9539ce 19 $wb['delete_txt'] = 'Delete';
1fbf0d 20 $wb['header_txt'] = 'Header';
TB 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';
bc7db2 28 ?>