r87434 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87433‎ | r87434 | r87435 >
Date:18:47, 4 May 2011
Author:raymond
Status:ok
Tags:
Comment:
Tweak message file
Add extension to Translatewiki per MaxSem's request
Modified paths:
  • /trunk/extensions/ApiSandbox/ApiSandbox.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -51,6 +51,10 @@
5252 APC
5353 aliasfile = APC/APC.alias.php
5454
 55+Api Sandbox
 56+aliasfile = ApiSandbox/ApiSandbox.alias.php
 57+descmsg = apisb-desc
 58+
5559 Api SVG Proxy
5660
5761 Approved Revs
Index: trunk/extensions/ApiSandbox/ApiSandbox.i18n.php
@@ -1,10 +1,16 @@
22 <?php
 3+/**
 4+ * Internationalization file for the API sandbox extension.
 5+ *
 6+ * @file
 7+ * @ingroup Extensions
 8+*/
39
410 $messages = array();
511
612 $messages['en'] = array(
713 'apisb-desc' => 'Allows to debug [http://www.mediawiki.org/wiki/API MediaWiki API] calls from browser',
8 - 'apisandbox' => 'API sandbox',
 14+ 'apisandbox' => 'API sandbox',
915 'apisb-no-js' => "'''Error''': this feature requires JavaScript.",
1016 'apisb-intro' => "Use this page to experiment with '''MediaWiki API'''.
1117 Refer to [http://www.mediawiki.org/wiki/API the API documentation] for further details of API usage.",
@@ -25,4 +31,4 @@
2632 'apisb-query-prop' => 'Properties',
2733 'apisb-query-list' => 'Lists',
2834 'apisb-query-meta' => 'Meta information',
29 -);
\ No newline at end of file
 35+);

Status & tagging log