...
Florian Schaal
2014-01-26 98aae1febc6571d2d35dd21f08e68be5f540b80a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
$wb['server_id_txt'] = 'Server';
$wb['origin_txt'] = 'DNS Zona';
$wb['ns_txt'] = 'NS';
$wb['active_txt'] = 'Aktivno';
$wb['limit_dns_slave_zone_txt'] = 'Iskorišten je maksimalan broj sekundarnih DNS zona za vaš račun.';
$wb['client_txt'] = 'Klijent';
$wb['xfer_txt'] = 'Allow zone transfers to <br />these IPs (comma separated list)';
$wb['server_id_error_empty'] = 'Nije izabran server.';
$wb['origin_error_empty'] = 'Zona je prazna.';
$wb['origin_error_unique'] = 'Već postoji zapis za ovu zonu.';
$wb['origin_error_regex'] = 'Zona je u pogrešnom formatu.';
$wb['ns_error_regex'] = 'NS je u pogrešnom formatu.';
$wb['eg_domain_tld'] = 'npr. domena.tld.';
$wb['ipv4_form_txt'] = 'IPv4 forma - npr. 1.2.3.4';
$wb['secondary_zone_txt'] = 'Secondary DNS Zone';
?>