commit | author | age
|
1ca823
|
1 |
<?php |
T |
2 |
$wb['server_id_txt'] = 'Server'; |
|
3 |
$wb['zone_txt'] = 'Zone'; |
|
4 |
$wb['name_txt'] = 'Hostnaam'; |
|
5 |
$wb['type_txt'] = 'type'; |
|
6 |
$wb['data_txt'] = 'Tekst'; |
|
7 |
$wb['ttl_txt'] = 'TTL'; |
|
8 |
$wb['active_txt'] = 'Actief'; |
|
9 |
$wb['limit_dns_record_txt'] = 'Het max. aan DNS records voor uw account is bereikt.'; |
|
10 |
$wb['no_zone_perm'] = 'U heeft geen toestemming om een record toe te voegen aan deze DNS zone.'; |
|
11 |
$wb['name_error_empty'] = 'De hostnaam is niet ingvuld.'; |
|
12 |
$wb['name_error_regex'] = 'De hostnaam heeft een onjuist formaat.'; |
|
13 |
$wb['data_error_empty'] = 'Tekst is niet ingvuld'; |
|
14 |
$wb['data_error_regex'] = 'Tekst formaat ongeldig'; |
dc9e64
|
15 |
$wb['ttl_range_error'] = 'Min. TTL time is 60 seconds.'; |
378d83
|
16 |
$wb['invalid_type_dkim'] = 'DKIM is not allowed. Use the DKIM button'; |
FS |
17 |
$wb['invalid_type_dmarc'] = 'DMARC is not allowed. Use the DMARC button'; |
|
18 |
$wb['invalid_type_spf'] = 'SPF is not allowed. Use the SPF button.'; |
1ca823
|
19 |
?> |