Marius Burkard
2016-04-20 4569cae57f127afd093794310ccd290d2d9fdf36
commit | author | age
b0711a 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.';
8 $wb["source_txt"] = 'Source';
9 $wb["target_error_regex"] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
10 $wb["limit_mailfilter_txt"] = 'The max. number of mailfilters is reached.';
b36a23 11 $wb['mailbox_filter_txt'] = 'Mailbox filter';
b0711a 12 $wb['subject_txt'] = 'Subject';
T 13 $wb['from_txt'] = 'From';
14 $wb['to_txt'] = 'To';
15 $wb['contains_txt'] = 'Contains';
16 $wb['is_txt'] = 'Is';
17 $wb['begins_with_txt'] = 'Begins with';
18 $wb['ends_with_txt'] = 'Ends with';
19 $wb['move_to_txt'] = 'Move to';
20 $wb['delete_txt'] = 'Delete';
21 ?>