tbrehm
2008-07-29 c30ad79199c45713f96cec1b3f97ad5467ac4073
interface/web/dns/lib/lang/nl_dns_alias.lng
@@ -1,17 +1,17 @@
<?php
$wb["server_id_txt"] = 'Server';
$wb["zone_txt"] = 'Zone';
$wb["name_txt"] = 'Hostnaam';
$wb["type_txt"] = 'Type';
$wb["data_txt"] = 'Doel hostnaam';
$wb["ttl_txt"] = 'TTL';
$wb["active_txt"] = 'Aktief';
$wb["btn_save_txt"] = 'Opslaan';
$wb["btn_cancel_txt"] = 'Annuleren';
$wb["limit_dns_record_txt"] = 'Het max. aantal DNS records van uw account is bereikt.';
$wb["no_zone_perm"] = 'U heeft geen permissies om een record aan deze DNS zone toe te voegen.';
$wb["name_error_empty"] = 'The hostnaam is niet ingevuld.';
$wb["name_error_regex"] = 'The hostnaam heeft een fout formaat.';
$wb["data_error_empty"] = 'Doel hostnaam is niet ingevuld';
$wb["data_error_regex"] = 'Doel hostnaam formaat ongeldig';
?>
<?php
$wb["server_id_txt"] = 'Server';
$wb["zone_txt"] = 'Zone';
$wb["name_txt"] = 'Hostnaam';
$wb["type_txt"] = 'type';
$wb["data_txt"] = 'Doel Hostnaam';
$wb["ttl_txt"] = 'TTL';
$wb["active_txt"] = 'Actief';
$wb["btn_save_txt"] = 'Opslaan';
$wb["btn_cancel_txt"] = 'Annuleren';
$wb["limit_dns_record_txt"] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
$wb["no_zone_perm"] = 'You do not have the permission to add a record to this DNS zone.';
$wb["name_error_empty"] = 'De hostnaam is leeg.';
$wb["name_error_regex"] = 'De hostnaam heeft het verkeerde formaat.';
$wb["data_error_empty"] = 'Doel hostnaam is leeg';
$wb["data_error_regex"] = 'Doel hostnaam formaat ongeldig';
?>