commit | author | age
|
11b3da
|
1 |
<?php |
333866
|
2 |
$wb['server_id_txt'] = 'Server'; |
T |
3 |
$wb['zone_txt'] = 'Zone'; |
|
4 |
$wb['name_txt'] = 'Zone'; |
|
5 |
$wb['type_txt'] = 'Typ'; |
a00888
|
6 |
$wb['data_txt'] = 'Nameserver Hostname'; |
333866
|
7 |
$wb['ttl_txt'] = 'TTL'; |
T |
8 |
$wb['active_txt'] = 'Aktiv'; |
a00888
|
9 |
$wb['limit_dns_record_txt'] = 'Die maximale Anzahl an DNS Einträgen für Ihr Konto wurde erreicht.'; |
T |
10 |
$wb['no_zone_perm'] = 'Sie haben nicht die Berechtigung, einen Eintrag zu dieser DNS Zone hinzuzufügen.'; |
333866
|
11 |
$wb['name_error_empty'] = 'Die Zone ist leer.'; |
T |
12 |
$wb['name_error_regex'] = 'Die Zone hat ein falsches Format.'; |
|
13 |
$wb['data_error_empty'] = 'Nameserver ist leer.'; |
|
14 |
$wb['data_error_regex'] = 'Nameserver Format ist ungültig.'; |
dc9e64
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
TB |
16 |
?> |