Viewing File: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator-fil.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/version_control/directives/cloneURLValidator-fil.js
// Module:    /jupiter/version_control/directives/cloneURLValidator-fil
// Locale:    fil
// 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 = {"Clone URLs [output,strong,must] include a valid protocol or username.":"Clone URLs [output,strong,must] include a valid protocol or username.","The clone URL [output,strong,cannot] include a password.":"The clone URL [output,strong,cannot] include a password.","The clone URL [output,strong,cannot] include whitespace characters.":"The clone URL [output,strong,cannot] include whitespace characters.","The clone URL [output,strong,must] include a valid IP address or a fully-qualified domain name.":"The clone URL [output,strong,must] include a valid IP address or a fully-qualified domain name.","The path or port number is [output,strong,not] valid.":"The path or port number is [output,strong,not] valid.","The provided clone URL [output,strong,must] include a valid protocol.":"The provided clone URL [output,strong,must] include a valid protocol.","The repository path should [output,strong,not] begin with “:” if it includes the protocol.":"The repository path should [output,strong,not] begin with “:” if it includes the protocol.","You must specify a valid clone URL.":"You must specify a valid clone URL."};

    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