r20387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20386‎ | r20387 | r20388 >
Date:13:57, 13 March 2007
Author:raymond
Status:old
Tags:
Comment:
* (bug 9268) Update Chinese/Cantonese extension messages
patches by Shinjiman
Modified paths:
  • /trunk/extensions/Highlight/SyntaxHighlight.i18n.php (modified) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh-cn.php (added) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh-hk.php (added) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh-sg.php (added) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh-tw.php (added) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh-yue.php (added) (history)
  • /trunk/extensions/PageBy/PageBy.i18n.zh.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-cn.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-hk.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-sg.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-tw.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-yue.php (added) (history)
  • /trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh.php (added) (history)
  • /trunk/extensions/UsernameBlacklist/UsernameBlacklist.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-cn.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+$messages['selectcategory-title'] = '选择分类';
 14+$messages['selectcategory-subtitle'] = '按着Shift键再以鼠标选取连续的项目,按着Ctrl键再以鼠标选取非连续的项目。';
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-cn.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-hk.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+# Inherited from Chinese (Traditional) messages
 14+require_once('SelectCategory.i18n.zh.php');
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-hk.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-yue.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+$messages['selectcategory-title'] = '選擇分類';
 14+$messages['selectcategory-subtitle'] = '撳住Shift掣再用個mouse去揀連續嘅項目,撳住Ctrl掣再用個mouse去揀非連續嘅項目。';
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-yue.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+$messages['selectcategory-title'] = '選擇分類';
 14+$messages['selectcategory-subtitle'] = '按著Shift鍵再以滑鼠選取連續的項目,按著Ctrl鍵再以滑鼠選取非連續的項目。';
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-sg.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+# Inherited from Chinese (Simplified) messages
 14+require_once('SelectCategory.i18n.zh-cn.php');
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-sg.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-tw.php
@@ -0,0 +1,14 @@
 2+<?php
 3+
 4+# Internationalisation file for the SelectCategory extension for MediaWiki
 5+
 6+# @addtogroup Extensions
 7+# @author Leon Weber <leon.weber@leonweber.de> & Manuel Schneider <manuel.schneider@wikimedia.ch>
 8+# @copyright © 2006 by Leon Weber & Manuel Schneider
 9+# @licence GNU General Public Licence 2.0 or later
 10+
 11+# translation done by Shinjiman
 12+
 13+# Inherited from Chinese (Traditional) messages
 14+require_once('SelectCategory.i18n.zh.php');
 15+?>
Property changes on: trunk/extensions/SelectCategory/i18n/SelectCategory.i18n.zh-tw.php
___________________________________________________________________
Added: svn:eol-style
116 + native
Index: trunk/extensions/UsernameBlacklist/UsernameBlacklist.i18n.php
@@ -50,7 +50,31 @@
5151 zwarte lijst van gebruikersnamen]]. Kies alstublieft een andere naam.',
5252 ),
5353
 54+/* Chinese (China) (Shinjiman) */
 55+'zh-cn' => array(
 56+'blacklistedusername' => '列入黑名单的用户名',
 57+'blacklistedusernametext' => '您所选择的用户名是与[[MediaWiki:Usernameblacklist|用户名黑名单列表]]匹配。请选择另一个名称。',
 58+),
 59+
 60+/* Chinese (Taiwan) (Shinjiman) */
 61+'zh-tw' => array(
 62+'blacklistedusername' => '列入黑名單的用戶名',
 63+'blacklistedusernametext' => '您所選擇的用戶名是與[[MediaWiki:Usernameblacklist|用戶名黑名單列表]]符合。請選擇另一個名稱。',
 64+),
 65+
 66+/* Cantonese (Shinjiman) */
 67+'zh-yue' => array(
 68+'blacklistedusername' => '列入黑名單嘅用戶名',
 69+'blacklistedusernametext' => '你所揀嘅用戶名係同[[MediaWiki:Usernameblacklist|用戶名黑名單一覽]]符合。請揀過另一個名喇。',
 70+),
 71+
5472 );
 73+
 74+ /* Chinese (Hong Kong), inherited from Chinese (Taiwan) */
 75+ $messages['zh-hk'] = $messages['zh-tw'];
 76+ /* Chinese (Singapore), inherited from Chinese (China) */
 77+ $messages['zh-sg'] = $messages['zh-cn'];
 78+
5579 return $single ? $messages['en'] : $messages;
5680 }
5781
Index: trunk/extensions/PageBy/PageBy.i18n.zh-sg.php
@@ -0,0 +1,15 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+/* Inherited from Chinese (Simplified) messages */
 15+require_once('PageBy.i18n.zh-cn.php');
 16+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh-sg.php
___________________________________________________________________
Added: svn:eol-style
117 + native
Index: trunk/extensions/PageBy/PageBy.i18n.zh-tw.php
@@ -0,0 +1,15 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+/* Inherited from Chinese (Traditional) messages */
 15+require_once('PageBy.i18n.zh.php');
 16+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh-tw.php
___________________________________________________________________
Added: svn:eol-style
117 + native
Index: trunk/extensions/PageBy/PageBy.i18n.zh-cn.php
@@ -0,0 +1,17 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+$messages['pageby-first']= '页面由$1,在$2创建';
 15+$messages['pageby-last']= '上次在$2,由$1<a href="$3">修改</a>';
 16+$messages['pageby-contributors']= '贡献者:';
 17+$messages['pageby-anon']= '<i>匿名</i>';
 18+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh-cn.php
___________________________________________________________________
Added: svn:eol-style
119 + native
Index: trunk/extensions/PageBy/PageBy.i18n.zh-hk.php
@@ -0,0 +1,15 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+/* Inherited from Chinese (Traditional) messages */
 15+require_once('PageBy.i18n.zh.php');
 16+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh-hk.php
___________________________________________________________________
Added: svn:eol-style
117 + native
Index: trunk/extensions/PageBy/PageBy.i18n.zh-yue.php
@@ -0,0 +1,17 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+$messages['pageby-first']= '頁面由$1,響$2創建';
 15+$messages['pageby-last']= '上次響$2,由$1<a href="$3">修改</a>';
 16+$messages['pageby-contributors']= '貢獻者:';
 17+$messages['pageby-anon']= '<i>匿名</i>';
 18+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh-yue.php
___________________________________________________________________
Added: svn:eol-style
119 + native
Index: trunk/extensions/PageBy/PageBy.i18n.zh.php
@@ -0,0 +1,17 @@
 2+<?php
 3+
 4+/**
 5+ * Internationalisation file for the PageBy extension
 6+ *
 7+ * @package MediaWiki
 8+ * @subpackage Extensions
 9+ * @author Daniel Kinzler, brightbyte.de
 10+ * @copyright © 2007 Daniel Kinzler
 11+ * @licence GNU General Public Licence 2.0 or later
 12+ */
 13+
 14+$messages['pageby-first']= '頁面由$1,在$2創建';
 15+$messages['pageby-last']= '上次在$2,由$1<a href="$3">修改</a>';
 16+$messages['pageby-contributors']= '貢獻者:';
 17+$messages['pageby-anon']= '<i>匿名</i>';
 18+?>
Property changes on: trunk/extensions/PageBy/PageBy.i18n.zh.php
___________________________________________________________________
Added: svn:eol-style
119 + native
Index: trunk/extensions/Highlight/SyntaxHighlight.i18n.php
@@ -44,6 +44,41 @@
4545 'syntaxhighlight-err-loading' => '(fout bij het laden van de lijst met ondersteunde talen)',
4646 ),
4747
 48+/* Chinese (China) (Shinjiman) */
 49+'zh-cn' => array(
 50+'syntaxhighlight-specify' => '您需要指定一种语言,像这样:',
 51+'syntaxhighlight-supported' => '语法高亮所支持的语言:',
 52+'syntaxhighlight-err-loading' => '(支持语言列表载入错误)',
 53+),
 54+
 55+/* Chinese (Hong Kong) (Shinjiman) */
 56+'zh-hk' => array(
 57+'syntaxhighlight-specify' => '您需要指定一種語言,像這樣:',
 58+'syntaxhighlight-supported' => '語法醒目標示所支援的語言:',
 59+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
 60+),
 61+
 62+/* Chinese (Singapore) (Shinjiman) */
 63+'zh-sg' => array(
 64+'syntaxhighlight-specify' => '您需要指定一种语言,像这样:',
 65+'syntaxhighlight-supported' => '语法高亮所支持的语言:',
 66+'syntaxhighlight-err-loading' => '(支持语言列表载入错误)',
 67+),
 68+
 69+/* Chinese (Taiwan) (Shinjiman) */
 70+'zh-tw' => array(
 71+'syntaxhighlight-specify' => '您需要指定一種語言,像這樣:',
 72+'syntaxhighlight-supported' => '語法醒目標示所支援的語言:',
 73+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
 74+),
 75+
 76+/* Cantonese (Shinjiman) */
 77+'zh-yue' => array(
 78+'syntaxhighlight-specify' => '你需要指定一種語言,好似咁:',
 79+'syntaxhighlight-supported' => '語法醒目標示所支援嘅語言:',
 80+'syntaxhighlight-err-loading' => '(支援語言清單載入錯誤)',
 81+),
 82+
4883 );
4984 }
5085