//~~GENERATED~~
//-------------------------------------------------------------
// Source: /usr/local/cpanel/whostmgr/docroot/js2/managehooks.js
// Generated: /usr/local/cpanel/whostmgr/docroot/js2/managehooks-zh.js
// Module: /js2/managehooks-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 = {"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~~