Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService-el.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/services/versionControlService-el.js
// Module:    /jupiter/version_control/services/versionControlService-el
// Locale:    el
// 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 = {"Not available.":"Not available.","Repository path cannot be empty.":"Repository path cannot be empty.","The system could not find the “[_1]” repository.":"The system could not find the “[_1]” repository.","You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.":"You cannot copy the “[_1]” clone [output,acronym,URL,Uniform Resource Locator] to the clipboard.","“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator].":"“[_1]” is not a valid clone [output,acronym,URL,Universal Resource Locator]."};

    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