commit | author | age
|
333866
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Server'; |
|
3 |
$wb['zone_txt'] = 'Zóna'; |
|
4 |
$wb['name_txt'] = 'Hostname'; |
|
5 |
$wb['type_txt'] = 'typ'; |
|
6 |
$wb['data_txt'] = 'IP Adresa'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Aktívny'; |
|
9 |
$wb['limit_dns_record_txt'] = 'Max. počet záznamov DNS pre váš účet je dosiahnutý.'; |
|
10 |
$wb['no_zone_perm'] = 'Nemáte oprávnenie Pridať záznam do tejto zóny DNS.'; |
|
11 |
$wb['name_error_empty'] = 'Hostname je prázdny.'; |
|
12 |
$wb['name_error_regex'] = 'Hostname má zlý formát.'; |
|
13 |
$wb['data_error_empty'] = 'IP Adresa je prázdna'; |
3c6ea9
|
14 |
$wb['ip_error_wrong'] = 'IP Adresa má zlý formát.'; |
333866
|
15 |
$wb['data_error_duplicate'] = 'Duplikátny A-záznam'; |
dc9e64
|
16 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
333866
|
17 |
?> |