tbrehm
2010-03-11 899771dc79ad6cf1beffd4c867539a84b53a330d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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['limit_dns_record_txt'] = 'Het max. aantal aan DNS records voor uw account is bereikt.';
$wb['no_zone_perm'] = 'U heeft geen toegang om een record in deze zone aan te maken.';
$wb['name_error_empty'] = 'De hostnaam is leeg.';
$wb['name_error_regex'] = 'De hostnaam heeft een verkeerde indeling.';
$wb['data_error_empty'] = 'Doel hostnaam is leeg';
$wb['data_error_regex'] = 'Doel hostnaam indeling is ongeldig.';
?>