tbrehm
2012-04-05 e15295406e45c3f7944ed571dba8f099a9b5ac59
commit | author | age
f99b12 1 <?php
b51db0 2 $wb['rulename_txt'] = 'Name';
e15295 3 $wb['action_txt'] = 'Akcija';
b51db0 4 $wb['target_txt'] = 'Folder';
e485d0 5 $wb['active_txt'] = 'Aktivno';
b51db0 6 $wb['rulename_error_empty'] = 'Name is empty.';
T 7 $wb['searchterm_is_empty'] = 'Search term is empty.';
e15295 8 $wb['source_txt'] = 'Izvor';
b51db0 9 $wb['target_error_regex'] = 'The target may only contain these characters: a-z, 0-9, -, ., _, and {space}';
T 10 $wb['limit_mailfilter_txt'] = 'The max. number of mailfilters is reached.';
e15295 11 $wb['subject_txt'] = 'Naslov';
T 12 $wb['from_txt'] = 'Pošiljatelj';
13 $wb['to_txt'] = 'Primatelj';
14 $wb['contains_txt'] = 'Sadrži';
b51db0 15 $wb['is_txt'] = 'Is';
T 16 $wb['begins_with_txt'] = 'Begins with';
17 $wb['ends_with_txt'] = 'Ends with';
18 $wb['move_to_txt'] = 'Move to';
e15295 19 $wb['delete_txt'] = 'Obriši';
f99b12 20 ?>