//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/restorefullbackup-th.js
// Module: /js2/restorefullbackup-th
// Locale: th
// 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~~