Page MenuHomePhabricator

MWExtensions.10.zho.patch

Authored By
bzimport
Nov 21 2014, 9:37 PM
Size
11 KB
Referenced Files
None
Subscribers
None

MWExtensions.10.zho.patch

Index: Highlight/SyntaxHighlight.i18n.php
===================================================================
--- Highlight/SyntaxHighlight.i18n.php (revision 20379)
+++ Highlight/SyntaxHighlight.i18n.php (working copy)
@@ -44,6 +44,41 @@
'syntaxhighlight-err-loading' => '(fout bij het laden van de lijst met ondersteunde talen)',
),
+/* Chinese (China) (Shinjiman) */
+'zh-cn' => array(
+'syntaxhighlight-specify' => '您需要指定一种语言,像这样:',
+'syntaxhighlight-supported' => '语法高亮所支持的语言:',
+'syntaxhighlight-err-loading' => '(支持语言列表载入错误)',
+),
+
+/* Chinese (Hong Kong) (Shinjiman) */
+'zh-hk' => array(
+'syntaxhighlight-specify' => '您需要指定一種語言,像這樣:',
+'syntaxhighlight-supported' => '語法醒目標示所支援的語言:',
+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
+),
+
+/* Chinese (Singapore) (Shinjiman) */
+'zh-sg' => array(
+'syntaxhighlight-specify' => '您需要指定一种语言,像这样:',
+'syntaxhighlight-supported' => '语法高亮所支持的语言:',
+'syntaxhighlight-err-loading' => '(支持语言列表载入错误)',
+),
+
+/* Chinese (Taiwan) (Shinjiman) */
+'zh-tw' => array(
+'syntaxhighlight-specify' => '您需要指定一種語言,像這樣:',
+'syntaxhighlight-supported' => '語法醒目標示所支援的語言:',
+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
+),
+
+/* Cantonese (Shinjiman) */
+'zh-yue' => array(
+'syntaxhighlight-specify' => '你需要指定一種語言,好似咁:',
+'syntaxhighlight-supported' => '語法醒目標示所支援嘅語言:',
+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
+),
+
);
}
Index: PageBy/PageBy.i18n.zh-cn.php
===================================================================
--- PageBy/PageBy.i18n.zh-cn.php (revision 0)
+++ PageBy/PageBy.i18n.zh-cn.php (revision 0)
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+$messages['pageby-first']= '页面由$1,在$2创建';
+$messages['pageby-last']= '上次在$2,由$1<a href="$3">修改</a>';
+$messages['pageby-contributors']= '贡献者:';
+$messages['pageby-anon']= '<i>匿名</i>';
+?>
Index: PageBy/PageBy.i18n.zh-hk.php
===================================================================
--- PageBy/PageBy.i18n.zh-hk.php (revision 0)
+++ PageBy/PageBy.i18n.zh-hk.php (revision 0)
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+/* Inherited from Chinese (Traditional) messages */
+require_once('PageBy.i18n.zh.php');
+?>
Index: PageBy/PageBy.i18n.zh-sg.php
===================================================================
--- PageBy/PageBy.i18n.zh-sg.php (revision 0)
+++ PageBy/PageBy.i18n.zh-sg.php (revision 0)
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+/* Inherited from Chinese (Simplified) messages */
+require_once('PageBy.i18n.zh-cn.php');
+?>
Index: PageBy/PageBy.i18n.zh-tw.php
===================================================================
--- PageBy/PageBy.i18n.zh-tw.php (revision 0)
+++ PageBy/PageBy.i18n.zh-tw.php (revision 0)
@@ -0,0 +1,15 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+/* Inherited from Chinese (Traditional) messages */
+require_once('PageBy.i18n.zh.php');
+?>
Index: PageBy/PageBy.i18n.zh-yue.php
===================================================================
--- PageBy/PageBy.i18n.zh-yue.php (revision 0)
+++ PageBy/PageBy.i18n.zh-yue.php (revision 0)
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+$messages['pageby-first']= '頁面由$1,響$2創建';
+$messages['pageby-last']= '上次響$2,由$1<a href="$3">修改</a>';
+$messages['pageby-contributors']= '貢獻者:';
+$messages['pageby-anon']= '<i>匿名</i>';
+?>
Index: PageBy/PageBy.i18n.zh.php
===================================================================
--- PageBy/PageBy.i18n.zh.php (revision 0)
+++ PageBy/PageBy.i18n.zh.php (revision 0)
@@ -0,0 +1,17 @@
+<?php
+
+/**
+ * Internationalisation file for the PageBy extension
+ *
+ * @package MediaWiki
+ * @subpackage Extensions
+ * @author Daniel Kinzler, brightbyte.de
+ * @copyright © 2007 Daniel Kinzler
+ * @licence GNU General Public Licence 2.0 or later
+ */
+
+$messages['pageby-first']= '頁面由$1,在$2創建';
+$messages['pageby-last']= '上次在$2,由$1<a href="$3">修改</a>';
+$messages['pageby-contributors']= '貢獻者:';
+$messages['pageby-anon']= '<i>匿名</i>';
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh-cn.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh-cn.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh-cn.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+$messages['selectcategory-title'] = '选择分类';
+$messages['selectcategory-subtitle'] = '按着Shift键再以鼠标选取连续的项目,按着Ctrl键再以鼠标选取非连续的项目。';
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh-hk.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh-hk.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh-hk.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+# Inherited from Chinese (Traditional) messages
+require_once('SelectCategory.i18n.zh.php');
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh-sg.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh-sg.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh-sg.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+# Inherited from Chinese (Simplified) messages
+require_once('SelectCategory.i18n.zh-cn.php');
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh-tw.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh-tw.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh-tw.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+# Inherited from Chinese (Traditional) messages
+require_once('SelectCategory.i18n.zh.php');
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh-yue.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh-yue.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh-yue.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+$messages['selectcategory-title'] = '選擇分類';
+$messages['selectcategory-subtitle'] = '撳住Shift掣再用個mouse去揀連續嘅項目,撳住Ctrl掣再用個mouse去揀非連續嘅項目。';
+?>
Index: SelectCategory/i18n/SelectCategory.i18n.zh.php
===================================================================
--- SelectCategory/i18n/SelectCategory.i18n.zh.php (revision 0)
+++ SelectCategory/i18n/SelectCategory.i18n.zh.php (revision 0)
@@ -0,0 +1,14 @@
+<?php
+
+# Internationalisation file for the SelectCategory extension for MediaWiki
+
+# @addtogroup Extensions
+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
+# @copyright © 2006 by Leon Weber & Manuel Schneider
+# @licence GNU General Public Licence 2.0 or later
+
+# translation done by Shinjiman
+
+$messages['selectcategory-title'] = '選擇分類';
+$messages['selectcategory-subtitle'] = '按著Shift鍵再以滑鼠選取連續的項目,按著Ctrl鍵再以滑鼠選取非連續的項目。';
+?>
Index: UsernameBlacklist/UsernameBlacklist.i18n.php
===================================================================
--- UsernameBlacklist/UsernameBlacklist.i18n.php (revision 20379)
+++ UsernameBlacklist/UsernameBlacklist.i18n.php (working copy)
@@ -50,7 +50,31 @@
zwarte lijst van gebruikersnamen]]. Kies alstublieft een andere naam.',
),
+/* Chinese (China) (Shinjiman) */
+'zh-cn' => array(
+'blacklistedusername' => '列入黑名单的用户名',
+'blacklistedusernametext' => '您所选择的用户名是与[[MediaWiki:Usernameblacklist|用户名黑名单列表]]匹配。请选择另一个名称。',
+),
+
+/* Chinese (Taiwan) (Shinjiman) */
+'zh-tw' => array(
+'blacklistedusername' => '列入黑名單的用戶名',
+'blacklistedusernametext' => '您所選擇的用戶名是與[[MediaWiki:Usernameblacklist|用戶名黑名單列表]]符合。請選擇另一個名稱。',
+),
+
+/* Cantonese (Shinjiman) */
+'zh-yue' => array(
+'blacklistedusername' => '列入黑名單嘅用戶名',
+'blacklistedusernametext' => '你所揀嘅用戶名係同[[MediaWiki:Usernameblacklist|用戶名黑名單一覽]]符合。請揀過另一個名喇。',
+),
+
);
+
+ /* Chinese (Hong Kong), inherited from Chinese (Taiwan) */
+ $messages['zh-hk'] = $messages['zh-tw'];
+ /* Chinese (Singapore), inherited from Chinese (China) */
+ $messages['zh-sg'] = $messages['zh-cn'];
+
return $single ? $messages['en'] : $messages;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3323
Default Alt Text
MWExtensions.10.zho.patch (11 KB)

Event Timeline