r49836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49835‎ | r49836 | r49837 >
Date:20:01, 24 April 2009
Author:siebrand
Status:deferred
Tags:
Comment:
* minor updates to RT messages
* add support for RT to Translate
Modified paths:
  • /trunk/extensions/RT/RT.i18n.php (modified) (history)
  • /trunk/extensions/Translate/groups/mediawiki-defines.txt (modified) (history)

Diff [purge]

Index: trunk/extensions/RT/RT.i18n.php
@@ -20,10 +20,15 @@
2121 'rt-desc' => 'Fancy interface to RT (Request Tracker)',
2222 'rt-inactive' => 'The RT extension is not active',
2323 'rt-badquery' => 'The RT extension encountered an error when talking to the RT database',
24 - 'rt-badlimit' => 'Invalid LIMIT (l) arg: must be a number. You tried: <b>$1</b>',
25 - 'rt-badorderby' => 'Invalid ORDER BY (ob) arg: must be a standard field (see documentation). You tried: <b>$1</b>',
26 - 'rt-badstatus' => 'Invalid status (s) arg: must be a standard field (see documentation). You tried: <b>$1</b>',
27 - 'rt-badqueue' => 'Invalid queue (q) arg: must be a simple word. You tried: <b>$1</b>',
28 - 'rt-badowner' => 'Invalid owner (o) arg: must be a valud username. You tried: <b>$1</b>',
 24+ 'rt-badlimit' => "Invalid LIMIT (l) arg: must be a number.
 25+You tried: '''\$1'''",
 26+ 'rt-badorderby' => "Invalid ORDER BY (ob) arg: must be a standard field (see documentation).
 27+You tried: '''\$1'''",
 28+ 'rt-badstatus' => "Invalid status (s) arg: must be a standard field (see documentation).
 29+You tried: '''\$1'''",
 30+ 'rt-badqueue' => "Invalid queue (q) arg: must be a simple word.
 31+You tried: '''\$1'''",
 32+ 'rt-badowner' => "Invalid owner (o) arg: must be a valud username.
 33+You tried: '''\$1'''',
2934 'rt-nomatches' => 'No matching RT tickets were found',
3035 );
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt
@@ -638,6 +638,8 @@
639639 Right Functions
640640 optional = rightfunctions-rest1, rightfunctions-rest2, rightfunctions-rest3, rightfunctions-sep
641641
 642+RT
 643+
642644 Search Box
643645
644646 See also

Follow-up revisions

RevisionCommit summaryAuthorDate
r49837Fix syntax error introduced in r49836siebrand20:03, 24 April 2009

Status & tagging log