r65204 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65203‎ | r65204 | r65205 >
Date:04:18, 18 April 2010
Author:aaron
Status:ok
Tags:
Comment:
UX tweaks and fixes
Modified paths:
  • /trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php
@@ -19,19 +19,19 @@
2020 'action-review' => 'review revisions',
2121 'editor' => 'Editor',
2222 'flaggedrevs' => 'Flagged Revisions',
23 - 'flaggedrevs-backlog' => 'There is currently a backlog of [[Special:OldReviewedPages|pending edits]] to reviewed pages. \'\'\'Your attention is needed!\'\'\'',
24 - 'flaggedrevs-watched-pending' => 'There are currently [{{fullurl:{{#Special:OldReviewedPages}}|watched=1}} pending edits] to reviewed pages on your watchlist. \'\'\'Your attention is needed!\'\'\'',
 23+ 'flaggedrevs-backlog' => 'There is currently a backlog of [[Special:OldReviewedPages|pending changes]] to reviewed pages. \'\'\'Your attention is needed!\'\'\'',
 24+ 'flaggedrevs-watched-pending' => 'There are currently [{{fullurl:{{#Special:OldReviewedPages}}|watched=1}} pending changes] to reviewed pages on your watchlist. \'\'\'Your attention is needed!\'\'\'',
2525 'flaggedrevs-desc' => 'Gives Editors and Reviewers the ability to review revisions and stabilize pages',
2626 'flaggedrevs-pref-UI' => 'Basic interface:',
2727 'flaggedrevs-pref-UI-0' => 'Use detailed boxes to show approval status of pages',
2828 'flaggedrevs-pref-UI-1' => 'Use small icons and minimal text to show approval status of pages',
2929 'flaggedrevs-stable-categories' => '', # A asterix separated list of categories that must be reviewed; do not translate or duplicate this message to other languages
30 - 'prefs-flaggedrevs' => 'Stability',
31 - 'prefs-flaggedrevs-ui' => 'Flagged revisions',
 30+ 'prefs-flaggedrevs' => 'Edit approval',
 31+ 'prefs-flaggedrevs-ui' => 'Edit approval',
3232 'flaggedrevs-prefs-stable' => 'Always show the published version of content pages by default (if there is one)',
3333 'flaggedrevs-prefs-watch' => 'Add pages I review to my watchlist',
3434 'flaggedrevs-prefs-editdiffs' => 'Show the pending changes diff when editing pages',
35 - 'flaggedrevs-prefs-viewdiffs' => 'Show the pending changes diff when viewing the latest page revision',
 35+ 'flaggedrevs-prefs-viewdiffs' => 'Show the pending changes diff when viewing the latest pending revision',
3636 'group-editor' => 'Editors',
3737 'group-editor-member' => 'editor',
3838 'group-reviewer' => 'Reviewers',
@@ -49,7 +49,7 @@
5050 'revreview-hist-basic-auto' => '[{{fullurl:$1|stableid=$2}} automatically checked]',
5151 'revreview-hist-quality-auto' => '[{{fullurl:$1|stableid=$2}} automatically approved]',
5252 'revreview-hist-pending' => '\'\'\'[[{{fullurl:$1|oldid=$2&diff=$3}} pending review]]\'\'\'',
53 - 'review-edit-diff' => '\'\'\'NOTICE: Some pending changes to the published version are incorporated into the edit form below.\'\'\'',
 53+ 'review-edit-diff' => '\'\'\'NOTICE: Some pending changes to the published version are incorporated into the edit form below.\'\'\'',
5454 'revreview-diff-toggle-show' => 'show changes',
5555 'revreview-diff-toggle-hide' => 'hide changes',
5656 'revreview-diff-toggle-title' => 'Toggle display of pending changes to the published version',
@@ -64,8 +64,7 @@
6565 'review-logentry-diff' => 'changes reviewed',
6666 'review-logentry-diff2' => 'changes deprecated',
6767 'review-logpage' => 'Review log',
68 - 'review-logpagetext' => 'This is a log of changes to revisions\' [[{{MediaWiki:Validationpage}}|approval]] status for content pages.
69 - See the [[Special:ReviewedPages|reviewed pages list]] for a list of approved pages.',
 68+ 'review-logpagetext' => 'This is a log of changes to revisions\' [[{{MediaWiki:Validationpage}}|approval]] status for content pages.',
7069 'reviewer' => 'Reviewer',
7170 'revisionreview' => 'Review revisions',
7271 'revreview-accuracy' => 'Accuracy',
@@ -84,7 +83,7 @@
8584 New [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} changes] may have been made.',
8685 'revreview-basic-same' => 'This is the [[{{MediaWiki:Validationpage}}|published version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.',
8786 'revreview-basic-source' => 'A [{{fullurl:{{FULLPAGENAMEE}}|stableid=$1}} checked version] of this page, [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>, was based off this revision.',
88 - 'revreview-failed' => "'''Unable to review this revision.''' The submission is incomplete or otherwise invalid.",
 87+ 'revreview-failed' => "'''Unable to review this revision.''' The submission was incomplete or otherwise invalid.",
8988 'revreview-changed' => '\'\'\'The requested action could not be performed on this revision of [[:$1|$1]].\'\'\'
9089
9190 A template or file may have been requested when no specific version was specified.
@@ -99,9 +98,9 @@
10099 'revreview-depth-4' => 'Featured',
101100 'revreview-draft-title' => 'Pending changes are displayed on this page',
102101 'revreview-edit' => 'Edit',
103 - 'revreview-editnotice' => '\'\'\'Your changes will be [[{{MediaWiki:Validationpage}}|published]] once an authorised user [[{{MediaWiki:Validationpage}}|reviews]] them.\'\'\'',
104 - 'revreview-check-flag' => 'Publish currently pending edits',
105 - 'revreview-edited' => '\'\'\'Changes will be [[{{MediaWiki:Validationpage}}|published]] once an authorised user [[{{MediaWiki:Validationpage}}|reviews]] them.\'\'\'
 102+ 'revreview-editnotice' => '\'\'\'Your changes will be published once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|?]])\'\'\'',
 103+ 'revreview-check-flag' => 'Publish currently pending changes',
 104+ 'revreview-edited' => '\'\'\'Changes will be published once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|?]])\'\'\'
106105
107106 There {{PLURAL:$2|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}] \'\'(shown below)\'\' awaiting review.',
108107 'revreview-edited-section' => 'Return to page section named "[[#$1|$2]]".',
@@ -157,8 +156,8 @@
158157 'revreview-style-3' => 'Concise',
159158 'revreview-style-4' => 'Featured',
160159 'revreview-submit' => 'Submit',
161 - 'revreview-submit-review' => 'Mark checked',
162 - 'revreview-submit-unreview' => 'Mark unchecked',
 160+ 'revreview-submit-review' => 'Approve',
 161+ 'revreview-submit-unreview' => 'De-approve',
163162 'revreview-submitting' => 'Submitting...',
164163 'revreview-submit-reviewed' => 'Done. Checked!',
165164 'revreview-submit-unreviewed' => 'Done. Unchecked!',
@@ -168,8 +167,8 @@
169168 'revreview-toggle-show' => '(+)',
170169 'revreview-toggle-hide' => '(-)',
171170 'revreview-toggle-title' => 'show/hide details',
172 - 'revreview-toolow' => '\'\'\'You must rate each of the below attributes higher than "unapproved" in order for a revision to be considered reviewed.\'\'\'
173 -To deprecate a revision, set all fields to "unapproved".
 171+ 'revreview-toolow' => '\'\'\'You must rate each of the attributes higher than "unapproved" in order for a revision to be considered reviewed.\'\'\'
 172+To remove the review status of a revision, set all fields to "unapproved".
174173
175174 Please hit the "back" button in your browser and try again.',
176175 'revreview-update' => 'Please [[{{MediaWiki:Validationpage}}|review]] any pending changes \'\'(shown below)\'\' made to the published version.',
@@ -191,21 +190,20 @@
192191 'right-unreviewedpages' => 'View the [[Special:UnreviewedPages|list of unreviewed pages]]',
193192 'rights-editor-autosum' => 'autopromoted',
194193 'rights-editor-revoke' => 'removed editor status from [[$1]]', # B/C
195 - 'specialpages-group-quality' => 'Quality assurance',
 194+ 'specialpages-group-quality' => 'Edit approval',
196195 'stable-logentry-config' => 'configured publication settings for [[$1]]',
197196 'stable-logentry-reset' => 'reset publication settings for [[$1]]',
198197 'stable-log-restriction' => 'Publish: require "$1" permission',
199198 'stable-logpage' => 'Stability log',
200 - 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|published version]] configuration of content pages.
201 - The list of pages that require edit approval can be found at the [[Special:StablePages|stable pages list]].',
 199+ 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|published version]] configuration of content pages.',
202200
203201 'revreview-filter-all' => 'all',
204202 'revreview-filter-stable' => 'published',
205203
206 - 'revreview-statusfilter' => 'Status change:',
 204+ 'revreview-statusfilter' => 'Approval action:',
207205 'revreview-filter-approved' => 'Approved',
208206 'revreview-filter-reapproved' => 'Re-approved',
209 - 'revreview-filter-unapproved' => 'Unapproved',
 207+ 'revreview-filter-unapproved' => 'De-approved',
210208
211209 'revreview-typefilter' => 'Type:',
212210 'revreview-filter-auto' => 'Automatic',

Status & tagging log