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