r67842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r67841‎ | r67842 | r67843 >
Date:06:52, 11 June 2010
Author:aaron
Status:deferred
Tags:
Comment:
* "stable" was changed to "publish", but changed to "accepted" due to legal issues. Changing back to 'stable' since as it is more general. Enwiki messages are locally customized.
* added "Advanced review log" special page alias
Modified paths:
  • /trunk/extensions/FlaggedRevs/language/ConfiguredPages.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/FlaggedRevs.alias.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/OldReviewedPages.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/Stabilization.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/StablePages.i18n.php (modified) (history)
  • /trunk/extensions/FlaggedRevs/language/ValidationStatistics.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/FlaggedRevs/language/Stabilization.i18n.php
@@ -11,19 +11,19 @@
1212 $messages['en'] = array(
1313 'stabilization-tab' => 'vet',
1414 'stabilization' => 'Page stabilization',
15 - 'stabilization-text' => '\'\'\'Change the settings below to adjust how the accepted version of [[:$1|$1]] is selected and displayed.\'\'\'
 15+ 'stabilization-text' => '\'\'\'Change the settings below to adjust how the stable version of [[:$1|$1]] is selected and displayed.\'\'\'
1616
17 -\'\'\'Note:\'\'\' changing the \'\'accepted version selection\'\' to prefer "quality" or "pristine" versions will have no effect if there are no such versions. Also, note that a "quality" version is also considered a "checked" version and so on.',
18 - 'stabilization-perm' => 'Your account does not have permission to change the accepted version configuration.
 17+\'\'\'Note:\'\'\' changing the \'\'stable version selection\'\' to prefer "quality" or "pristine" versions will have no effect if there are no such versions. Also, note that a "quality" version is also considered a "checked" version and so on.',
 18+ 'stabilization-perm' => 'Your account does not have permission to change the stable version configuration.
1919 Here are the current settings for [[:$1|$1]]:',
2020 'stabilization-page' => 'Page name:',
21 - 'stabilization-leg' => 'Confirm accepted version settings',
22 - 'stabilization-select' => 'Accepted version selection precedence',
23 - 'stabilization-select1' => 'Latest quality revision; then latest sighted one',
24 - 'stabilization-select2' => 'Latest checked revision',
25 - 'stabilization-select3' => 'Latest pristine revision; then latest quality one; then latest sighted one',
 21+ 'stabilization-leg' => 'Confirm stable version settings',
 22+ 'stabilization-select' => 'Stable version selection precedence',
 23+ 'stabilization-select1' => 'Latest quality version; then latest sighted one',
 24+ 'stabilization-select2' => 'Latest checked version',
 25+ 'stabilization-select3' => 'Latest pristine version; then latest quality one; then latest sighted one',
2626 'stabilization-def' => 'Revision displayed on default page view',
27 - 'stabilization-def1' => 'The accepted revision; if not present, then the current/draft one',
 27+ 'stabilization-def1' => 'The stable version; if not present, then the latest revision',
2828 'stabilization-def2' => 'The current/draft revision',
2929 'stabilization-restrict' => 'Review/auto-review restrictions',
3030 'stabilization-restrict-none' => 'No extra restrictions',
@@ -42,7 +42,7 @@
4343 'stabilization-sel-short-2' => 'Pristine',
4444 'stabilization-def-short' => 'Default',
4545 'stabilization-def-short-0' => 'Current',
46 - 'stabilization-def-short-1' => 'Accepted',
 46+ 'stabilization-def-short-1' => 'Stable',
4747 'stabilize_page_invalid' => 'The target page title is invalid.',
4848 'stabilize_page_notexists' => 'The target page does not exist.',
4949 'stabilize_page_unreviewable' => 'The target page is not in reviewable namespace.',
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.alias.php
@@ -14,7 +14,7 @@
1515 $aliases['en'] = array(
1616 'OldReviewedPages' => array( 'OldReviewedPages' ),
1717 'ProblemChanges' => array( 'ProblemChanges' ),
18 - 'QualityOversight' => array( 'QualityOversight' ),
 18+ 'QualityOversight' => array( 'AdvancedReviewLog', 'QualityOversight' ),
1919 'ReviewedPages' => array( 'ReviewedPages' ),
2020 'RevisionReview' => array( 'RevisionReview' ),
2121 'Stabilization' => array( 'Stabilization', 'Stabilisation' ),
Index: trunk/extensions/FlaggedRevs/language/ConfiguredPages.i18n.php
@@ -20,7 +20,7 @@
2121 'configuredpages-prec-quality' => 'latest quality',
2222 'configuredpages-prec-pristine' => 'latest pristine',
2323 'configuredpages-def-draft' => 'latest version',
24 - 'configuredpages-def-stable' => 'accepted version',
 24+ 'configuredpages-def-stable' => 'stable version',
2525 );
2626
2727 /** Message documentation (Message documentation)
Index: trunk/extensions/FlaggedRevs/language/ValidationStatistics.i18n.php
@@ -20,8 +20,7 @@
2121 The average wait for edits by \'\'users that have not logged in\'\' to be reviewed is \'\'\'$1\'\'\'; the median is \'\'\'$3\'\'\'.
2222 $4
2323 The average lag for [[Special:OldReviewedPages|pages with unreviewed edits pending]] is \'\'\'$2\'\'\'.
24 -These pages are considered \'\'outdated\'\'. Likewise, pages are considered \'\'synchronized\'\' if there are no edits pending review.
25 -The accepted version of a page is the newest revision that has been approved to show by default to all readers.',
 24+These pages are considered \'\'outdated\'\'. Likewise, pages are considered \'\'synchronized\'\' if there are no edits pending review.',
2625 'validationstatistics-table' => "Statistics for each namespace are shown below, ''excluding'' redirect pages.",
2726 'validationstatistics-ns' => 'Namespace',
2827 'validationstatistics-total' => 'Pages',
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php
@@ -21,14 +21,14 @@
2222 'editor' => 'Editor',
2323 'flaggedrevs' => 'Flagged Revisions',
2424 'flaggedrevs-watched-pending' => 'There are currently [{{fullurl:{{#Special:OldReviewedPages}}|watched=1}} pending changes] to reviewed pages on your watchlist. \'\'\'Your attention is needed!\'\'\'',
25 - 'flaggedrevs-desc' => 'Gives Editors and Reviewers the ability to review revisions and stabilize pages',
 25+ 'flaggedrevs-desc' => 'Gives Editors the ability to review revisions and stabilize pages',
2626 'flaggedrevs-pref-UI' => 'Basic interface:',
2727 'flaggedrevs-pref-UI-0' => 'Use detailed boxes to show review status of pages',
2828 'flaggedrevs-pref-UI-1' => 'Use small icons and minimal text to show review 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
3030 'prefs-flaggedrevs' => 'Edit review',
3131 'prefs-flaggedrevs-ui' => 'Edit review',
32 - 'flaggedrevs-prefs-stable' => 'Always show the accepted version of content pages by default (if there is one)',
 32+ 'flaggedrevs-prefs-stable' => 'Always show the stable 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',
3535 'flaggedrevs-prefs-viewdiffs' => 'Show the pending changes diff when viewing the latest pending revision',
@@ -52,7 +52,7 @@
5353 'review-edit-diff' => '\'\'\'NOTICE: Some of the pending changes affect the area of the page you are editing.\'\'\'',
5454 'revreview-diff-toggle-show' => 'show those changes',
5555 'revreview-diff-toggle-hide' => 'hide those changes',
56 - 'revreview-diff-toggle-title' => 'Toggle display of pending changes to the accepted version',
 56+ 'revreview-diff-toggle-title' => 'Toggle display of pending changes to the stable version',
5757 'revreview-log-toggle-show' => 'show stability log',
5858 'revreview-log-toggle-hide' => 'hide stability log',
5959 'revreview-log-toggle-title' => 'Toggle display of stability settings log',
@@ -66,7 +66,7 @@
6767 'review-logentry-diff' => 'changes reviewed',
6868 'review-logentry-diff2' => 'changes deprecated',
6969 'review-logpage' => 'Review log',
70 - 'review-logpagetext' => 'This is a log of changes to revisions\' [[{{MediaWiki:Validationpage}}|approval]] status for content pages.',
 70+ 'review-logpagetext' => 'This is a log of which versions of content pages are [[{{MediaWiki:Validationpage}}|checked]].',
7171 'reviewer' => 'Reviewer',
7272 'revisionreview' => 'Review revisions',
7373 'revreview-accuracy' => 'Accuracy',
@@ -76,13 +76,13 @@
7777 'revreview-accuracy-3' => 'Well sourced',
7878 'revreview-accuracy-4' => 'Featured',
7979 'revreview-auto' => '(automatic)',
80 - 'revreview-basic' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.
 80+ 'revreview-basic' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.
8181 There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
82 - 'revreview-basic-i' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.
 82+ 'revreview-basic-i' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.
8383 There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
8484 'revreview-basic-old' => 'This is a [[{{MediaWiki:Validationpage}}|checked]] version ([{{fullurl:{{#Special:ReviewedVersions}}|page={{FULLPAGENAMEE}}}} list all]), [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
8585 New [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} changes] may have been made.',
86 - 'revreview-basic-same' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.',
 86+ 'revreview-basic-same' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.',
8787 '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.',
8888 'revreview-failed' => "'''Unable to review this revision.''' The submission was incomplete or otherwise invalid.",
8989 'revreview-changed' => '\'\'\'The requested action could not be performed on this revision of [[:$1|$1]].\'\'\'
@@ -110,12 +110,12 @@
111111 'revreview-depth-4' => 'Featured',
112112 'revreview-draft-title' => 'Pending changes are displayed on this page',
113113 'revreview-edit' => 'Edit',
114 - 'revreview-editnotice' => '\'\'\'Your changes will be accepted once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|help]])\'\'\'',
 114+ 'revreview-editnotice' => '\'\'\'Your changes will be displayed to readers once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|help]])\'\'\'',
115115 'revreview-check-flag' => 'Accept the pending changes',
116116 'revreview-check-flag-title' => 'Accept all the currently pending changes along with your own edit. Only use this if you have already seen the entire pending changes diff.',
117117 'revreview-submitedit' => 'Submit changes',
118118 'revreview-submitedit-title' => 'Submit your changes for review',
119 - 'revreview-edited' => '\'\'\'Your changes will be accepted once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|help]])\'\'\'
 119+ 'revreview-edited' => '\'\'\'Your changes will be displayed to readers once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|help]])\'\'\'
120120
121121 There {{PLURAL:$2|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}] \'\'(shown below)\'\' awaiting review.',
122122 'revreview-edited-section' => 'Return to page section named "[[#$1|$2]]".',
@@ -127,25 +127,25 @@
128128 'revreview-main' => 'You must select a particular revision of a content page in order to review.
129129
130130 See the [[Special:Unreviewedpages|list of unreviewed pages]].',
131 - 'revreview-newest-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
132 - 'revreview-newest-basic-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
133 - 'revreview-newest-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
134 - 'revreview-newest-quality-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
135 - 'revreview-pending-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
136 - 'revreview-pending-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
 131+ 'revreview-newest-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
 132+ 'revreview-newest-basic-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
 133+ 'revreview-newest-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
 134+ 'revreview-newest-quality-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
 135+ 'revreview-pending-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
 136+ 'revreview-pending-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} stable version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
137137 'revreview-pending-nosection' => 'Try viewing the [{{fullurl:{{FULLPAGENAMEE}}|stable=0}} latest revision], which includes
138138 [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}], to see if the section was moved or deleted.',
139139 'revreview-noflagged' => 'There are no [[{{MediaWiki:Validationpage}}|reviewed versions]] of this page, so it may \'\'\'not\'\'\' have been checked for adherence to standards.',
140140 'revreview-note' => '[[User:$1|$1]] made the following notes [[{{MediaWiki:Validationpage}}|reviewing]] this revision:',
141141 'revreview-notes' => 'Observations or notes to display:',
142142 'revreview-oldrating' => 'It was rated:',
143 - 'revreview-quality' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
 143+ 'revreview-quality' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
144144 There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.',
145 - 'revreview-quality-i' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
 145+ 'revreview-quality-i' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
146146 There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.',
147147 'revreview-quality-old' => 'This is a [[{{MediaWiki:Validationpage}}|quality]] version ([{{fullurl:{{#Special:ReviewedVersions}}|page={{FULLPAGENAMEE}}}} list all]), [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.
148148 New [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} changes] may have been made.',
149 - 'revreview-quality-same' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.',
 149+ 'revreview-quality-same' => 'This is the [[{{MediaWiki:Validationpage}}|stable version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.',
150150 'revreview-quality-source' => 'A [{{fullurl:{{FULLPAGENAMEE}}|stableid=$1}} quality version] of this page, [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>, was based off this revision.',
151151 'revreview-quality-title' => 'This is a quality version of this page',
152152 'revreview-quick-basic' => '\'\'\'[[{{MediaWiki:Validationpage}}|Checked]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]',
@@ -161,8 +161,8 @@
162162 'revreview-selected' => 'Selected revision of \'\'\'$1:\'\'\'',
163163 'revreview-source' => 'View source',
164164 'revreview-basic-title' => 'This is a checked version of this page',
165 - 'revreview-stable1' => 'You may want to view [{{fullurl:$1|stableid=$2}} this flagged version] and see if it is now the [{{fullurl:$1|stable=1}} accepted version] of this page.',
166 - 'revreview-stable2' => 'You may want to view the [{{fullurl:$1|stable=1}} accepted version] of this page.',
 165+ 'revreview-stable1' => 'You may want to view [{{fullurl:$1|stableid=$2}} this flagged version] and see if it is now the [{{fullurl:$1|stable=1}} stable version] of this page.',
 166+ 'revreview-stable2' => 'You may want to view the [{{fullurl:$1|stable=1}} stable version] of this page.',
167167 'revreview-style' => 'Readability',
168168 'revreview-style-0' => 'Inadequate',
169169 'revreview-style-1' => 'Acceptable',
@@ -177,7 +177,7 @@
178178 'revreview-submit-unreviewed' => 'Done. Unaccepted!',
179179 'revreview-successful' => '\'\'\'Revision of [[:$1|$1]] successfully flagged. ([{{fullurl:{{#Special:ReviewedVersions}}|page=$2}} view reviewed versions])\'\'\'',
180180 'revreview-successful2' => '\'\'\'Revision of [[:$1|$1]] successfully unflagged.\'\'\'',
181 - 'revreview-text' => '\'\'[[{{MediaWiki:Validationpage}}|Reviewed versions]] are checked versions of pages used to determine the accepted version.\'\'',
 181+ 'revreview-text' => '\'\'[[{{MediaWiki:Validationpage}}|Reviewed versions]] are checked versions of pages used to determine the stable version.\'\'',
182182 'revreview-toggle-show' => '(+)',
183183 'revreview-toggle-hide' => '(-)',
184184 'revreview-toggle-title' => 'show/hide details',
@@ -186,41 +186,41 @@
187187 To remove the review status of a revision, set \'\'all\'\' fields to "inadequate".
188188
189189 Please hit the "back" button in your browser and try again.',
190 - 'revreview-update' => '\'\'\'Please [[{{MediaWiki:Validationpage}}|review]] any pending changes \'\'(shown below)\'\' made to the accepted version.\'\'\'
 190+ 'revreview-update' => '\'\'\'Please [[{{MediaWiki:Validationpage}}|review]] any pending changes \'\'(shown below)\'\' made since the stable version.\'\'\'
191191 You may first need to follow-up on or "undo" edits.',
192 - 'revreview-update-edited' => '<span class="flaggedrevs_important">Your changes have not yet been accepted.</span>
 192+ 'revreview-update-edited' => '<span class="flaggedrevs_important">Your changes are not yet in the stable version.</span>
193193
194 -Please review all the changes shown below to make your edits accepted.
 194+Please review all the changes shown below to make your edits appear in the stable version.
195195 You may first need to follow-up on or "undo" edits.',
196 - 'revreview-update-edited-prev' => '<span class="flaggedrevs_important">Your changes have not yet been accepted. There are previous changes pending review.</span>
 196+ 'revreview-update-edited-prev' => '<span class="flaggedrevs_important">Your changes are not yet in the stable version. There are previous changes pending review.</span>
197197
198 -Please review all the changes shown below to make your edits accepted.
 198+Please review all the changes shown below to make your edits appear in the stable version.
199199 You may first need to follow-up on or "undo" edits.',
200200 'revreview-update-includes' => '\'\'\'Some templates/files were updated:\'\'\'',
201 - 'revreview-update-use' => '\'\'\'NOTE:\'\'\' The accepted version of each of these templates/files is used in the accepted version of this page.',
202 - 'revreview-visibility' => '\'\'\'This page has an updated [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
203 - 'revreview-visibility2' => '\'\'\'This page has an outdated [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
204 - 'revreview-visibility3' => '\'\'\'This page does not have an [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
 201+ 'revreview-update-use' => '\'\'\'NOTE:\'\'\' The stable version of each of these templates/files is used in the stable version of this page.',
 202+ 'revreview-visibility' => '\'\'\'This page has an updated [[{{MediaWiki:Validationpage}}|stable version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
 203+ 'revreview-visibility2' => '\'\'\'This page has an outdated [[{{MediaWiki:Validationpage}}|stable version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
 204+ 'revreview-visibility3' => '\'\'\'This page does not have a [[{{MediaWiki:Validationpage}}|stable version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'',
205205 'revreview-revnotfound' => 'The old version of the page you asked for could not be found.
206206 Please check the URL you used to access this page.',
207207 'right-autoreview' => 'Have one\'s own edits automatically marked as "checked"',
208 - 'right-movestable' => 'Move pages with accepted versions',
 208+ 'right-movestable' => 'Move pages with stable versions',
209209 'right-review' => 'Mark revisions as being "checked"',
210 - 'right-stablesettings' => 'Configure how the accepted version is selected and displayed',
 210+ 'right-stablesettings' => 'Configure how the stable version is selected and displayed',
211211 'right-validate' => 'Mark revisions as being "quality"',
212212 'right-unreviewedpages' => 'View the [[Special:UnreviewedPages|list of unreviewed pages]]',
213213 'rights-editor-autosum' => 'autopromoted',
214214 'rights-editor-revoke' => 'removed editor status from [[$1]]', # B/C
215215 'specialpages-group-quality' => 'Edit review',
216 - 'stable-logentry-config' => 'set acceptance settings for $1',
217 - 'stable-logentry-modify' => 'changed acceptance settings for $1',
218 - 'stable-logentry-reset' => 'reset acceptance settings for $1',
 216+ 'stable-logentry-config' => 'set stable version settings for $1',
 217+ 'stable-logentry-modify' => 'changed stable version settings for $1',
 218+ 'stable-logentry-reset' => 'reset stable version settings for $1',
219219 'stable-log-restriction' => 'Auto-review: requires "$1" permission',
220220 'stable-logpage' => 'Stability log',
221 - 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|accepted version]] configuration of content pages.',
 221+ 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|stable version]] configuration of content pages.',
222222
223223 'revreview-filter-all' => 'all',
224 - 'revreview-filter-stable' => 'accepted',
 224+ 'revreview-filter-stable' => 'stable',
225225
226226 'revreview-statusfilter' => 'Review action:',
227227 'revreview-filter-approved' => 'Approved',
@@ -241,7 +241,7 @@
242242 'revreview-defaultfilter' => 'Default version:',
243243 'revreview-def-all' => 'any',
244244 'revreview-def-draft' => 'latest',
245 - 'revreview-def-stable' => 'accepted',
 245+ 'revreview-def-stable' => 'stable',
246246
247247 'revreview-restrictfilter' => 'Auto-review restriction:',
248248 'revreview-restriction-any' => 'any',
@@ -252,17 +252,17 @@
253253 'revreview-unreviewedpage' => 'unchecked page',
254254
255255 'tooltip-ca-current' => 'View this page with the pending changes',
256 - 'tooltip-ca-stable' => 'View the accepted version of this page',
 256+ 'tooltip-ca-stable' => 'View the stable version of this page',
257257 'tooltip-ca-default' => 'Quality assurance settings',
258258
259259 'flaggedrevs-protect-legend' => 'Automatic edit review ([[{{MediaWiki:Validationpage}}|help]])',
260260 'flaggedrevs-protect-none' => 'Allow all users',
261261 'flaggedrevs-protect-basic' => 'Default settings',
262262
263 - 'revreview-locked-title' => 'Edits must be reviewed before being accepted on this page.',
264 - 'revreview-unlocked-title' => 'Edits do not require review before being accepted on this page.',
265 - 'revreview-locked' => '\'\'\'Note:\'\'\' Edits must be [[{{MediaWiki:Validationpage}}|reviewed]] before being accepted on this page.',
266 - 'revreview-unlocked' => '\'\'\'Note:\'\'\' Edits do not require [[{{MediaWiki:Validationpage}}|review]] before being accepted on this page.',
 263+ 'revreview-locked-title' => 'Edits must be reviewed before being displayed to readers on this page.',
 264+ 'revreview-unlocked-title' => 'Edits do not require review before being displayed to readers on this page.',
 265+ 'revreview-locked' => '\'\'\'Note:\'\'\' Edits must be [[{{MediaWiki:Validationpage}}|reviewed]] before being displayed to readers on this page.',
 266+ 'revreview-unlocked' => '\'\'\'Note:\'\'\' Edits do not require [[{{MediaWiki:Validationpage}}|review]] before being displayed to readers on this page.',
267267
268268 'revreview-ak-review' => 's', # do not translate or duplicate this message to other languages
269269 'accesskey-ca-current' => 'v', # do not translate or duplicate this message to other languages
Index: trunk/extensions/FlaggedRevs/language/OldReviewedPages.i18n.php
@@ -18,7 +18,7 @@
1919 'oldreviewedpages-recent' => '(less than 1 hour)',
2020 'oldreviewed-category' => 'Category:',
2121 'oldreviewed-watched' => 'Pages on my watchlist',
22 - 'oldreviewed-stable' => 'Stabilized pages',
 22+ 'oldreviewed-stable' => 'Stable version is default',
2323 'oldreviewed-diff' => 'review',
2424 'oldreviewed-size' => 'Max change (bytes):',
2525 'oldreviewedpages-unwatched' => '(unwatched)',
Index: trunk/extensions/FlaggedRevs/language/StablePages.i18n.php
@@ -11,7 +11,7 @@
1212 $messages['en'] = array(
1313 'stablepages' => 'Pages using edit approval',
1414 'stablepages-text' => 'Below is a list of pages that are restricted so that only certain users can make edits that don\'t require review.
15 -Such edits are not accepted until an authorized user reviews them.',
 15+Such edits are not displayed to readers until an authorized user reviews them.',
1616 'stablepages-none' => 'There are no pages in this list.',
1717 'stablepages-config' => 'Configuration',
1818 );

Status & tagging log