//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController.js
// Generated: /usr/local/cpanel/whostmgr/docroot/templates/mod_security/views/enableDisableConfigController-ko.js
// Module: /templates/mod_security/views/enableDisableConfigController-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 = {"The system could not disable the configuration files.":"시스템이 구성 파일을 비활성화하지 못했습니다.","The system could not enable the configuration files.":"시스템이 구성 파일을 활성화하지 못했습니다.","The system failed to pass the ID query string parameter.":"시스템이 ID 쿼리 문자열 매개변수를 전달하지 못했습니다.","You have successfully disabled all of the configuration files.":"모든 구성 파일을 성공적으로 비활성화했습니다.","You have successfully disabled some of the configuration files. The files that the system failed to disable are marked below.":"일부 구성 파일을 성공적으로 비활성화했습니다. 시스템이 비활성화하지 못한 파일은 아래에 표시되어 있습니다.","You have successfully disabled the configuration file: [_1]":"다음 구성 파일을 성공적으로 비활성화했습니다. [_1]","You have successfully enabled all of the configuration files.":"모든 구성 파일을 성공적으로 활성화했습니다.","You have successfully enabled some of the configuration files. The files that the system failed to enable are marked below.":"일부 구성 파일을 성공적으로 활성화했습니다. 시스템이 활성화하지 못한 파일은 아래에 표시되어 있습니다.","You have successfully enabled the configuration file: [_1]":"구성 파일을 성공적으로 활성화했습니다. [_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~~