r53214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53213‎ | r53214 | r53215 >
Date:08:20, 14 July 2009
Author:raymond
Status:deferred
Tags:
Comment:
* Fix i18n messages
* Add extension to translatewiki.net
Modified paths:
  • /trunk/extensions/IndexFunction/IndexFunction.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/IndexFunction/IndexFunction.i18n.php
@@ -1,10 +1,15 @@
22 <?php
 3+/**
 4+ * Internationalisation file for IndexFunction extension.
 5+ *
 6+ * @addtogroup Extensions
 7+*/
38
49 $messages = array();
510
611 $messages['en'] = array(
712 'indexfunc-desc' => 'Parser function to create automatic redirects and disambiguation pages',
8 -
 13+
914 'indexfunc-badtitle' => 'Invalid title: "$1"',
1015 'indexfunc-editwarn' => 'Warning: This title is an index title for [[$1]].
1116 Be sure the page you are about to create does not already exist under a different title.
@@ -14,10 +19,18 @@
1520
1621 'index' => 'Index',
1722 'index-legend' => 'Search the index',
18 - 'index-search' => 'Search: ',
 23+ 'index-search' => 'Search:',
1924 'index-submit' => 'Submit',
2025 'index-disambig-start' => "'''$1''' may refer to several pages:",
2126 'index-exclude-categories' => '', # List of categories to exclude from the auto-disambig pages
2227 'index-missing-param' => 'This page cannot be used with no parameters',
2328 'index-emptylist' => 'There are no pages associated with "$1"',
2429 );
 30+
 31+/** Message documentation (Message documentation)
 32+ * @author Raymond
 33+ */
 34+$messages['qqq'] = array(
 35+ 'indexfunc-desc' => 'Short description of this extension, shown in [[Special:Version]]. Do not translate or change links or tag names.'
 36+);
 37+
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -417,6 +417,10 @@
418418
419419 IM Status
420420
 421+Index Function
 422+descmsg = indexfunc-desc
 423+ignored = index-exclude-categories
 424+
421425 Input Box
422426
423427 Inspect Cache

Follow-up revisions

RevisionCommit summaryAuthorDate
r53251Follow up r53214: Add alias file tooraymond18:22, 14 July 2009

Status & tagging log