Viewing File: /usr/local/cpanel/base/frontend/jupiter/js2/mail/filters/editfilter-ko.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-ko.js
// Module:    /jupiter/js2/mail/filters/editfilter-ko
// Locale:    ko
// 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":"탐색","Cancel":"취소","Filter Name":"필터 이름","Saving filter “[output,class,_1,code]” …":"필터 “[output,class,_1,code]” 저장 중 …","Success! The filters list is reloading now.":"성공! 지금 필터 목록이 다시 로딩 중입니다.","The filter name cannot be empty.":"필터 이름은 반드시 입력해야 합니다.","The filter name cannot contain “[output,class,_1,code]” or “[output,class,_2,code]”.":"필터 이름에는 “[output,class,_1,code]” 또는 “[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].":"새 필터를 생성했습니다. 이제 다른 필터를 생성하거나 [output,url,_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