//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-ko.js
// Module: /js2/restorefullbackup-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 = {"No filepath associated with username.":"사용자 이름과 연결된 파일 경로가 없습니다.","No matching files were found.":"일치하는 파일을 찾을 수 없습니다.","None":"없음","Restore File":"파일 복원","Unable to get retrieve list of files, please try again later.":"파일 목록을 검색할 수 없습니다. 나중에 다시 시도하십시오.","User Name":"사용자 이름","You must choose a valid username.":"유효한 사용자 이름을 선택해야 합니다.","You must provide a file.":"파일을 제공해야 합니다.","You must provide a username.":"사용자 이름을 제공해야 합니다."};
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~~