Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
8cf78b 2 $wb['list_head_txt'] = 'Klijenti';
b51db0 3 $wb['client_id_txt'] = 'ID';
8cf78b 4 $wb['company_name_txt'] = 'Poduzeće';
T 5 $wb['contact_name_txt'] = 'Kontakt osoba';
6 $wb['city_txt'] = 'Grad';
7 $wb['country_txt'] = 'Država';
8 $wb['add_new_record_txt'] = 'Dodaj klijenta';
9 $wb['username_txt'] = 'Korisničko ime';
10b4c8 10 $wb['customer_no_txt'] = 'Customer No.';
f99b12 11 ?>
21c8aa 12
TB 13