//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/frontend/jupiter/js2/mail/delegatelist.js
// Generated: /usr/local/cpanel/base/frontend/jupiter/js2/mail/delegatelist-ko.js
// Module: /jupiter/js2/mail/delegatelist-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 = {"Saving …":"저장 중 …","The data on this page is no longer synchronized with the server. Please [output,url,_1,refresh the page].":"이 페이지의 데이터는 더 이상 서버와 동기화되지 않습니다. [output,url,_1,페이지를 새로 고침하십시오].","You have successfully updated delegation of administrative privileges for the mailing list “[_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~~