//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-th.js
// Module: /js2/managehooks-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 = {"Close":"ปิด","Delete a Hook":"ลบจุดแทรกโค้ด","Deleting hook …":"กำลังลบจุดแทรก …","Disable":"ปิดใช้งาน","Disabling hook …":"กำลังปิดใช้งานจุดแทรก …","Enable":"เปิดใช้งาน","Enabling hook …":"กำลังเปิดใช้งานจุดแทรก …","Move this hook down.":"เลื่อนจุดแทรกนี้ลง","Move this hook to the bottom.":"เลื่อนจุดแทรกนี้ลงไปด้านล่างสุด","Move this hook to the top.":"เลื่อนจุดแทรกโค้ดนี้ขึ้นไปด้านบนสุด","Move this hook up.":"เลื่อนจุดแทรกนี้ขึ้น","Reordering hooks …":"กำลังเรียงลำดับจุดแทรกใหม่ …","Save":"บันทึก","Saving …":"กำลังบันทึก …","This hook is disabled.":"จุดแทรกนี้ถูกปิดใช้งาน","This hook is enabled.":"จุดแทรกนี้ถูกเปิดใช้งาน","View/Edit Hook Details":"ดู/แก้ไขรายละเอียดจุดแทรก"};
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~~