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'; |
604d25
|
12 |
$wb['ipv6_txt'] = 'IPv6 adresa'; |
8ab3cd
|
13 |
$wb['error_origin_empty'] = 'Prazno polje: Origin.'; |
T |
14 |
$wb['error_ns_empty'] = 'Prazno polje: NS.'; |
|
15 |
$wb['error_mbox_empty'] = 'Prazno polje: Mbox.'; |
|
16 |
$wb['error_refresh_empty'] = 'Prazno polje: Osvježavanje.'; |
|
17 |
$wb['error_retry_empty'] = 'Prazno polje: Pokušaj ponovo.'; |
|
18 |
$wb['error_expire_empty'] = 'Prazno polje: Ističe.'; |
|
19 |
$wb['error_minimum_empty'] = 'Prazno polje: Minimum.'; |
|
20 |
$wb['error_ttl_empty'] = 'Prazno polje: TTL.'; |
|
21 |
$wb['error_domain_empty'] = 'Prazno polje: Domena.'; |
|
22 |
$wb['error_ip_empty'] = 'Prazno polje: IP adresa.'; |
604d25
|
23 |
$wb['error_ipv6_empty'] = 'Prazno polje: IPv6 adresa.'; |
8ab3cd
|
24 |
$wb['error_ns1_empty'] = 'Prazno polje: NS1.'; |
T |
25 |
$wb['error_ns2_empty'] = 'Prazno polje: NS1.'; |
|
26 |
$wb['error_email_empty'] = 'Prazno polje: Email.'; |
|
27 |
$wb['error_domain_regex'] = 'Domena sadrži nedozvoljene znakove.'; |
|
28 |
$wb['error_ns1_regex'] = 'NS1 sadrži nedozvoljene znakove.'; |
|
29 |
$wb['error_ns2_regex'] = 'NS2 sadrži nedozvoljene znakove.'; |
|
30 |
$wb['error_email_regex'] = 'Email adresa nije ispravna.'; |
98aae1
|
31 |
$wb['dkim_txt'] = 'DKIM enabled'; |
21c8aa
|
32 |
$wb['dns_zone_txt'] = 'DNS zona'; |
TB |
33 |
$wb['globalsearch_resultslimit_of_txt'] = 'od'; |
|
34 |
$wb['globalsearch_resultslimit_results_txt'] = 'rezultata'; |
|
35 |
$wb['globalsearch_noresults_text_txt'] = 'Nema rezultata.'; |
|
36 |
$wb['globalsearch_noresults_limit_txt'] = '0 rezultata'; |
|
37 |
$wb['globalsearch_searchfield_watermark_txt'] = 'Traži'; |
|
38 |
$wb['globalsearch_suggestions_text_txt'] = 'Sugestija'; |
|
39 |
$wb['list_head_txt'] = 'DNS čarobnjak'; |
|
40 |
$wb['list_desc_txt'] = 'Kreiraj DNS zonu sa čarobnjakom'; |
407003
|
41 |
$wb['error_no_server_id'] = 'No server provided.'; |
TB |
42 |
$wb['error_not_allowed_server_id'] = 'The selected server is not allowed for this account.'; |
4bdecc
|
43 |
$wb['dnssec_txt'] = 'Sign zone (DNSSEC)'; |
98aae1
|
44 |
?> |