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