Viewing File: /usr/local/cpanel/base/sharedjs/fetch_mail_queue-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/base/sharedjs/fetch_mail_queue.js
// Generated: /usr/local/cpanel/base/sharedjs/fetch_mail_queue-ko.js
// Module:    legacy_shared/fetch_mail_queue-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 = {"Actions":"작업","Are you sure you wish to attempt to deliver the entire mail queue?":"전체 메일 대기열을 배달하시겠습니까?","Are you sure you wish to purge the entire mail queue?":"전체 메일 대기열을 제거하시겠습니까?","Frozen":"고정됨","Invalid Date":"잘못된 날짜","Message ID":"메시지 ID","Queued":"대기","Recipient(s)":"수신자","Sender":"발신자","Size":"크기","Status":"상태","System":"시스템","The fetch returned no data.":"페치로 반환된 데이터가 없습니다.","Time Received":"수신된 시간","You must first select at least one message in the queue.":"먼저 대기열에서 최소 하나 이상의 메시지를 선택해야 합니다."};

    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