Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -2519,6 +2519,7 @@ |
2520 | 2520 | 'sitenotice' => 'the equivalent to wgSiteNotice', |
2521 | 2521 | 'history-feed-item-nocomment' => 'user at time', |
2522 | 2522 | 'editcomment' => 'only shown if there is an edit comment', |
| 2523 | + 'revertpage' => 'Additional available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from', |
2523 | 2524 | 'lastmodifiedatby' => '$1 date, $2 time, $3 user', |
2524 | 2525 | 'exif-orientation-1' => '0th row: top; 0th column: left', |
2525 | 2526 | 'exif-orientation-2' => '0th row: top; 0th column: right', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1930,7 +1930,7 @@ |
1931 | 1931 | |
1932 | 1932 | Last edit was by [[User:$3|$3]] ([[User talk:$3|Talk]]).', |
1933 | 1933 | 'editcomment' => 'The edit comment was: "<i>$1</i>".', # only shown if there is an edit comment |
1934 | | -'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]', |
| 1934 | +'revertpage' => 'Reverted edits by [[Special:Contributions/$2|$2]] ([[User talk:$2|Talk]]); changed back to last version by [[User:$1|$1]]', # Also available: $3: revid of the revision reverted to, $4: timestamp of the revision reverted to, $5: revid of the revision reverted from, $6: timestamp of the revision reverted from |
1935 | 1935 | 'rollback-success' => 'Reverted edits by $1; changed back to last version by $2.', |
1936 | 1936 | 'sessionfailure' => 'There seems to be a problem with your login session; this action has been canceled as a precaution against session hijacking. Please hit "back" and reload the page you came from, then try again.', |
1937 | 1937 | 'protectlogpage' => 'Protection log', |