Viewing File: /usr/local/cpanel/share/libraries/cjt2/src/services/cpanel/SSLStatus-uk.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/share/libraries/cjt2/src/services/cpanel/SSLStatus.js
// Generated: /usr/local/cpanel/share/libraries/cjt2/src/services/cpanel/SSLStatus-uk.js
// Module:    cjt/services/cpanel/SSLStatus-uk
// Locale:    uk
// 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 = {"Domain Validated Certificate":"Domain Validated Certificate","Extended Validation Certificate":"Extended Validation Certificate","No Valid Certificate":"No Valid Certificate","Organization Validated Certificate":"Organization Validated Certificate","Self-signed Certificate":"Самопідписаний сертифікат","The certificate has expired.":"Термін дії сертифіката сплив.","You have no valid [asis,SSL] certificate configured for this domain.":"You have no valid [asis,SSL] certificate configured for this domain.","[output,abbr,DV,Domain Validated] Certificate":"[output,abbr,DV,Domain Validated] Certificate","[output,abbr,EV,Extended Validation] Certificate":"[output,abbr,EV,Extended Validation] Certificate","[output,abbr,OV,Organization Validated] Certificate":"[output,abbr,OV,Organization Validated] Certificate"};

    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