MediaWiki:Gadget-HotCat.js/zh-hans
//
// Localizations of a few HotCat user interface texts.
if (typeof (HotCat) != 'undefined') {
HotCat.messages.commit = '保存';
HotCat.messages.ok = '确定';
HotCat.messages.cancel = '取消';
HotCat.messages.multi_error = '无法从服务器取得页面文字。因此,您的分类变更无法保存。我们为此不便表示抱歉。';
HotCat.categories = '分类';
HotCat.engine_names.searchindex = '搜索索引';
HotCat.engine_names.pagelist = '页面列表';
HotCat.engine_names.combined = '合并搜索';
HotCat.engine_names.subcat = '子分类';
HotCat.engine_names.parentcat = '上层分类';
HotCat.tooltips.change = '修改';
HotCat.tooltips.remove = '移除';
HotCat.tooltips.add = '增加一个新分类';
HotCat.tooltips.restore = '撤销变更';
HotCat.tooltips.undo = '撤销变更';
HotCat.tooltips.down = '打开以修改并显示子分类';
HotCat.tooltips.up = '打开以修改并显示上层分类';
HotCat.multi_tooltip = '修改多个分类';
}
//