Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3032,4 +3032,6 @@ |
3033 | 3033 | 'metadata-fields' => 'Do not translate list items', |
3034 | 3034 | 'version' => 'Not used as normal message but as header for the special page itself', |
3035 | 3035 | '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', |
3036 | 3038 | ); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1236,8 +1236,8 @@ |
1237 | 1237 | 'currentrev' => 'Current revision', |
1238 | 1238 | 'currentrev-asof' => 'Current revision as of $1', |
1239 | 1239 | '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 |
1242 | 1242 | 'revision-nav' => '($1) $2 | $3 ($4) | $5 ($6)', # do not translate or duplicate this message to other languages |
1243 | 1243 | 'previousrevision' => '← Older revision', |
1244 | 1244 | 'nextrevision' => 'Newer revision →', |