Marius Burkard
2016-05-04 c3189ce6c7301c3ec17878fd3918f31d0d3cb18a
commit | author | age
6697eb 1 <?php
bd12aa 2 $wb['rulename_txt'] = 'Ad';
TB 3 $wb['action_txt'] = 'İşlem';
2d870d 4 $wb['target_txt'] = 'Klasör';
bd12aa 5 $wb['active_txt'] = 'Etkin';
TB 6 $wb['rulename_error_empty'] = 'Ad boş olamaz.';
7 $wb['searchterm_is_empty'] = 'Aranacak ifade boş olamaz.';
2d870d 8 $wb['source_txt'] = 'Kaynak';
bd12aa 9 $wb['target_error_regex'] = 'Hedef için yalnız şu karakterler kullanılabilir: a-z, 0-9, -, ., _, ve {boşluk}';
TB 10 $wb['limit_mailfilter_txt'] = 'Hesabınıza ekleyebileceğiniz en fazla posta süzgeci sayısına ulaştınız.';
11 $wb['subject_txt'] = 'Konu';
12 $wb['from_txt'] = 'Kimden';
13 $wb['to_txt'] = 'Kime';
14 $wb['contains_txt'] = 'Şunu içeren';
15 $wb['is_txt'] = 'Şununla aynı';
16 $wb['begins_with_txt'] = 'Şununla başlayan';
17 $wb['ends_with_txt'] = 'Şununla biten';
18 $wb['delete_txt'] = 'Sil';
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';
6697eb 29 ?>