Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
8cf78b 2 $wb['list_head_txt'] = 'A zapis';
T 3 $wb['active_txt'] = 'Aktivno';
b51db0 4 $wb['server_id_txt'] = 'Server';
8cf78b 5 $wb['zone_txt'] = 'Zona';
T 6 $wb['name_txt'] = 'Ime';
7 $wb['data_txt'] = 'Podaci';
8 $wb['aux_txt'] = 'Prioritet';
554954 9 $wb['ttl_txt'] = 'TTL';
8cf78b 10 $wb['type_txt'] = 'Vrsta';
T 11 $wb['add_new_record_txt'] = 'Dodaj novi A zapis';
12 $wb['page_txt'] = 'Stranica';
13 $wb['page_of_txt'] = 'od';
02bf99 14 $wb['delete_confirmation'] = 'Sigurno želite obrisati ovaj zapis?';
f99b12 15 ?>
21c8aa 16
TB 17