//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-ro.js
// Module: legacy_shared/sslwidgets-ro
// Locale: ro
// 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":"Expirare certificat","Certificate Key Sizes":"Dimensiuni cheie certificat","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Contactaţi autoritatea de certificare ([_1]) pentru a emite din nou acest certificat cu o cheie [numf,_2]-bit.","Contact your certificate authority to reissue this certificate with a longer key.":"Contactaţi autoritatea de certificare pentru a emite din nou acest certificat cu o cheie mai lungă.","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.":"Generaţi şi instalaţi imediat un certificat auto-semnat. Apoi înlocuiţi cât mai repede posibil acest certificat cu unul semnat de o autoritate de certificare validă.","It is highly recommended that you do not install this certificate.":"Vă recomandăm cu tărie să nu instalaţi acest certificat.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Certificate auto-semnate","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Dimensiunea recomandată a cheii pentru un certificat este în prezent de [quant,_1,bit,biţi].","This certificate will expire in [quant,_1,day,days].":"Acest certificat va expira în [quant,_1,zi,zile].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Această cheie de certificat este prea scurtă ([quant,_1,bit,biţi]). Această cheie nu va asigura protecţie împotriva atacurilor prin falsificare.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Trebuie să generaţi un alt certificat autosemnat pentru [quant,_1,acest domeniu,aceste domenii] cu o cheie [numf,_2]-bit.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Trebuie să solicitaţi un certificat de înlocuire de la emitent ([_1]) cât mai repede posibil."};
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~~