|
1 | 1 | <?php |
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.'; |
11 | | -$wb['subject_txt'] = 'Subject'; |
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'; |
18 | | -$wb['move_to_txt'] = 'Move to'; |
19 | | -$wb['delete_txt'] = 'Delete'; |
20 | | -$wb['mailbox_filter_txt'] = 'Mailbox filter'; |
| 2 | +$wb['rulename_txt'] = "Naam"; |
| 3 | +$wb['action_txt'] = "Actie"; |
| 4 | +$wb['target_txt'] = "Map"; |
| 5 | +$wb['active_txt'] = "Actief"; |
| 6 | +$wb['rulename_error_empty'] = "Naam is niet ingevuld."; |
| 7 | +$wb['searchterm_is_empty'] = "Zoekterm is niet ingvuld."; |
| 8 | +$wb['source_txt'] = "Bron"; |
| 9 | +$wb['target_error_regex'] = 'Het doel mag alleen de volgende karakters bevatten: a-z, 0-9, -, ., _, en {spatie}'; |
| 10 | +$wb['limit_mailfilter_txt'] = "Het max. aantal e-mail filters voor uw account is bereikt."; |
| 11 | +$wb['subject_txt'] = "Onderwerp"; |
| 12 | +$wb['from_txt'] = "Afzender"; |
| 13 | +$wb['to_txt'] = "Bestemming"; |
| 14 | +$wb['contains_txt'] = "Bevat"; |
| 15 | +$wb['is_txt'] = "Is"; |
| 16 | +$wb['begins_with_txt'] = "Begint met"; |
| 17 | +$wb['ends_with_txt'] = "Endigt in"; |
| 18 | +$wb['move_to_txt'] = "Verplaatsen naar"; |
| 19 | +$wb['delete_txt'] = "Verwijderen"; |
| 20 | +$wb['mailbox_filter_txt'] = "Mailbox filter"; |
21 | 21 | ?> |
0 commit comments