//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/gencrt.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/gencrt-nl.js
// Module: /js2/gencrt-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 = {"Certificate Email Address":"E-mailadres certificaat","Choose a country.":"Kies een land.","City":"Plaats","Company":"Bedrijf","Company Division":"Bedrijfsdivisie","Contact Email Address":"Contacte-mailadres","Country":"Land","Domain":"Domein","Passphrase":"Wachtwoordzin","State":"Status","The company division must be no longer than [quant,_1,character,characters].":"De bedrijfsdivisie mag niet langer zijn dan [quant,_1,teken,tekens].","The company name must be no longer than [quant,_1,character,characters].":"De bedrijfsnaam mag niet langer zijn dan [quant,_1,teken,tekens].","The email address provided is not valid. This address must start with the mailbox name, then the “@” sign, then the mail domain name.":"Het opgegeven e-mailadres is niet geldig. Dit adres moet beginnen met de postvaknaam, gevolgd door het teken ’@’ en de e-maildomeinnaam.","The passphrase must be at least [quant,_1,character,characters] long.":"De wachtwoordzin moet ten minste [quant,_1,teken,tekens] lang zijn.","The passphrase must be no longer than [quant,_1,character,characters].":"De wachtwoordzin mag niet langer zijn dan [quant,_1,teken,tekens].","The “[_1]” field must be at least [quant,_2,character,characters] long.":"Het veld ’[_1]’ moet ten minste [quant,_2,teken,tekens] lang zijn.","This field contains characters that some certificate authorities may not accept. Contact your certificate authority to confirm that they accept these characters.":"Dit veld bevat tekens die sommige certificeringsinstanties mogelijk niet accepteren. Neem contact op met uw certificeringsinstantie om te controleren of deze tekens worden geaccepteerd.","You can only enter valid domains.":"U kunt alleen geldige domeinen opgeven","You entered an invalid character. The passphrase may contain only letters and numbers.":"U hebt een ongeldig teken ingevoerd. De wachtwoordzin mag alleen uit letters en cijfers bestaan.","You must enter a city.":"U moet een plaats invoeren.","You must enter a company.":"U moet een bedrijf invoeren.","You must enter a state.":"U moet een staat invoeren.","You must enter an email address.":"U moet een e-mailadres opgeven."};
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~~