mediawiki-extensions-Catego.../CategoryTree.i18n.zh-hans.php
Siebrand Mazeland a91eb1c7ff Localisation updates from Betawiki.
* Fixes and additions to 33 extensions for ar, el, fr, hr, hsb, nl, no, sk, yue, zh-hans, zh-hant
2007-12-03 19:31:20 +00:00

59 lines
2.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*
Internationalisation file for the CategoryTree extension
Copyright (C) 2006, Daniel Kinzler, brightbyte.de
Simplified Chinese by Bean.zj, Shinjiman and Vipuser
This file is licensed under the GPL and the GFDL:
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. A copy of the license is included in the section entitled "GNU
Free Documentation License".
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
$messages = array(
'categorytree' => '分类树',
'categorytree-tab' => '树形目录',
'categorytree-header' => '在此可以查询以分类的树形结构。
注意: 本特殊页面使用AJAX技术。
如果您的浏览器非常老旧或者是关闭了JavaScript本页面将会无法正常运作。',
'categorytree-category' => '分类',
'categorytree-go' => '显示树形结构',
'categorytree-parents' => '上级分类',
'categorytree-mode-categories' => '只显示分类',
'categorytree-mode-pages' => '除去图像页面',
'categorytree-mode-all' => '所有页面',
'categorytree-collapse' => '折叠',
'categorytree-expand' => '展开',
'categorytree-load' => '装载',
'categorytree-loading' => '装载中',
'categorytree-nothing-found' => '搜索结果为空',
'categorytree-no-subcategories' => '没有子分类。',
'categorytree-no-pages' => '没有文章或是子分类。',
'categorytree-not-found' => '找不到分类<i>$1</i>',
'categorytree-error' => '载入数据时发生错误。',
'categorytree-retry' => '请稍候一会,然后再试。',
'categorytree-show-list' => '以列表显示',
'categorytree-show-tree' => '以树形显示',
'categorytree-too-many-subcats' => '无法以树形显示子分类,因为已经有太多了。',
);