Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-vi.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-vi.js
// Module:    /templates/mod_security/views/enableDisableConfigController-vi
// Locale:    vi
// 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 = {"The system could not disable the configuration files.":"Hệ thống không tắt được tệp cấu hình.","The system could not enable the configuration files.":"Hệ thống không bật được tệp cấu hình.","The system failed to pass the ID query string parameter.":"Hệ thống không truyền được tham số xâu truy vấn ID.","You have successfully disabled all of the configuration files.":"Bạn đã tắt thành công tất cả các tệp cấu hình.","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"Bạn đã tắt thành công một số tệp cấu hình. Các tệp mà hệ thống không tắt được sẽ được đánh dấu dưới đây.","You have successfully disabled the configuration file: [_1]":"Bạn đã tắt thành công tệp cấu hình: [_1]","You have successfully enabled all of the configuration files.":"Bạn đã bật thành công tất cả các tệp cấu hình.","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"Bạn đã bật thành công một số tệp cấu hình. Các tệp mà hệ thống không bật được sẽ được đánh dấu dưới đây.","You have successfully enabled the configuration file: [_1]":"Bạn đã bật thành công tệp cấu hình: [_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