//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-da.js
// Module: legacy_shared/sslwidgets-da
// Locale: da
// 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 Expiration":"Certifikatets udløb","Certificate Key Sizes":"Størrelser på certifikatnøgler","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Kontakt dit nøglecenter ([_1]) for at udstede dette certifikat igen med en [numf,_2] bit-nøgle.","Contact your certificate authority to reissue this certificate with a longer key.":"Kontakt dit nøglecenter for at få dette certifikat udstedt igen med en længere nøgle.","Generate and install a new self-signed certificate immediately. Then, replace this certificate with a certificate signed by a valid certificate authority as soon as possible.":"Generér og installer straks et nyt selvsigneret certifikat. Udskift derefter så hurtigt som muligt dette certifikat med et, der er signeret af et gyldigt nøglecenter.","It is highly recommended that you do not install this certificate.":"Det anbefales kraftigt, at du ikke installerer dette certifikat.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Selvsignerede certifikater","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Den anbefalede nøglestørrelse for et certifikat er i øjeblikket [quant,_1,bit,bit].","This certificate will expire in [quant,_1,day,days].":"Dette certifikat udløber om [quant,_1,dag,dage].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Nøglen til dette certifikat er for kort ([quant,_1,bit,bit]). Denne nøgle kan ikke beskytte mod et efterligningsangreb.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Du skal generere et andet selvsigneret certifikat til [quant,_1,dette domæne,disse domæner] med en [numf,_2]-bit nøgle.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Du bør hurtigst muligt anmode udbyderen ([_1]) om et nyt certifikat."};
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~~