//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/base/sharedjs/email_ui_control.js
// Generated: /usr/local/cpanel/base/sharedjs/email_ui_control-th.js
// Module: legacy_shared/email_ui_control-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 = {"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~~