tbrehm
2011-09-26 ba3e3e48e6ec4523ae26dc6c206d5bfdfa08d332
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$wb['rulename_txt'] = 'Nama';
$wb['action_txt'] = 'Tindakan';
$wb['target_txt'] = 'Direktori';
$wb['active_txt'] = 'Aktif';
$wb['rulename_error_empty'] = 'Nama kosong.';
$wb['searchterm_is_empty'] = 'Lema pencarian kosong.';
$wb['source_txt'] = 'Sumber';
$wb['target_error_regex'] = 'Target hanya boleh berisi karakter berikut ini: a-z, 0-9, -, ., _, dan {space}';
$wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
$wb['subject_txt'] = 'Subject';
$wb['from_txt'] = 'From';
$wb['to_txt'] = 'To';
$wb['contains_txt'] = 'Contains';
$wb['is_txt'] = 'Is';
$wb['begins_with_txt'] = 'Begins with';
$wb['ends_with_txt'] = 'Ends with';
$wb['move_to_txt'] = 'Move to';
$wb['delete_txt'] = 'Delete';
?>