//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/accounts/createacct-nl.js
// Module: /templates/accounts/createacct-nl
// Locale: nl
// This file is generated by the cpanel localization system
// using the bin/_build_translated_js_hash_files.pl script.
//-------------------------------------------------------------
// !!! Do not hand edit this file !!!
//-------------------------------------------------------------
(function() {
// The raw lexicon.
var newLex = {"A username cannot contain spaces.":"Een gebruikersnaam kan geen spaties bevatten.","A username must have between [numf,_1] and [quant,_2,character,characters].":"Een gebruikersnaam moet bestaan uit [numf,_1] tot en met [quant,_2,teken,tekens].","A username must start with a letter.":"Een gebruikersnaam moet met een letter beginnen.","Domain":"Domein","Email":"E-mail","Enable Spam Box":"Spam Box inschakelen","Enter a nonnegative integer.":"Enter a nonnegative integer.","Enter an integer from [numf,_1] to [numf,_2].":"Enter an integer from [numf,_1] to [numf,_2].","Enter an integer no less than [numf,_1].":"Enter an integer no less than [numf,_1].","Package Name":"Pakketnaam","Selected Package":"Geselecteerd pakket","The email field must be empty or an email address.":"Het e-mailveld moet leeg of een e-mailadres zijn.","The username cannot be the same as the password.":"De gebruikersnaam mag niet overeenkomen met het wachtwoord.","This is not a valid domain.":"Dit is geen geldig domein.","This is not a valid package name.":"Dit is geen geldige pakketnaam.","This is not a valid username.":"Dit is geen geldige gebruikersnaam.","Updating …":"Bijwerken …","Username":"Gebruikersnaam","You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.":"You must enable [asis,Apache SpamAssassin™] to use the Spam Box feature.","You must select a package.":"U moet een pakket selecteren."};
if (!this.LEXICON) {
this.LEXICON = {};
}
for(var item in newLex) {
if(newLex.hasOwnProperty(item)) {
var value = newLex[item];
if (typeof(value) === "string" && value !== "") {
// Only add it if there is a value.
this.LEXICON[item] = value;
}
}
}
})();
//~~END-GENERATED~~