Index: trunk/extensions/RT/RT.i18n.php |
— | — | @@ -20,10 +20,15 @@ |
21 | 21 | 'rt-desc' => 'Fancy interface to RT (Request Tracker)', |
22 | 22 | 'rt-inactive' => 'The RT extension is not active', |
23 | 23 | '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'''', |
29 | 34 | 'rt-nomatches' => 'No matching RT tickets were found', |
30 | 35 | ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -638,6 +638,8 @@ |
639 | 639 | Right Functions |
640 | 640 | optional = rightfunctions-rest1, rightfunctions-rest2, rightfunctions-rest3, rightfunctions-sep |
641 | 641 | |
| 642 | +RT |
| 643 | + |
642 | 644 | Search Box |
643 | 645 | |
644 | 646 | See also |