r70816 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70815‎ | r70816 | r70817 >
Date:14:11, 10 August 2010
Author:raymond
Status:ok
Tags:
Comment:
i18n tweaks
Add extension to translatewiki
Modified paths:
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)
  • /trunk/extensions/XMLRC/XMLRC.i18n.php (modified) (history)
  • /trunk/extensions/XMLRC/XMLRC.php (modified) (history)

Diff [purge]

Index: trunk/extensions/XMLRC/XMLRC.i18n.php
@@ -1,10 +1,30 @@
22 <?php
 3+/**
 4+ * Translations of XMLRC extension.
 5+ *
 6+ * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later
 7+ */
 8+
 9+$messages = array();
 10+
 11+/** English
 12+ * @author Daniel Kinzler
 13+ */
 14+$messages['en'] = array(
 15+ 'xmlrc-desc' => 'Sends notifications about changes as XML, via UDP, Jabber or other means',
 16+);
 17+
 18+/** Message documentation (Message documentation)
 19+ * @author Daniel Kinzler
 20+ */
321 $messages['qqq'] = array(
4 - 'xmlrc-desc' => 'Description of the XMLRC extension, to be shown on Special:Version.',
 22+ 'xmlrc-desc' => '{{desc}}',
523 );
6 -$messages['en'] = array(
7 - 'xmlrc-desc' => 'Sends notifications about changes as XML, via UDP, Jabber or other means.',
8 -);
 24+
 25+/** German (Deutsch)
 26+ * @author Daniel Kinzler
 27+ */
928 $messages['de'] = array(
10 - 'xmlrc-desc' => 'Verschickt benachrichtigungen über Änderungen als XML, über UDP, Jabber oder andere Protokolle.',
 29+ 'xmlrc-desc' => 'Verschickt Benachrichtigungen über Änderungen als XML, über UDP, Jabber oder andere Protokolle',
1130 );
 31+
Index: trunk/extensions/XMLRC/XMLRC.php
@@ -17,7 +17,6 @@
1818 # Internationalisation file
1919 $dir = dirname(__FILE__) . '/';
2020 $wgExtensionMessagesFiles['XMLRC'] = $dir . 'XMLRC.i18n.php';
21 -#$wgExtensionAliasesFiles['XMLRC'] = $dir . 'XMLRC.alias.php';
2221
2322 $wgXMLRCTransport = array(
2423 'class' => 'XMLRC_File',
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -1520,4 +1520,6 @@
15211521
15221522 Woopra
15231523
 1524+XMLRC
 1525+
15241526 YouTube Auth Sub

Status & tagging log