//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-fi.js
// Module: legacy_shared/sslwidgets-fi
// Locale: fi
// 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":"Varmenteen vanhentuminen","Certificate Key Sizes":"Varmenteen avainkoot","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Pyydä varmenteen myöntäjää ([_1]) myöntämään tämä varmenne uudelleen käyttämällä [numf,_2]-bittistä avainta.","Contact your certificate authority to reissue this certificate with a longer key.":"Pyydä varmenteen myöntäjää määrittämään tälle varmenteelle pidempi avain.","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.":"Luo ja asenna uusi itse allekirjoitettu varmenne heti. Korvaa sitten tämä varmenne kelvollisen varmenteen myöntäjän allekirjoittamalla varmenteella mahdollisimman pian.","It is highly recommended that you do not install this certificate.":"On erittäin suositeltavaa jättää tämä varmenne asentamatta.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Itse allekirjoitetut varmenteet","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Varmenteen avaimen suositeltava pituus on tällä hetkellä [quant,_1,-bittinen,-bittinen].","This certificate will expire in [quant,_1,day,days].":"Tämä varmenne vanhentuu [quant,_1,päivä,päivää] kuluttua.","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Tämän varmenteen avain on liian lyhyt ([quant,_1,-bittinen,-bittinen]). Tämä avain ei suojaa huijaushyökkäyksiltä.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Luo [quant,_1,tälle toimialueelle,näille toimialueille] toinen itse allekirjoitettu varmenne, jossa on [numf,_2]-bittinen avain.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Pyydä korvaava varmenne myöntäjältä ([_1]) mahdollisimman pian."};
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~~