r42260 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r42259‎ | r42260 | r42261 >
Date:11:28, 20 October 2008
Author:raymond
Status:old (Comments)
Tags:
Comment:
Per r42245: Document available parameters
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -3032,4 +3032,6 @@
30333033 'metadata-fields' => 'Do not translate list items',
30343034 'version' => 'Not used as normal message but as header for the special page itself',
30353035 'userrights' => 'Not used as normal message but as header for the special page itself',
 3036+ 'revision-info' => 'Additional available: $3: revision id',
 3037+ 'revision-info-current' => 'Available parameters: $1: timestamp; $2: userlinks; $3: revision id',
30363038 );
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1236,8 +1236,8 @@
12371237 'currentrev' => 'Current revision',
12381238 'currentrev-asof' => 'Current revision as of $1',
12391239 'revisionasof' => 'Revision as of $1',
1240 -'revision-info' => 'Revision as of $1 by $2',
1241 -'revision-info-current' => '-', # do not translate or duplicate this message to other languages
 1240+'revision-info' => 'Revision as of $1 by $2', # Additional available: $3: revision id
 1241+'revision-info-current' => '-', # Available parameters: $1: timestamp; $2: userlinks; $3: revision id; do not translate or duplicate this message to other languages
12421242 'revision-nav' => '($1) $2 | $3 ($4) | $5 ($6)', # do not translate or duplicate this message to other languages
12431243 'previousrevision' => '← Older revision',
12441244 'nextrevision' => 'Newer revision →',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r42245Add revision ID to revision-info-current, revision-info messages, for diffs a...werdna01:27, 20 October 2008

Comments

#Comment by UV (talk | contribs)   19:58, 20 October 2008

typo in messages.inc: "Additional available" should read "Additionally available".

This typo was propagated in r42266 to (nearly) all languages.

#Comment by Siebrand (talk | contribs)   07:40, 24 October 2008

Comment #c379 fixed in r42456.

Status & tagging log