Florian Schaal
2016-03-22 5ca959fa688255a8de61f89fe2751eb4d24a6912
1
2
3
4
5
6
7
8
9
10
11
<?php
$wb['list_head_txt'] = 'Preprodavač';
$wb['client_id_txt'] = 'ID';
$wb['company_name_txt'] = 'Poduzeće';
$wb['contact_name_txt'] = 'Kontakt osoba';
$wb['city_txt'] = 'Grad';
$wb['country_txt'] = 'Država';
$wb['add_new_record_txt'] = 'Dodaj novog preprodavača';
$wb['customer_no_txt'] = 'Klijent br.';
$wb['username_txt'] = 'Korisničko ime';
?>