Viewing File: /usr/local/cpanel/base/sharedjs/sslwidgets-pl.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/sslwidgets.js
// Generated: /usr/local/cpanel/base/sharedjs/sslwidgets-pl.js
// Module:    legacy_shared/sslwidgets-pl
// Locale:    pl
// 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":"Wygaśnięcie ważności certyfikatu","Certificate Key Sizes":"Rozmiary kluczy certyfikatów","Contact your certificate authority ([_1]) to reissue this certificate with a [numf,_2]-bit key.":"Skontaktuj się ze swoim urzędem certyfikacji ([_1]), aby wystawił certyfikat z kluczem [numf,_2]-bitowym.","Contact your certificate authority to reissue this certificate with a longer key.":"Skontaktuj się ze swoim urzędem certyfikacji, aby ponownie wydał ten certyfikat z dłuższym kluczem.","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.":"Natychmiast wygeneruj i zainstaluj nowy certyfikat z podpisem własnym. Następnie jak najszybciej zastąp go certyfikatem podpisanym przez właściwy urząd certyfikacji.","It is highly recommended that you do not install this certificate.":"Zdecydowanie odradzamy instalowanie tego certyfikatu.","Purchase a new certificate.":"Purchase a new certificate.","Self-Signed Certificates":"Certyfikaty z podpisem własnym","The recommended key size for a certificate is currently [quant,_1,bit,bits].":"Obecnie zalecany rozmiar klucza certyfikatu wynosi [quant,_1,bit,bity(-ów)].","This certificate will expire in [quant,_1,day,days].":"Ten certyfikat wygaśnie za [quant,_1,dzień,dni].","This certificate’s key is too short ([quant,_1,bit,bits]). This key will not protect against a spoofing attack.":"Ten klucz certyfikatu jest za krótki ([quant,_1,bit,bity(-ów)]). Nie będzie on chronił przed atakami polegającymi na podszywaniu się pod inną tożsamość.","You should generate another self-signed certificate for [quant,_1,this domain,these domains] with a [numf,_2]-bit key.":"Należy wygenerować dla [quant,_1,tej domeny,tych domen] kolejny certyfikat z podpisem własnym, tym razem z kluczem [numf,_2]-bitowym.","You should request a replacement certificate from the issuer ([_1]) as soon as possible.":"Jak najszybciej poproś wystawcę o nowy certyfikat ([_1])."};

    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~~
Back to Directory File Manager