Skip to content
nl_dns_ptr.lng 643 B
Newer Older
tbrehm's avatar
tbrehm committed
<?php
$wb['server_id_txt'] = 'Server';
$wb['zone_txt'] = 'Zone';
$wb['name_txt'] = 'Naam';
$wb['type_txt'] = 'type';
$wb['data_txt'] = 'Canonical Hostnaam';
$wb['ttl_txt'] = 'TTL';
$wb['active_txt'] = 'Actief?';
$wb['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
$wb['no_zone_perm'] = 'U heeft geen toestemming om een record aan deze DNS zone toe te voegen.';
$wb['name_error_empty'] = 'The naam is leeg.';
$wb['name_error_regex'] = 'The naam heeft het verkeerde formaat.';
$wb['data_error_empty'] = 'Canonical hostnaam is leeg.';
$wb['data_error_regex'] = 'Canonical hostnaam formaat ongeldig.';
?>