| | |
| | | <?php |
| | | $wb['server_id_txt'] = 'Server'; |
| | | $wb['zone_txt'] = 'Zóna'; |
| | | $wb['name_txt'] = 'Hostname'; |
| | | $wb['type_txt'] = 'typ'; |
| | | $wb['data_txt'] = 'IP Adresa'; |
| | | $wb['ttl_txt'] = 'TTL'; |
| | | $wb['active_txt'] = 'Aktívny'; |
| | | $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'] = 'IP Adresa je prázdna'; |
| | | $wb['data_error_regex'] = 'IP Adresa má zlý formát.'; |
| | | $wb['data_error_duplicate'] = 'Duplikátny A-záznam'; |
| | | ?> |
| | | <?php
|
| | | $wb['server_id_txt'] = 'Server';
|
| | | $wb['zone_txt'] = 'Zóna';
|
| | | $wb['name_txt'] = 'Hostname';
|
| | | $wb['type_txt'] = 'typ';
|
| | | $wb['data_txt'] = 'IP Adresa';
|
| | | $wb['ttl_txt'] = 'TTL';
|
| | | $wb['active_txt'] = 'Aktívny';
|
| | | $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'] = 'IP Adresa je prázdna';
|
| | | $wb['data_error_regex'] = 'IP Adresa má zlý formát.';
|
| | | $wb['data_error_duplicate'] = 'Duplikátny A-záznam';
|
| | | ?>
|
| | |
|