//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/config.cmb.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/config.cmb-ko.js
// Module: /templates/mod_security/config.cmb-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 = {"Configure Global Directives":"전역 지시문 구성","The system experienced an unknown error when it attempted to save the file.":"시스템이 파일을 저장하려고 할 때 알 수 없는 오류가 발생했습니다.","The value must start with the “[_1]” character.":"이 값은 “[_1]” 문자로 시작해야 합니다.","The value that you provided is not a valid [asis,honeypot] access key. This value must be a sequence of 12 lower-case alphabetic characters.":"입력한 값이 유효한 [asis,honeypot] 액세스 키가 아닙니다. 이 값은 12개의 알파벳 소문자로 이루어진 시퀀스여야 합니다."};
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~~