r21771 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r21770‎ | r21771 | r21772 >
Date:20:23, 1 May 2007
Author:aaron
Status:old
Tags:
Comment:
*Add 2 messages for protectpages, shortened another
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1066,7 +1066,8 @@
10671067 'page_last' => 'last',
10681068 'histlegend' => 'Diff selection: mark the radio boxes of the versions to compare and hit enter or the button at the bottom.<br />
10691069 Legend: (cur) = difference with current version,
1070 -(last) = difference with preceding version, M = minor edit.',
 1070+(last) = difference with preceding version, M = minor edit,
 1071+(show/hide) = delete this old version.',
10711072 'history_copyright' => '-',
10721073 'deletedrev' => '[deleted]',
10731074 'histfirst' => 'Earliest',
@@ -1432,7 +1433,7 @@
14331434 'revertimg' => 'rev',
14341435 'deleteimg' => 'del',
14351436 'deleteimgcompletely' => 'Delete all revisions of this file',
1436 -'imghistlegend' => 'Legend: (cur) = this is the current file, (del) = delete
 1437+'imghistlegend' => 'Legend: (cur) = this is the current file, (show/hide) = delete
14371438 this old version, (rev) = revert to this old version.
14381439 <br /><i>Click on date to see the file uploaded on that date</i>.',
14391440 'imagelinks' => 'Links',
@@ -1837,7 +1838,9 @@
18381839 'protect-cascade' => 'Cascading protection - protect any pages included in this page.',
18391840 'restriction-type' => 'Permission',
18401841 'restriction-level' => 'Restriction level',
1841 -'minimum-size' => 'Minimum size (bytes)',
 1842+'minimum-size' => 'Min size',
 1843+'maximum-size' => 'Max size',
 1844+'pagesize' => '(bytes)',
18421845
18431846 # restrictions (nouns)
18441847 'restriction-edit' => 'Edit',
@@ -1855,18 +1858,15 @@
18561859 'viewdeletedpage' => 'View deleted pages',
18571860 'undeletepagetext' => 'The following pages have been deleted but are still in the archive and
18581861 can be restored. The archive may be periodically cleaned out.',
1859 -'undeleteextrahelp' => "To restore the entire page, leave all checkboxes deselected and
1860 -click '''''Restore'''''. To perform a selective restoration, check the boxes corresponding to the
1861 -revisions to be restored, and click '''''Restore'''''. Clicking '''''Reset''''' will clear the
1862 -comment field and all checkboxes.",
 1862+'undeleteextrahelp' => "To restore the entire page, click '''''Restore'''''. Use the \"show/hide\" links to set
 1863+restrictions on individual revisions, which will remain on the revisions even when restored.",
18631864 'undeleterevisions' => "$1 {{PLURAL:$1|revision|revisions}} archived",
18641865 'undeletehistory' => 'If you restore the page, all revisions will be restored to the history.
18651866 If a new page with the same name has been created since the deletion, the restored
18661867 revisions will appear in the prior history, and the current revision of the live page
1867 -will not be automatically replaced. Also note that restrictions on file revisions are lost upon restoration',
 1868+will not be automatically replaced.',
18681869 'undeleterevdel' => 'Undeletion will not be performed if it will result in the top page revision being
1869 -partially deleted. In such cases, you must uncheck or unhide the newest deleted revisions. Revisions of files
1870 -that you don\'t have permission to view will not be restored.',
 1870+partially deleted. In such cases, you must remove restrictions on the newest deleted revision.',
18711871 'undeletehistorynoadmin' => 'This article has been deleted. The reason for deletion is
18721872 shown in the summary below, along with details of the users who had edited this page
18731873 before deletion. The actual text of these deleted revisions is only available to administrators.',

Follow-up revisions

RevisionCommit summaryAuthorDate
r21772Reverting r21771; shows priviledged UI parts to every user for no apparent re...brion20:30, 1 May 2007