//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/ssl/csrs-nl.js
// Module: /jupiter/js2/ssl/csrs-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 = {"Choose a country.":"Kies een land.","City":"Plaats","Company":"Bedrijf","Company Division":"Bedrijfsdivisie","Country":"Land","Domains":"Domeinen","Email":"E-mail","Make sure to use a valid email format. For example, [asis,user@domain.com].":"Gebruik een geldige e-mailindeling. Voorbeeld: [asis,user@domain.com].","Passphrase":"Wachtwoordzin","State":"Status","The certificate signing request passphrase can contain only alphanumeric characters.":"De wachtwoordzin van de certificaatondertekeningsaanvraag kan alleen alfanumerieke tekens bevatten.","The certificate signing request passphrase must be at least [quant,_1,character,characters] long.":"De wachtwoordzin voor de certificaatondertekeningsaanvraag moet ten minste [quant,_1,teken,tekens] lang zijn.","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 passphrase must be no longer than [quant,_1,character,characters].":"De wachtwoordzin mag niet langer zijn dan [quant,_1,teken,tekens].","The “[_1]” field cannot be left blank.":"The “[_1]” field cannot be left blank.","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 do not control this domain.":"U hebt geen controle over dit domein","[numf,_1] of the [numerate,_2,domain,domains] that you have entered [numerate,_1,is a domain,are domains] that you do not control.":"[numf,_1] van [numerate,_2,het domein dat,de domeinen die] u hebt ingevoerd [numerate,_1,is een domein dat,zijn domeinen die] u niet beheert."};
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~~