Florian Schaal
2014-12-19 7002a56285e3840197e4f43f893f92a2235d38be
1
2
3
4
5
6
7
8
9
10
<?php
$wb['list_head_txt'] = 'Krug klijenata';
$wb['circle_id_txt'] = 'ID kruga';
$wb['circle_name_txt'] = 'Naziv kruga';
$wb['description_txt'] = 'Opis';
$wb['add_new_record_txt'] = 'Dodaj novi krug';
$wb['filter_txt'] = 'Filter';
$wb['delete_txt'] = 'ObriĊĦi';
$wb['active_txt'] = 'Aktivno';
?>