Viewing File: /usr/local/cpanel/base/frontend/jupiter/domains/views/createDomain-pt.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/domains/views/createDomain.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/domains/views/createDomain-pt.js
// Module:    /jupiter/domains/views/createDomain-pt
// Locale:    pt
// 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 = {"Because this server does not use the “[_1]” role, the system creates new domains as separate zones. If you only need a [asis,DNS] entry, you can add the domain as new record on an existing zone in the [output,url,_2,_3,_4] interface.":"Because this server does not use the “[_1]” role, the system creates new domains as separate zones. If you only need a [asis,DNS] entry, you can add the domain as new record on an existing zone in the [output,url,_2,_3,_4] interface.","Return to Domains":"Return to Domains","You have successfully created the new “[_1]” domain with the document root of “[_2]”.":"You have successfully created the new “[_1]” domain with the document root of “[_2]”.","You have successfully created the new “[_1]” domain.":"You have successfully created the new “[_1]” domain."};

    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