Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$wb['rulename_txt'] = 'Naziv';
$wb['action_txt'] = 'Akcija';
$wb['target_txt'] = 'Direktorij';
$wb['active_txt'] = 'Aktivno';
$wb['rulename_error_empty'] = 'Naziv je prazan.';
$wb['searchterm_is_empty'] = 'Traženi pojam je prazan.';
$wb['source_txt'] = 'Izvor';
$wb['target_error_regex'] = 'Odredište može sadržavati samo ove znakove: a-z, 0-9, -, ., _, i {space}';
$wb['limit_mailfilter_txt'] = 'Iskoristili ste maksimalan broj mail filtera.';
$wb['subject_txt'] = 'Naslov';
$wb['from_txt'] = 'Od';
$wb['to_txt'] = 'Za';
$wb['contains_txt'] = 'Sadrži';
$wb['is_txt'] = 'je';
$wb['begins_with_txt'] = 'Počinje sa';
$wb['ends_with_txt'] = 'Završava sa';
$wb['move_to_txt'] = 'Prebaci u ';
$wb['delete_txt'] = 'Obriši';
?>