Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-vi.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-vi.js
// Module:    /jupiter/js2/mail/filters/editfilter-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 = {"Browse":"Duyệt","Cancel":"Hủy","Filter Name":"Tên Bộ Lọc","Saving filter “[output,class,_1,code]” …":"Đang lưu bộ lọc “[output,class,_1,code]” …","Success! The filters list is reloading now.":"Thành Công! Danh sách bộ lọc hiện đang tải lại.","The filter name cannot be empty.":"Tên bộ lọc không được để trống.","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"Tên bộ lọc không chứa “[output,class,_1,code]” hoặc “[output,class,_2,code]”.","You have successfully created a new filter. You can create another one now, or you can [output,url,_1,return to the filters list].":"Bạn đã tạo thành công bộ lọc mới. Bạn có thể tạo bộ lọc khác ngay bây giờ hoặc [output,url,_1,trở về danh sách bộ lọc]."};

    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