//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_ui_control.js
// Generated: /usr/local/cpanel/base/sharedjs/email_ui_control-ko.js
// Module: legacy_shared/email_ui_control-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 = {"An unknown error occurred.":"알 수 없는 오류가 발생했습니다.","Checkboxes":"확인란","Hide":"숨기기","Jump to page.":"페이지로 이동하십시오.","Next Page":"다음 페이지","Page [numf,_1]":"[numf,_1]페이지","Page [numf,_1] of [numf,_2]":"[numf,_1]/[numf,_2]페이지","Previous Page":"이전 페이지","Reconfigure Search":"검색 재구성","Reset to Default":"기본값으로 재설정","Rows per Page":"페이지당 행의 수","Select All":"모두 선택","Show [quant,_1,Result,Results]":"[quant,_1,결과,결과] 표시","The search matches [quant,_1,record,records].":"검색이 [quant,_1,레코드,레코드]과(와) 일치합니다.","You must show at least one message type.":"최소 한 가지 이상의 메시지 유형을 표시해야 합니다."};
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~~