|
1 | 1 | <?php |
2 | | -$wb['ca_list_txt'] = 'Certifiction Authority'; |
3 | | -$wb['ca_domain_txt'] = 'Domain'; |
4 | | -$wb['ca_hostname_txt'] = 'Additional Hostnamen'; |
5 | | -$wb['ca_hostname_note_txt'] = '(Sepearated list with commas - empty for all hostnames)'; |
6 | | -$wb['ca_options_txt'] = 'Additional Options'; |
7 | | -$wb['ca_options_note_txt'] = 'requested by the CA (Sepearated list with commas)'; |
8 | | -$wb['ca_wildcard_txt'] = 'Use Wildcard SSL'; |
9 | | -$wb['ca_critical_txt'] = 'Strict check'; |
| 2 | +$wb['ca_list_txt'] = 'Certifikační autorita'; |
| 3 | +$wb['ca_domain_txt'] = 'Doména'; |
| 4 | +$wb['ca_hostname_txt'] = 'Omezit na názvy hostitelů'; |
| 5 | +$wb['ca_hostname_note_txt'] = '(Oddělený seznam s čárkami - prázdný pro všechna jména hostitelů)'; |
| 6 | +$wb['ca_options_txt'] = 'Další možnosti názvu hostitele'; |
| 7 | +$wb['ca_options_note_txt'] = 'requested by the CA (Oddělený seznam s čárkami)'; |
| 8 | +$wb['ca_wildcard_txt'] = 'Použití Wildcard (*) SSL'; |
| 9 | +$wb['ca_critical_txt'] = 'Přísná kontrola'; |
10 | 10 | $wb['ttl_txt'] = 'TTL'; |
11 | | -$wb['active_txt'] = 'Active'; |
12 | | -$wb['select_txt'] = 'Select Certifiction Authority'; |
13 | | -$wb['no_zone_perm'] = 'You do not have the permission to add a record to this DNS zone.'; |
14 | | -$wb['limit_dns_record_txt'] = 'The max. number of DNS records for your account is reached.'; |
15 | | -$wb['ca_error_txt'] = 'No Certifiction Authority selected'; |
16 | | -$wb['caa_exists_error'] = 'CAA Record already exists'; |
17 | | -$wb['ca_option_error'] = 'Invalid format for additional options; OPTION=VALUE'; |
18 | | -$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
| 11 | +$wb['active_txt'] = 'Aktivní'; |
| 12 | +$wb['select_txt'] = 'Vyberte certifikační autoritu'; |
| 13 | +$wb['no_zone_perm'] = 'Nemáte oprávnění přidat záznam do této zóny DNS.'; |
| 14 | +$wb['limit_dns_record_txt'] = 'Byl dosažen max. počet DNS záznamů pro váš účet.'; |
| 15 | +$wb['ca_error_txt'] = 'Nebyla vybrána žádná certifikační autorita'; |
| 16 | +$wb['caa_exists_error'] = 'CAA záznam již existuje'; |
| 17 | +$wb['ca_option_error'] = 'Neplatný formát pro další možnosti; OPTION=VALUE'; |
| 18 | +$wb['ttl_range_error'] = 'Min. TTL čas je 60 sekund.'; |
19 | 19 | ?> |
0 commit comments