Till Brehm
2014-09-12 21c8aacf5317867f71d0a7bb71c4c2b088d02d23
commit | author | age
f99b12 1 <?php
8ab3cd 2 $wb['template_id_txt'] = 'Predložak';
f99b12 3 $wb['server_id_txt'] = 'Server';
8ab3cd 4 $wb['client_txt'] = 'Klijent';
T 5 $wb['btn_save_txt'] = 'Kreiraj DNS zapis';
6 $wb['btn_cancel_txt'] = 'Odustani';
7 $wb['domain_txt'] = 'Domena';
f99b12 8 $wb['email_txt'] = 'Email';
T 9 $wb['ns1_txt'] = 'NS 1';
10 $wb['ns2_txt'] = 'NS 2';
8ab3cd 11 $wb['ip_txt'] = 'IP adresa';
T 12 $wb['error_origin_empty'] = 'Prazno polje: Origin.';
13 $wb['error_ns_empty'] = 'Prazno polje: NS.';
14 $wb['error_mbox_empty'] = 'Prazno polje: Mbox.';
15 $wb['error_refresh_empty'] = 'Prazno polje: Osvježavanje.';
16 $wb['error_retry_empty'] = 'Prazno polje: Pokušaj ponovo.';
17 $wb['error_expire_empty'] = 'Prazno polje: Ističe.';
18 $wb['error_minimum_empty'] = 'Prazno polje: Minimum.';
19 $wb['error_ttl_empty'] = 'Prazno polje: TTL.';
20 $wb['error_domain_empty'] = 'Prazno polje: Domena.';
21 $wb['error_ip_empty'] = 'Prazno polje: IP adresa.';
22 $wb['error_ns1_empty'] = 'Prazno polje: NS1.';
23 $wb['error_ns2_empty'] = 'Prazno polje: NS1.';
24 $wb['error_email_empty'] = 'Prazno polje: Email.';
25 $wb['error_domain_regex'] = 'Domena sadrži nedozvoljene znakove.';
26 $wb['error_ns1_regex'] = 'NS1 sadrži nedozvoljene znakove.';
27 $wb['error_ns2_regex'] = 'NS2 sadrži nedozvoljene znakove.';
28 $wb['error_email_regex'] = 'Email adresa nije ispravna.';
21c8aa 29 $wb['dns_zone_txt'] = 'DNS zona';
TB 30 $wb['globalsearch_resultslimit_of_txt'] = 'od';
31 $wb['globalsearch_resultslimit_results_txt'] = 'rezultata';
32 $wb['globalsearch_noresults_text_txt'] = 'Nema rezultata.';
33 $wb['globalsearch_noresults_limit_txt'] = '0 rezultata';
34 $wb['globalsearch_searchfield_watermark_txt'] = 'Traži';
35 $wb['globalsearch_suggestions_text_txt'] = 'Sugestija';
36 $wb['list_head_txt'] = 'DNS čarobnjak';
37 $wb['list_desc_txt'] = 'Kreiraj DNS zonu sa čarobnjakom';
f99b12 38 ?>
21c8aa 39
TB 40