Florian Schaal
2016-01-09 3c6ea9a3be26a67a717e4965ac8e6d8bb0e74127
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zóna';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'typ';
$wb['target_txt'] = 'Target';
$wb['weight_txt'] = 'Weight';
$wb['port_txt'] = 'Port';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'AktivovaÅ¥';
$wb['limit_dns_record_txt'] = 'Max. poÄ�et záznamov DNS pre vᚠúÄ�et je dosiahnutý.';
$wb['no_zone_perm'] = 'Nemáte oprávnenie PridaÅ¥ záznam do tejto zóny DNS.';
$wb['name_error_empty'] = 'Hostname je prázdny.';
$wb['name_error_regex'] = 'Hostname má zlý formát.';
$wb['data_error_empty'] = 'Server záznam je prázdny';
$wb['data_error_regex'] = 'Server záznam má zlý formát';
$wb['srv_error_regex'] = 'Server má zlý formát záznamu. Server záznam musí obsahovaÅ¥ 3 textové reÅ¥azcov oddelených medzerami.';
$wb['aux_txt'] = 'Priority';
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.';
?>