Viewing File: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ko.js

//~~GENERATED~~
//-------------------------------------------------------------
// Source:    /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-ko.js
// Module:    /js2/managehooks-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 = {"Close":"닫기","Delete a Hook":"후크 삭제","Deleting hook …":"후크를 삭제하는 중 …","Disable":"비활성화","Disabling hook …":"후크를 비활성화하는 중 …","Enable":"활성화","Enabling hook …":"후크를 활성화하는 중…","Move this hook down.":"이 후크를 아래로 이동합니다.","Move this hook to the bottom.":"이 후크를 아래로 이동합니다.","Move this hook to the top.":"이 후크를 위로 이동합니다.","Move this hook up.":"이 후크를 위로 이동합니다.","Reordering hooks …":"후크 재정렬 중…","Save":"저장","Saving …":"저장 중 …","This hook is disabled.":"이 후크가 비활성화되었습니다.","This hook is enabled.":"이 후크가 활성화되었습니다.","View/Edit Hook Details":"후크 세부정보 보기/편집"};

    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