//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/ssltable.js
// Generated: /usr/local/cpanel/base/sharedjs/ssltable-nl.js
// Module: legacy_shared/ssltable-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 ID:":"Certificaat-id:","Contact your Certificate Authority ([_1]) to request a certificate renewal.":"Neem contact op met uw certificeringsinstantie ([_1]) om een certificaatverlenging aan te vragen.","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Neem contact op met uw certificeringsinstantie ([_1]) om dit certificaat opnieuw te verlenen met een [numf,_2]-bits sleutel.","Purchase a replacement certificate in the “[_1]”.":"Purchase a replacement certificate in the “[_1]”.","SSL/TLS Wizard":"SSL/TLS Wizard","This certificate has expired.":"Dit certificaat is verlopen.","This certificate will expire in [quant,_1,day,days].":"Dit certificaat verloopt over [quant,_1,dag,dagen].","This certificate will expire later today.":"Dit certificaat verloopt later vandaag.","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Deze certificaatsleutel is te kort ([quant,_1,bit,bits]). Deze sleutel biedt geen bescherming tegen een spoofing-aanval.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"U moet nog een zelfondertekend certificaat voor [quant,_1,dit domein,deze domeinen] genereren met een [numf,_2]-bits sleutel.","unknown":"onbekend"};
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~~