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