commit | author | age
|
407003
|
1 |
<?php |
b3e3f8
|
2 |
$wb['server_id_txt'] = 'Server'; |
TB |
3 |
$wb['zone_txt'] = 'Zone'; |
|
4 |
$wb['name_txt'] = 'Název hostitele'; |
|
5 |
$wb['type_txt'] = 'Typ'; |
|
6 |
$wb['data_txt'] = 'Data'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Aktivní'; |
|
9 |
$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.'; |
|
10 |
$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
|
11 |
$wb['name_error_empty'] = 'Název hostitele je prázdný.'; |
|
12 |
$wb['name_error_regex'] = 'Název hostitele má chybný formát.'; |
|
13 |
$wb['data_error_empty'] = 'Text empty'; |
|
14 |
$wb['data_error_regex'] = 'Text format invalid'; |
|
15 |
$wb['ttl_range_error'] = 'Min. TTL doba je 60 sekund.'; |
407003
|
16 |
?> |