wichu
2012-05-10 905663d6c12c0ccad01ca80d50c3b83fb1f9466c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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';
?>