Index: trunk/extensions/FlaggedRevs/language/Stabilization.i18n.php |
— | — | @@ -11,19 +11,19 @@ |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'stabilization-tab' => 'vet', |
14 | 14 | '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.\'\'\' |
16 | 16 | |
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. |
19 | 19 | Here are the current settings for [[:$1|$1]]:', |
20 | 20 | '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', |
26 | 26 | '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', |
28 | 28 | 'stabilization-def2' => 'The current/draft revision', |
29 | 29 | 'stabilization-restrict' => 'Review/auto-review restrictions', |
30 | 30 | 'stabilization-restrict-none' => 'No extra restrictions', |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | 'stabilization-sel-short-2' => 'Pristine', |
44 | 44 | 'stabilization-def-short' => 'Default', |
45 | 45 | 'stabilization-def-short-0' => 'Current', |
46 | | - 'stabilization-def-short-1' => 'Accepted', |
| 46 | + 'stabilization-def-short-1' => 'Stable', |
47 | 47 | 'stabilize_page_invalid' => 'The target page title is invalid.', |
48 | 48 | 'stabilize_page_notexists' => 'The target page does not exist.', |
49 | 49 | 'stabilize_page_unreviewable' => 'The target page is not in reviewable namespace.', |
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.alias.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | $aliases['en'] = array( |
16 | 16 | 'OldReviewedPages' => array( 'OldReviewedPages' ), |
17 | 17 | 'ProblemChanges' => array( 'ProblemChanges' ), |
18 | | - 'QualityOversight' => array( 'QualityOversight' ), |
| 18 | + 'QualityOversight' => array( 'AdvancedReviewLog', 'QualityOversight' ), |
19 | 19 | 'ReviewedPages' => array( 'ReviewedPages' ), |
20 | 20 | 'RevisionReview' => array( 'RevisionReview' ), |
21 | 21 | 'Stabilization' => array( 'Stabilization', 'Stabilisation' ), |
Index: trunk/extensions/FlaggedRevs/language/ConfiguredPages.i18n.php |
— | — | @@ -20,7 +20,7 @@ |
21 | 21 | 'configuredpages-prec-quality' => 'latest quality', |
22 | 22 | 'configuredpages-prec-pristine' => 'latest pristine', |
23 | 23 | 'configuredpages-def-draft' => 'latest version', |
24 | | - 'configuredpages-def-stable' => 'accepted version', |
| 24 | + 'configuredpages-def-stable' => 'stable version', |
25 | 25 | ); |
26 | 26 | |
27 | 27 | /** Message documentation (Message documentation) |
Index: trunk/extensions/FlaggedRevs/language/ValidationStatistics.i18n.php |
— | — | @@ -20,8 +20,7 @@ |
21 | 21 | The average wait for edits by \'\'users that have not logged in\'\' to be reviewed is \'\'\'$1\'\'\'; the median is \'\'\'$3\'\'\'. |
22 | 22 | $4 |
23 | 23 | 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.', |
26 | 25 | 'validationstatistics-table' => "Statistics for each namespace are shown below, ''excluding'' redirect pages.", |
27 | 26 | 'validationstatistics-ns' => 'Namespace', |
28 | 27 | 'validationstatistics-total' => 'Pages', |
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php |
— | — | @@ -21,14 +21,14 @@ |
22 | 22 | 'editor' => 'Editor', |
23 | 23 | 'flaggedrevs' => 'Flagged Revisions', |
24 | 24 | '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', |
26 | 26 | 'flaggedrevs-pref-UI' => 'Basic interface:', |
27 | 27 | 'flaggedrevs-pref-UI-0' => 'Use detailed boxes to show review status of pages', |
28 | 28 | 'flaggedrevs-pref-UI-1' => 'Use small icons and minimal text to show review status of pages', |
29 | 29 | 'flaggedrevs-stable-categories' => '', # A asterix separated list of categories that must be reviewed; do not translate or duplicate this message to other languages |
30 | 30 | 'prefs-flaggedrevs' => 'Edit review', |
31 | 31 | '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)', |
33 | 33 | 'flaggedrevs-prefs-watch' => 'Add pages I review to my watchlist', |
34 | 34 | 'flaggedrevs-prefs-editdiffs' => 'Show the pending changes diff when editing pages', |
35 | 35 | 'flaggedrevs-prefs-viewdiffs' => 'Show the pending changes diff when viewing the latest pending revision', |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | 'review-edit-diff' => '\'\'\'NOTICE: Some of the pending changes affect the area of the page you are editing.\'\'\'', |
54 | 54 | 'revreview-diff-toggle-show' => 'show those changes', |
55 | 55 | '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', |
57 | 57 | 'revreview-log-toggle-show' => 'show stability log', |
58 | 58 | 'revreview-log-toggle-hide' => 'hide stability log', |
59 | 59 | 'revreview-log-toggle-title' => 'Toggle display of stability settings log', |
— | — | @@ -66,7 +66,7 @@ |
67 | 67 | 'review-logentry-diff' => 'changes reviewed', |
68 | 68 | 'review-logentry-diff2' => 'changes deprecated', |
69 | 69 | '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]].', |
71 | 71 | 'reviewer' => 'Reviewer', |
72 | 72 | 'revisionreview' => 'Review revisions', |
73 | 73 | 'revreview-accuracy' => 'Accuracy', |
— | — | @@ -76,13 +76,13 @@ |
77 | 77 | 'revreview-accuracy-3' => 'Well sourced', |
78 | 78 | 'revreview-accuracy-4' => 'Featured', |
79 | 79 | '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>. |
81 | 81 | 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>. |
83 | 83 | There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.', |
84 | 84 | '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>. |
85 | 85 | 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>.', |
87 | 87 | '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 | 88 | 'revreview-failed' => "'''Unable to review this revision.''' The submission was incomplete or otherwise invalid.", |
89 | 89 | 'revreview-changed' => '\'\'\'The requested action could not be performed on this revision of [[:$1|$1]].\'\'\' |
— | — | @@ -110,12 +110,12 @@ |
111 | 111 | 'revreview-depth-4' => 'Featured', |
112 | 112 | 'revreview-draft-title' => 'Pending changes are displayed on this page', |
113 | 113 | '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]])\'\'\'', |
115 | 115 | 'revreview-check-flag' => 'Accept the pending changes', |
116 | 116 | '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.', |
117 | 117 | 'revreview-submitedit' => 'Submit changes', |
118 | 118 | '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]])\'\'\' |
120 | 120 | |
121 | 121 | There {{PLURAL:$2|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}] \'\'(shown below)\'\' awaiting review.', |
122 | 122 | 'revreview-edited-section' => 'Return to page section named "[[#$1|$2]]".', |
— | — | @@ -127,25 +127,25 @@ |
128 | 128 | 'revreview-main' => 'You must select a particular revision of a content page in order to review. |
129 | 129 | |
130 | 130 | 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.', |
137 | 137 | 'revreview-pending-nosection' => 'Try viewing the [{{fullurl:{{FULLPAGENAMEE}}|stable=0}} latest revision], which includes |
138 | 138 | [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}], to see if the section was moved or deleted.', |
139 | 139 | 'revreview-noflagged' => 'There are no [[{{MediaWiki:Validationpage}}|reviewed versions]] of this page, so it may \'\'\'not\'\'\' have been checked for adherence to standards.', |
140 | 140 | 'revreview-note' => '[[User:$1|$1]] made the following notes [[{{MediaWiki:Validationpage}}|reviewing]] this revision:', |
141 | 141 | 'revreview-notes' => 'Observations or notes to display:', |
142 | 142 | '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>. |
144 | 144 | 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>. |
146 | 146 | There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.', |
147 | 147 | '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>. |
148 | 148 | 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>.', |
150 | 150 | '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.', |
151 | 151 | 'revreview-quality-title' => 'This is a quality version of this page', |
152 | 152 | 'revreview-quick-basic' => '\'\'\'[[{{MediaWiki:Validationpage}}|Checked]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]', |
— | — | @@ -161,8 +161,8 @@ |
162 | 162 | 'revreview-selected' => 'Selected revision of \'\'\'$1:\'\'\'', |
163 | 163 | 'revreview-source' => 'View source', |
164 | 164 | '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.', |
167 | 167 | 'revreview-style' => 'Readability', |
168 | 168 | 'revreview-style-0' => 'Inadequate', |
169 | 169 | 'revreview-style-1' => 'Acceptable', |
— | — | @@ -177,7 +177,7 @@ |
178 | 178 | 'revreview-submit-unreviewed' => 'Done. Unaccepted!', |
179 | 179 | 'revreview-successful' => '\'\'\'Revision of [[:$1|$1]] successfully flagged. ([{{fullurl:{{#Special:ReviewedVersions}}|page=$2}} view reviewed versions])\'\'\'', |
180 | 180 | '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.\'\'', |
182 | 182 | 'revreview-toggle-show' => '(+)', |
183 | 183 | 'revreview-toggle-hide' => '(-)', |
184 | 184 | 'revreview-toggle-title' => 'show/hide details', |
— | — | @@ -186,41 +186,41 @@ |
187 | 187 | To remove the review status of a revision, set \'\'all\'\' fields to "inadequate". |
188 | 188 | |
189 | 189 | 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.\'\'\' |
191 | 191 | 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> |
193 | 193 | |
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. |
195 | 195 | 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> |
197 | 197 | |
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. |
199 | 199 | You may first need to follow-up on or "undo" edits.', |
200 | 200 | '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].\'\'\'', |
205 | 205 | 'revreview-revnotfound' => 'The old version of the page you asked for could not be found. |
206 | 206 | Please check the URL you used to access this page.', |
207 | 207 | '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', |
209 | 209 | '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', |
211 | 211 | 'right-validate' => 'Mark revisions as being "quality"', |
212 | 212 | 'right-unreviewedpages' => 'View the [[Special:UnreviewedPages|list of unreviewed pages]]', |
213 | 213 | 'rights-editor-autosum' => 'autopromoted', |
214 | 214 | 'rights-editor-revoke' => 'removed editor status from [[$1]]', # B/C |
215 | 215 | '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', |
219 | 219 | 'stable-log-restriction' => 'Auto-review: requires "$1" permission', |
220 | 220 | '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.', |
222 | 222 | |
223 | 223 | 'revreview-filter-all' => 'all', |
224 | | - 'revreview-filter-stable' => 'accepted', |
| 224 | + 'revreview-filter-stable' => 'stable', |
225 | 225 | |
226 | 226 | 'revreview-statusfilter' => 'Review action:', |
227 | 227 | 'revreview-filter-approved' => 'Approved', |
— | — | @@ -241,7 +241,7 @@ |
242 | 242 | 'revreview-defaultfilter' => 'Default version:', |
243 | 243 | 'revreview-def-all' => 'any', |
244 | 244 | 'revreview-def-draft' => 'latest', |
245 | | - 'revreview-def-stable' => 'accepted', |
| 245 | + 'revreview-def-stable' => 'stable', |
246 | 246 | |
247 | 247 | 'revreview-restrictfilter' => 'Auto-review restriction:', |
248 | 248 | 'revreview-restriction-any' => 'any', |
— | — | @@ -252,17 +252,17 @@ |
253 | 253 | 'revreview-unreviewedpage' => 'unchecked page', |
254 | 254 | |
255 | 255 | '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', |
257 | 257 | 'tooltip-ca-default' => 'Quality assurance settings', |
258 | 258 | |
259 | 259 | 'flaggedrevs-protect-legend' => 'Automatic edit review ([[{{MediaWiki:Validationpage}}|help]])', |
260 | 260 | 'flaggedrevs-protect-none' => 'Allow all users', |
261 | 261 | 'flaggedrevs-protect-basic' => 'Default settings', |
262 | 262 | |
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.', |
267 | 267 | |
268 | 268 | 'revreview-ak-review' => 's', # do not translate or duplicate this message to other languages |
269 | 269 | '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 @@ |
19 | 19 | 'oldreviewedpages-recent' => '(less than 1 hour)', |
20 | 20 | 'oldreviewed-category' => 'Category:', |
21 | 21 | 'oldreviewed-watched' => 'Pages on my watchlist', |
22 | | - 'oldreviewed-stable' => 'Stabilized pages', |
| 22 | + 'oldreviewed-stable' => 'Stable version is default', |
23 | 23 | 'oldreviewed-diff' => 'review', |
24 | 24 | 'oldreviewed-size' => 'Max change (bytes):', |
25 | 25 | 'oldreviewedpages-unwatched' => '(unwatched)', |
Index: trunk/extensions/FlaggedRevs/language/StablePages.i18n.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | $messages['en'] = array( |
13 | 13 | 'stablepages' => 'Pages using edit approval', |
14 | 14 | '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.', |
16 | 16 | 'stablepages-none' => 'There are no pages in this list.', |
17 | 17 | 'stablepages-config' => 'Configuration', |
18 | 18 | ); |