tbrehm
2009-11-30 b17b894728252a73a7c24f0ae7eddd2c3e6e2497
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zóna';
$wb['name_txt'] = 'Hostname';
$wb['type_txt'] = 'typ';
$wb['data_txt'] = 'Text';
$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'] = 'Text je prázdny';
$wb['data_error_regex'] = 'Text má zlý formát';
?>