r20185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r20184‎ | r20185 | r20186 >
Date:00:33, 7 March 2007
Author:daniel
Status:old
Tags:
Comment:
Patch by Shinjiman: Bug 9185: Inherit localised messages for Chinese language (zho series)
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTree.i18n.zh-hk.php (added) (history)
  • /trunk/extensions/CategoryTree/CategoryTree.i18n.zh-sg.php (added) (history)
  • /trunk/extensions/CategoryTree/CategoryTree.i18n.zh-tw.php (added) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTree.i18n.zh-hk.php
@@ -0,0 +1,36 @@
 2+<?php
 3+/*
 4+ Internationalisation file for the CategoryTree extension
 5+ Copyright (C) 2006, Daniel Kinzler, brightbyte.de
 6+ Traditional Chinese by Alex S.H. Lin and Shinjiman
 7+
 8+ This file is licensed under the GPL and the GFDL:
 9+
 10+
 11+ Permission is granted to copy, distribute and/or modify this document
 12+ under the terms of the GNU Free Documentation License, Version 1.2
 13+ or any later version published by the Free Software Foundation;
 14+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 15+ Texts. A copy of the license is included in the section entitled "GNU
 16+ Free Documentation License".
 17+
 18+
 19+ This program is free software; you can redistribute it and/or
 20+ modify it under the terms of the GNU General Public License
 21+ as published by the Free Software Foundation; either version 2
 22+ of the License, or (at your option) any later version.
 23+
 24+ This program is distributed in the hope that it will be useful,
 25+ but WITHOUT ANY WARRANTY; without even the implied warranty of
 26+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 27+ GNU General Public License for more details.
 28+
 29+ You should have received a copy of the GNU General Public License
 30+ along with this program; if not, write to the Free Software
 31+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 32+ */
 33+
 34+/* Inherit zh-Hant localisation messages */
 35+require_once('CategoryTree.i18n.zh.php');
 36+
 37+?>
\ No newline at end of file
Index: trunk/extensions/CategoryTree/CategoryTree.i18n.zh-tw.php
@@ -0,0 +1,36 @@
 2+<?php
 3+/*
 4+ Internationalisation file for the CategoryTree extension
 5+ Copyright (C) 2006, Daniel Kinzler, brightbyte.de
 6+ Traditional Chinese by Alex S.H. Lin and Shinjiman
 7+
 8+ This file is licensed under the GPL and the GFDL:
 9+
 10+
 11+ Permission is granted to copy, distribute and/or modify this document
 12+ under the terms of the GNU Free Documentation License, Version 1.2
 13+ or any later version published by the Free Software Foundation;
 14+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 15+ Texts. A copy of the license is included in the section entitled "GNU
 16+ Free Documentation License".
 17+
 18+
 19+ This program is free software; you can redistribute it and/or
 20+ modify it under the terms of the GNU General Public License
 21+ as published by the Free Software Foundation; either version 2
 22+ of the License, or (at your option) any later version.
 23+
 24+ This program is distributed in the hope that it will be useful,
 25+ but WITHOUT ANY WARRANTY; without even the implied warranty of
 26+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 27+ GNU General Public License for more details.
 28+
 29+ You should have received a copy of the GNU General Public License
 30+ along with this program; if not, write to the Free Software
 31+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 32+ */
 33+
 34+/* Inherit zh-Hant localisation messages */
 35+require_once('CategoryTree.i18n.zh.php');
 36+
 37+?>
\ No newline at end of file
Index: trunk/extensions/CategoryTree/CategoryTree.i18n.zh-sg.php
@@ -0,0 +1,36 @@
 2+<?php
 3+/*
 4+ Internationalisation file for the CategoryTree extension
 5+ Copyright (C) 2006, Daniel Kinzler, brightbyte.de
 6+ Simplified Chinese by Bean.zj, Shinjiman and Vipuser
 7+
 8+ This file is licensed under the GPL and the GFDL:
 9+
 10+
 11+ Permission is granted to copy, distribute and/or modify this document
 12+ under the terms of the GNU Free Documentation License, Version 1.2
 13+ or any later version published by the Free Software Foundation;
 14+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
 15+ Texts. A copy of the license is included in the section entitled "GNU
 16+ Free Documentation License".
 17+
 18+
 19+ This program is free software; you can redistribute it and/or
 20+ modify it under the terms of the GNU General Public License
 21+ as published by the Free Software Foundation; either version 2
 22+ of the License, or (at your option) any later version.
 23+
 24+ This program is distributed in the hope that it will be useful,
 25+ but WITHOUT ANY WARRANTY; without even the implied warranty of
 26+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 27+ GNU General Public License for more details.
 28+
 29+ You should have received a copy of the GNU General Public License
 30+ along with this program; if not, write to the Free Software
 31+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 32+ */
 33+
 34+/* Inherit zh-Hans localisation messages */
 35+require_once('CategoryTree.i18n.zh-cn.php');
 36+
 37+?>
\ No newline at end of file