Index: trunk/extensions/FlaggedRevs/language/ValidationStatistics.i18n.php |
— | — | @@ -14,21 +14,19 @@ |
15 | 15 | Editors are established users that can spot-check revisions to pages.', |
16 | 16 | 'validationstatistics-time' => '\'\'The following data was last updated on $5 at $6.\'\' |
17 | 17 | |
18 | | -Revisions that have been reviewed and accepted by established users are marked as "accepted". |
| 18 | +Edits that have been checked by established users are considered to be reviewed. |
19 | 19 | |
20 | | -\'\'Non-reviewer accounts\'\' are accounts that do not yet have the ability to review and accept new revisions. This currently is comprised of anonymous users and users with new accounts. |
21 | | - |
22 | | -The average wait for revisions by \'\'non-reviewer accounts\'\' to be reviewed is \'\'\'$1\'\'\'; the median is \'\'\'$3\'\'\'. |
| 20 | +The average wait for edits by \'\'users that have not logged in\'\' to be reviewed is \'\'\'$1\'\'\'; the median is \'\'\'$3\'\'\'. |
23 | 21 | $4 |
24 | | -The average wait for [[Special:OldReviewedPages|pages with pending revisions]] is \'\'\'$2\'\'\'. |
25 | | -These pages are considered \'\'outdated\'\'. Likewise, pages are considered \'\'fully reviewed\'\' if there are no pending revisions. |
26 | | -The latest accepted version of a page is the newest revision that has been reviewed and accepted by established users. This page will show by default to all readers.', |
| 22 | +The average lag for [[Special:OldReviewedPages|pages with unreviewed edits pending]] is \'\'\'$2\'\'\'. |
| 23 | +These pages are considered \'\'outdated\'\'. Likewise, pages are considered \'\'synchronized\'\' if there are no edits pending review. |
| 24 | +The accepted version of a page is the newest revision that has been approved to show by default to all readers.', |
27 | 25 | 'validationstatistics-table' => "Statistics for each namespace are shown below, ''excluding'' redirect pages.", |
28 | 26 | 'validationstatistics-ns' => 'Namespace', |
29 | 27 | 'validationstatistics-total' => 'Pages', |
30 | | - 'validationstatistics-stable' => 'Under flagged protection (pct of all articles)', |
31 | | - 'validationstatistics-latest' => 'Fully reviewed', |
32 | | - 'validationstatistics-synced' => 'Fully reviewed of all flagged protection', |
| 28 | + 'validationstatistics-stable' => 'Reviewed', |
| 29 | + 'validationstatistics-latest' => 'Synced', |
| 30 | + 'validationstatistics-synced' => 'Synced/Reviewed', |
33 | 31 | 'validationstatistics-old' => 'Outdated', |
34 | 32 | 'validationstatistics-utable' => 'Below is the list of top 5 reviewers in the last hour.', |
35 | 33 | 'validationstatistics-user' => 'User', |
— | — | @@ -461,13 +459,13 @@ |
462 | 460 | $messages['en-gb'] = array( |
463 | 461 | 'validationstatistics-time' => "''The following data was last updated on $5 at $6.'' |
464 | 462 | |
465 | | -Edits that have been reviewed and accepted by established users are marked as \"accepted\". |
| 463 | +Edits that have been checked by established users are considered to be reviewed. |
466 | 464 | |
467 | 465 | The average wait for edits by ''users that have not logged in'' to be reviewed is '''$1'''; the median is '''$3'''. |
468 | 466 | $4 |
469 | 467 | The average lag for [[Special:OldReviewedPages|pages with unreviewed edits pending]] is '''$2'''. |
470 | 468 | These pages are considered ''outdated''. Likewise, pages are considered ''synchronised'' if there are no edits pending review. |
471 | | -The latest accepted version of a page is the newest revision that has been reviewed and accepted by established users. This page will show by default to all readers.", |
| 469 | +The accepted version of a page is the newest revision that has been approved to show by default to all readers.", |
472 | 470 | ); |
473 | 471 | |
474 | 472 | /** Esperanto (Esperanto) |
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php |
— | — | @@ -18,20 +18,20 @@ |
19 | 19 | $messages['en'] = array( |
20 | 20 | 'action-review' => 'review revisions', |
21 | 21 | 'editor' => 'Editor', |
22 | | - 'flaggedrevs' => 'Flagged protection', |
23 | | - 'flaggedrevs-backlog' => 'There is currently a backlog of [[Special:OldReviewedPages|pending revisions]] to reviewed pages. \'\'\'Your attention is needed!\'\'\'', |
24 | | - 'flaggedrevs-watched-pending' => 'There are currently [{{fullurl:{{#Special:OldReviewedPages}}|watched=1}} pending revisions] to reviewed pages on your watchlist. \'\'\'Your attention is needed!\'\'\'', |
25 | | - 'flaggedrevs-desc' => 'Gives autoconfirmed users the ability to review and accept page revisions prior to display', |
| 22 | + 'flaggedrevs' => 'Flagged Revisions', |
| 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!\'\'\'', |
| 25 | + 'flaggedrevs-desc' => 'Gives Editors and Reviewers 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 | | - 'prefs-flaggedrevs' => 'Flagged protection', |
31 | | - 'prefs-flaggedrevs-ui' => 'Flagged protection', |
32 | | - 'flaggedrevs-prefs-stable' => 'Always show the accepted revision of a page by default (if there is one)', |
| 30 | + 'prefs-flaggedrevs' => 'Edit review', |
| 31 | + 'prefs-flaggedrevs-ui' => 'Edit review', |
| 32 | + 'flaggedrevs-prefs-stable' => 'Always show the accepted version of content pages by default (if there is one)', |
33 | 33 | 'flaggedrevs-prefs-watch' => 'Add pages I review to my watchlist', |
34 | | - 'flaggedrevs-prefs-editdiffs' => 'Show the difference between the latest accepted version and the latest pending revision when editing pages', |
35 | | - 'flaggedrevs-prefs-viewdiffs' => 'Show the difference between the latest accepted version and the latest pending revision when viewing the latest pending revision', |
| 34 | + 'flaggedrevs-prefs-editdiffs' => 'Show the pending changes diff when editing pages', |
| 35 | + 'flaggedrevs-prefs-viewdiffs' => 'Show the pending changes diff when viewing the latest pending revision', |
36 | 36 | 'group-editor' => 'Editors', |
37 | 37 | 'group-editor-member' => 'editor', |
38 | 38 | 'group-reviewer' => 'Reviewers', |
— | — | @@ -41,49 +41,49 @@ |
42 | 42 | 'group-autoreview' => 'Autochecked users', |
43 | 43 | 'group-autoreview-member' => 'autochecked users', |
44 | 44 | 'grouppage-autoreview' => '{{ns:project}}:Autochecked users', |
45 | | - 'revreview-hist-draft' => 'pending revision', |
| 45 | + 'revreview-hist-draft' => 'unchecked revision', |
46 | 46 | 'revreview-hist-quality' => 'quality revision', |
47 | | - 'revreview-hist-basic' => 'accepted revision', |
48 | | - 'revreview-hist-quality-user' => '[{{fullurl:$1|stableid=$2}} accepted for quality] by [[User:$3|$3]]', |
49 | | - 'revreview-hist-basic-user' => '[{{fullurl:$1|stableid=$2}} accepted] by [[User:$3|$3]]', |
50 | | - 'revreview-hist-basic-auto' => '[{{fullurl:$1|stableid=$2}} automatically accepted]', |
51 | | - 'revreview-hist-quality-auto' => '[{{fullurl:$1|stableid=$2}} automatically accepted for quality]', |
| 47 | + 'revreview-hist-basic' => 'checked revision', |
| 48 | + 'revreview-hist-quality-user' => '[{{fullurl:$1|stableid=$2}} approved] by [[User:$3|$3]]', |
| 49 | + 'revreview-hist-basic-user' => '[{{fullurl:$1|stableid=$2}} checked] by [[User:$3|$3]]', |
| 50 | + 'revreview-hist-basic-auto' => '[{{fullurl:$1|stableid=$2}} automatically checked]', |
| 51 | + 'revreview-hist-quality-auto' => '[{{fullurl:$1|stableid=$2}} automatically approved]', |
52 | 52 | 'revreview-hist-pending' => '\'\'\'[[{{fullurl:$1|oldid=$2&diff=$3}} pending review]]\'\'\'', |
53 | | - 'review-edit-diff' => '\'\'\'The edit form below includes changes that have not yet been accepted.\'\'\'', |
| 53 | + 'review-edit-diff' => '\'\'\'NOTICE: Some pending changes to the accepted version are incorporated into the edit form below.\'\'\'', |
54 | 54 | 'revreview-diff-toggle-show' => 'show changes', |
55 | 55 | 'revreview-diff-toggle-hide' => 'hide changes', |
56 | | - 'revreview-diff-toggle-title' => 'Toggle display of pending revisions to the latest accepted revision', |
57 | | - 'revreview-log-toggle-show' => 'show flagged protection log', |
58 | | - 'revreview-log-toggle-hide' => 'hide flagged protection log', |
| 56 | + 'revreview-diff-toggle-title' => 'Toggle display of pending changes to the accepted version', |
| 57 | + 'revreview-log-toggle-show' => 'show stability log', |
| 58 | + 'revreview-log-toggle-hide' => 'hide stability log', |
59 | 59 | 'revreview-log-toggle-title' => 'Toggle display of stability settings log', |
60 | 60 | 'revreview-log-details-show' => 'show details', |
61 | 61 | 'revreview-log-details-hide' => 'hide details', |
62 | | - 'revreview-log-details-title' => 'Toggle display of flagged protection log', |
63 | | - 'review-diff2stable' => 'View all pending revisions', |
64 | | - 'review-logentry-app' => 'reviewed a revision of [[$1]]', |
65 | | - 'review-logentry-dis' => 'deprecated a revision of [[$1]]', |
| 62 | + 'revreview-log-details-title' => 'Toggle display of stability settings log', |
| 63 | + 'review-diff2stable' => 'View all pending changes', |
| 64 | + 'review-logentry-app' => 'reviewed a version of [[$1]]', |
| 65 | + 'review-logentry-dis' => 'deprecated a version of [[$1]]', |
66 | 66 | 'review-logentry-id' => 'revision: $2', |
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 the review status for pages under [[{{MediaWiki:Validationpage}}|Flagged protection]].', |
| 70 | + 'review-logpagetext' => 'This is a log of changes to revisions\' [[{{MediaWiki:Validationpage}}|approval]] status for content pages.', |
71 | 71 | 'reviewer' => 'Reviewer', |
72 | 72 | 'revisionreview' => 'Review revisions', |
73 | 73 | 'revreview-accuracy' => 'Accuracy', |
74 | | - 'revreview-accuracy-0' => 'Unaccepted', |
| 74 | + 'revreview-accuracy-0' => 'Inadequate', |
75 | 75 | 'revreview-accuracy-1' => 'Sighted', |
76 | 76 | 'revreview-accuracy-2' => 'Accurate', |
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}}|latest accepted revision]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. |
81 | | -There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|revision|revisions}}] awaiting review.', |
82 | | - 'revreview-basic-i' => 'This is the [[{{MediaWiki:Validationpage}}|latest accepted revision]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. |
| 80 | + 'revreview-basic' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>. |
| 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>. |
83 | 83 | There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.', |
84 | | - 'revreview-basic-old' => 'This is a [[{{MediaWiki:Validationpage}}|accepted]] version ([{{fullurl:{{#Special:ReviewedVersions}}|page={{FULLPAGENAMEE}}}} list all]), [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. |
| 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}}|latest accepted revision]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>.', |
87 | | - 'revreview-basic-source' => 'An [{{fullurl:{{FULLPAGENAMEE}}|stableid=$1}} accepted version] of this page, [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>, was based off this revision.', |
| 86 | + 'revreview-basic-same' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} checked] on <i>$2</i>.', |
| 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]].\'\'\' |
90 | 90 | |
— | — | @@ -101,21 +101,20 @@ |
102 | 102 | 'review_denied' => 'Permission denied.', |
103 | 103 | 'review_param_missing' => 'A parameter is missing or invalid.', |
104 | 104 | |
105 | | - |
106 | | - 'revreview-current' => 'Pending revisions', |
| 105 | + 'revreview-current' => 'Pending changes', |
107 | 106 | 'revreview-depth' => 'Depth', |
108 | | - 'revreview-depth-0' => 'Unaccepted', |
| 107 | + 'revreview-depth-0' => 'Inadequate', |
109 | 108 | 'revreview-depth-1' => 'Basic', |
110 | 109 | 'revreview-depth-2' => 'Moderate', |
111 | 110 | 'revreview-depth-3' => 'High', |
112 | 111 | 'revreview-depth-4' => 'Featured', |
113 | | - 'revreview-draft-title' => 'Pending revisions are displayed on this page', |
| 112 | + 'revreview-draft-title' => 'Pending changes are displayed on this page', |
114 | 113 | 'revreview-edit' => 'Edit', |
115 | | - 'revreview-editnotice' => '\'\'\'Thank you for contributing to Wikipedia! Your revision will be reviewed shortly ([[{{MediaWiki:Validationpage}}|?]])\'\'\'', |
116 | | - 'revreview-check-flag' => 'Accept currently pending revisions', |
117 | | - 'revreview-edited' => '\'\'\'Thank you for contributing to Wikipedia! Your revision will be reviewed shortly ([[{{MediaWiki:Validationpage}}|?]])\'\'\' |
| 114 | + 'revreview-editnotice' => '\'\'\'Your changes will be accepted once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|?]])\'\'\'', |
| 115 | + 'revreview-check-flag' => 'Accept currently pending changes', |
| 116 | + 'revreview-edited' => '\'\'\'Changes will be accepted once an authorized user reviews them. ([[{{MediaWiki:Validationpage}}|?]])\'\'\' |
118 | 117 | |
119 | | -There {{PLURAL:$2|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|revision|revisions}}] \'\'(shown below)\'\' awaiting review.', |
| 118 | +There {{PLURAL:$2|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}] \'\'(shown below)\'\' awaiting review.', |
120 | 119 | 'revreview-edited-section' => 'Return to page section named "[[#$1|$2]]".', |
121 | 120 | 'revreview-flag' => 'Review this revision', |
122 | 121 | 'revreview-reflag' => 'Re-review this revision', |
— | — | @@ -125,42 +124,42 @@ |
126 | 125 | 'revreview-main' => 'You must select a particular revision of a content page in order to review. |
127 | 126 | |
128 | 127 | See the [[Special:Unreviewedpages|list of unreviewed pages]].', |
129 | | - 'revreview-newest-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|revision|revisions}}] awaiting review.', |
130 | | - 'revreview-newest-basic-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.', |
131 | | - 'revreview-newest-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted for quality] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|revision|revisions}}] awaiting review.', |
132 | | - 'revreview-newest-quality-i' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest 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.', |
133 | | - 'revreview-pending-basic' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest accepted version] was [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} accepted] on <i>$2</i>. There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|revision|revisions}}] awaiting review.', |
134 | | - 'revreview-pending-quality' => 'The [{{fullurl:{{FULLPAGENAMEE}}|stable=1}} latest 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|revision|revisions}}] awaiting review.', |
| 128 | + '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.', |
| 129 | + '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.', |
| 130 | + '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.', |
| 131 | + '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.', |
| 132 | + '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.', |
| 133 | + '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.', |
135 | 134 | 'revreview-pending-nosection' => 'Try viewing the [{{fullurl:{{FULLPAGENAMEE}}|stable=0}} latest revision], which includes |
136 | | -[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|revision|revisions}}], to see if the section was moved or deleted.', |
137 | | - 'revreview-noflagged' => 'There are no [[{{MediaWiki:Validationpage}}|accepted]] revisions of this page, so it may \'\'\'not\'\'\' have been [[{{MediaWiki:Validationpage}}|reviewed]] for quality.', |
| 135 | +[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $2 pending {{PLURAL:$2|change|changes}}], to see if the section was moved or deleted.', |
| 136 | + 'revreview-noflagged' => 'There are no [[{{MediaWiki:Validationpage}}|reviewed]] revisions of this page, so it may \'\'\'not\'\'\' have been [[{{MediaWiki:Validationpage}}|checked]] for quality.', |
138 | 137 | 'revreview-note' => '[[User:$1|$1]] made the following notes [[{{MediaWiki:Validationpage}}|reviewing]] this revision:', |
139 | 138 | 'revreview-notes' => 'Observations or notes to display:', |
140 | 139 | 'revreview-oldrating' => 'It was rated:', |
141 | 140 | 'revreview-quality' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. |
142 | | -There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|revision|revisions}}] awaiting review.', |
| 141 | +There {{PLURAL:$3|is|are}} [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} $3 pending {{PLURAL:$3|change|changes}}] awaiting review.', |
143 | 142 | 'revreview-quality-i' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>. |
144 | 143 | There are [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} template/file changes] awaiting review.', |
145 | 144 | '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>. |
146 | 145 | New [{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} changes] may have been made.', |
147 | | - 'revreview-quality-same' => 'This is the [[{{MediaWiki:Validationpage}}|accepted revision]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.', |
| 146 | + 'revreview-quality-same' => 'This is the [[{{MediaWiki:Validationpage}}|accepted version]], [{{fullurl:{{#Special:Log}}|type=review&page={{FULLPAGENAMEE}}}} approved] on <i>$2</i>.', |
148 | 147 | '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.', |
149 | 148 | 'revreview-quality-title' => 'This is a quality version of this page', |
150 | | - 'revreview-quick-basic' => '\'\'\'[[{{MediaWiki:Validationpage}}|Accepted]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending revisions]]', |
151 | | - 'revreview-quick-basic-old' => '\'\'\'[[{{MediaWiki:Validationpage}}|Accepted]]\'\'\'', |
152 | | - 'revreview-quick-basic-same' => '\'\'\'[[{{MediaWiki:Validationpage}}|Accepted]]\'\'\'', |
| 149 | + 'revreview-quick-basic' => '\'\'\'[[{{MediaWiki:Validationpage}}|Checked]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]', |
| 150 | + 'revreview-quick-basic-old' => '\'\'\'[[{{MediaWiki:Validationpage}}|Checked]]\'\'\'', |
| 151 | + 'revreview-quick-basic-same' => '\'\'\'[[{{MediaWiki:Validationpage}}|Checked]]\'\'\'', |
153 | 152 | 'revreview-quick-invalid' => '\'\'\'Invalid revision ID\'\'\'', |
154 | | - 'revreview-quick-none' => '\'\'\'[[{{MediaWiki:Validationpage}}|Unaccepted]]\'\'\'', |
155 | | - 'revreview-quick-quality' => '\'\'\'[[{{MediaWiki:Validationpage}}|Quality]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending revisions]]', |
| 153 | + 'revreview-quick-none' => '\'\'\'[[{{MediaWiki:Validationpage}}|Unchecked]]\'\'\'', |
| 154 | + 'revreview-quick-quality' => '\'\'\'[[{{MediaWiki:Validationpage}}|Quality]]\'\'\' [[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]', |
156 | 155 | 'revreview-quick-quality-old' => '\'\'\'[[{{MediaWiki:Validationpage}}|Quality]]\'\'\'', |
157 | 156 | 'revreview-quick-quality-same' => '\'\'\'[[{{MediaWiki:Validationpage}}|Quality]]\'\'\'', |
158 | | - 'revreview-quick-see-basic' => '[[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending revisions]]', |
159 | | - 'revreview-quick-see-quality' => '[[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending revisions]]', |
| 157 | + 'revreview-quick-see-basic' => '[[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]', |
| 158 | + 'revreview-quick-see-quality' => '[[{{fullurl:{{FULLPAGENAMEE}}|oldid=$1&diff=cur&diffonly=0}} review pending changes]]', |
160 | 159 | 'revreview-selected' => 'Selected revision of \'\'\'$1:\'\'\'', |
161 | 160 | 'revreview-source' => 'View source', |
162 | | - 'revreview-basic-title' => 'This is an accepted version of this page', |
163 | | - '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}} latest accepted revision] of this page.', |
164 | | - 'revreview-stable2' => 'You may want to view the [{{fullurl:$1|stable=1}} latest accepted revision] of this page.', |
| 161 | + 'revreview-basic-title' => 'This is a checked version of this page', |
| 162 | + '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.', |
| 163 | + 'revreview-stable2' => 'You may want to view the [{{fullurl:$1|stable=1}} accepted version] of this page.', |
165 | 164 | 'revreview-style' => 'Readability', |
166 | 165 | 'revreview-style-0' => 'Inadequate', |
167 | 166 | 'revreview-style-1' => 'Acceptable', |
— | — | @@ -168,14 +167,14 @@ |
169 | 168 | 'revreview-style-3' => 'Concise', |
170 | 169 | 'revreview-style-4' => 'Featured', |
171 | 170 | 'revreview-submit' => 'Submit', |
| 171 | + 'revreview-submitting' => 'Submitting...', |
172 | 172 | 'revreview-submit-review' => 'Accept', |
173 | 173 | 'revreview-submit-unreview' => 'Unaccept', |
174 | | - 'revreview-submitting' => 'Submitting...', |
175 | 174 | 'revreview-submit-reviewed' => 'Done. Accepted!', |
176 | 175 | 'revreview-submit-unreviewed' => 'Done. Unaccepted!', |
177 | 176 | 'revreview-successful' => '\'\'\'Revision of [[:$1|$1]] successfully flagged. ([{{fullurl:{{#Special:ReviewedVersions}}|page=$2}} view reviewed versions])\'\'\'', |
178 | 177 | 'revreview-successful2' => '\'\'\'Revision of [[:$1|$1]] successfully unflagged.\'\'\'', |
179 | | - 'revreview-text' => '\'\'[[{{MediaWiki:Validationpage}}|Accepted revisions]] are all pages that have historically been marked as accepted. The latest accepted revision is shown to most users.\'\'', |
| 178 | + 'revreview-text' => '\'\'[[{{MediaWiki:Validationpage}}|Reviewed versions]] are checked versions of pages used to determine the accepted version.\'\'', |
180 | 179 | 'revreview-toggle-show' => '(+)', |
181 | 180 | 'revreview-toggle-hide' => '(-)', |
182 | 181 | 'revreview-toggle-title' => 'show/hide details', |
— | — | @@ -184,40 +183,42 @@ |
185 | 184 | To remove the review status of a revision, set \'\'all\'\' fields to "inadequate". |
186 | 185 | |
187 | 186 | Please hit the "back" button in your browser and try again.', |
188 | | - 'revreview-update' => 'Please [[{{MediaWiki:Validationpage}}|review]] the pending revision below.', |
189 | | - 'revreview-update-edited' => '<span class="flaggedrevs_important">Your changes have not yet been accepted.</span> |
| 187 | + 'revreview-update' => '\'\'\'Please [[{{MediaWiki:Validationpage}}|review]] any pending changes \'\'(shown below)\'\' made to the accepted version.\'\'\' |
| 188 | + You may first need to follow-up on or "undo" edits.', |
| 189 | + 'revreview-update-edited' => '<span class="flaggedrevs_important">Your changes have not yet been accepted. There are previous edits pending review.</span> |
190 | 190 | |
191 | | -There are pending revisions awaiting review. To display your changes to all readers, please review all of the changes shown below. You may first need to follow-up on or "undo" edits.', |
| 191 | +Please review all the changes shown below to make your edits accepted. |
| 192 | +You may first need to follow-up on or "undo" edits.', |
192 | 193 | 'revreview-update-includes' => '\'\'\'Some templates/files were updated:\'\'\'', |
193 | | - 'revreview-update-use' => '\'\'\'NOTE:\'\'\' The accepted revision of each of these templates/files is included in the accepted of this page.', |
194 | | - 'revreview-visibility' => '\'\'\'This page has an updated [[{{MediaWiki:Validationpage}}|accepted revision]]; Flagged protection settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
195 | | - 'revreview-visibility2' => '\'\'\'This page has an outdated [[{{MediaWiki:Validationpage}}|accepted revision]]; Flagged protection settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
196 | | - 'revreview-visibility3' => '\'\'\'This page does not have a [[{{MediaWiki:Validationpage}}|accepted revision]]; Flagged protection settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
| 194 | + 'revreview-update-use' => '\'\'\'NOTE:\'\'\' The accepted version of each of these templates/files is used in the accepted version of this page.', |
| 195 | + 'revreview-visibility' => '\'\'\'This page has an updated [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
| 196 | + 'revreview-visibility2' => '\'\'\'This page has an outdated [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
| 197 | + 'revreview-visibility3' => '\'\'\'This page does not have an [[{{MediaWiki:Validationpage}}|accepted version]]; page stability settings can be [{{fullurl:{{#Special:Stabilization}}|page={{FULLPAGENAMEE}}}} configured].\'\'\'', |
197 | 198 | 'revreview-revnotfound' => 'The old version of the page you asked for could not be found. |
198 | 199 | Please check the URL you used to access this page.', |
199 | | - 'right-autoreview' => 'Have one\'s own edits automatically marked as "accepted"', |
200 | | - 'right-movestable' => 'Move accepted pages', |
201 | | - 'right-review' => 'Mark revisions as being "accepted"', |
202 | | - 'right-stablesettings' => 'Configure how the latest accepted version is selected and displayed', |
| 200 | + 'right-autoreview' => 'Have one\'s own edits automatically marked as "checked"', |
| 201 | + 'right-movestable' => 'Move pages with accepted versions', |
| 202 | + 'right-review' => 'Mark revisions as being "checked"', |
| 203 | + 'right-stablesettings' => 'Configure how the accepted version is selected and displayed', |
203 | 204 | 'right-validate' => 'Mark revisions as being "quality"', |
204 | 205 | 'right-unreviewedpages' => 'View the [[Special:UnreviewedPages|list of unreviewed pages]]', |
205 | 206 | 'rights-editor-autosum' => 'autopromoted', |
206 | 207 | 'rights-editor-revoke' => 'removed editor status from [[$1]]', # B/C |
207 | | - 'specialpages-group-quality' => 'Flagged protection', |
208 | | - 'stable-logentry-config' => 'configured Pending Revision settings for [[$1]]', |
| 208 | + 'specialpages-group-quality' => 'Edit review', |
| 209 | + 'stable-logentry-config' => 'set acceptance settings for $1', |
209 | 210 | 'stable-logentry-modify' => 'changed acceptance settings for $1', |
210 | | - 'stable-logentry-reset' => 'reset Pending Revision settings for [[$1]]', |
211 | | - 'stable-log-restriction' => 'Accept: require "$1" permission', |
212 | | - 'stable-logpage' => 'Flagged protection log', |
213 | | - 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|Flagged protection]] configuration of pages.', |
| 211 | + 'stable-logentry-reset' => 'reset acceptance settings for $1', |
| 212 | + 'stable-log-restriction' => 'Auto-accept: requires "$1" permission', |
| 213 | + 'stable-logpage' => 'Stability log', |
| 214 | + 'stable-logpagetext' => 'This is a log of changes to the [[{{MediaWiki:Validationpage}}|accepted version]] configuration of content pages.', |
214 | 215 | |
215 | 216 | 'revreview-filter-all' => 'all', |
216 | 217 | 'revreview-filter-stable' => 'accepted', |
217 | 218 | |
218 | 219 | 'revreview-statusfilter' => 'Review action:', |
219 | | - 'revreview-filter-approved' => 'Accepted', |
220 | | - 'revreview-filter-reapproved' => 'Reaccepted', |
221 | | - 'revreview-filter-unapproved' => 'Unaccepted', |
| 220 | + 'revreview-filter-approved' => 'Approved', |
| 221 | + 'revreview-filter-reapproved' => 'Re-approved', |
| 222 | + 'revreview-filter-unapproved' => 'De-approved', |
222 | 223 | |
223 | 224 | 'revreview-typefilter' => 'Type:', |
224 | 225 | 'revreview-filter-auto' => 'Automatic', |
— | — | @@ -226,7 +227,7 @@ |
227 | 228 | 'revreview-levelfilter' => 'Level:', |
228 | 229 | 'revreview-precedencefilter' => 'Precedence:', |
229 | 230 | 'revreview-lev-all' => 'any', |
230 | | - 'revreview-lev-basic' => 'accepted', |
| 231 | + 'revreview-lev-basic' => 'checked', |
231 | 232 | 'revreview-lev-quality' => 'quality', |
232 | 233 | 'revreview-lev-pristine' => 'pristine', |
233 | 234 | |
— | — | @@ -239,26 +240,23 @@ |
240 | 241 | 'revreview-restriction-any' => 'any', |
241 | 242 | 'revreview-restriction-none' => 'none', |
242 | 243 | |
243 | | - 'revreview-reviewlink' => 'pending revisions', |
244 | | - 'revreview-reviewlink-title' => 'View diff of all pending revisions', |
| 244 | + 'revreview-reviewlink' => 'pending edits', |
| 245 | + 'revreview-reviewlink-title' => 'View diff of all pending changes', |
245 | 246 | 'revreview-unreviewedpage' => 'unchecked page', |
246 | 247 | |
247 | 248 | 'tooltip-ca-current' => 'View this page with pending changes', |
248 | | - 'tooltip-ca-stable' => 'View the accepted revision of this page', |
| 249 | + 'tooltip-ca-stable' => 'View the accepted version of this page', |
249 | 250 | 'tooltip-ca-default' => 'Quality assurance settings', |
250 | 251 | |
251 | | - 'flaggedrevs-protect-legend' => 'Flagged protection ([[{{MediaWiki:Validationpage}}|?]])', |
252 | | - 'flaggedrevs-protect-none' => 'Accept revisions from all users automatically', |
| 252 | + 'flaggedrevs-protect-legend' => 'Automatic edit acceptance ([[{{MediaWiki:Validationpage}}|?]])', |
| 253 | + 'flaggedrevs-protect-none' => 'Allow all users', |
253 | 254 | 'flaggedrevs-protect-basic' => 'Default settings', |
254 | | - 'flaggedrevs-protect-autoconfirmed' => 'Require review for revisions from new and unregistered users', |
255 | | - 'flaggedrevs-protect-review' => 'Require review for revisions from everyone except Reviewers', |
256 | 255 | |
| 256 | + 'revreview-locked-title' => 'Edits must be reviewed before being accepted on this page.', |
| 257 | + 'revreview-unlocked-title' => 'Edits do not require review before being accepted on this page.', |
| 258 | + 'revreview-locked' => '\'\'\'Note:\'\'\' Edits must be [[{{MediaWiki:Validationpage}}|reviewed]] before being accepted on this page.', |
| 259 | + 'revreview-unlocked' => '\'\'\'Note:\'\'\' Edits do not require [[{{MediaWiki:Validationpage}}|review]] before being accepted on this page.', |
257 | 260 | |
258 | | - 'revreview-locked-title' => 'Edits must be reviewed before being displayed on this page.', |
259 | | - 'revreview-unlocked-title' => 'Edits do not require review before being displayed on this page.', |
260 | | - 'revreview-locked' => '\'\'\'Note:\'\'\' Edits to this page are subject to review ([[{{MediaWiki:Validationpage}}|help]]).', |
261 | | - 'revreview-unlocked' => '\'\'\'Note:\'\'\' Edits to this page are not subject to review ([[{{MediaWiki:Validationpage}}|help]])', |
262 | | - |
263 | 261 | 'revreview-ak-review' => 's', # do not translate or duplicate this message to other languages |
264 | 262 | 'accesskey-ca-current' => 'v', # do not translate or duplicate this message to other languages |
265 | 263 | 'accesskey-ca-stable' => 'c', # do not translate or duplicate this message to other languages |
— | — | @@ -266,9 +264,9 @@ |
267 | 265 | 'log-show-hide-review' => '$1 review log', |
268 | 266 | |
269 | 267 | 'revreview-tt-review' => 'Apply this status to this revision', |
270 | | - 'revreview-tt-flag' => 'Accept this revision by marking it as accepted', |
271 | | - 'revreview-tt-unflag' => 'Unaccept this revision by marking it as unaccepted', |
272 | | - 'validationpage' => '{{ns:help}}:Flagged protection', |
| 268 | + 'revreview-tt-flag' => 'Accept this revision by marking it as "checked"', |
| 269 | + 'revreview-tt-unflag' => 'Unaccept this revision by marking it as "unchecked"', |
| 270 | + 'validationpage' => '{{ns:help}}:Page validation', |
273 | 271 | ); |
274 | 272 | |
275 | 273 | /** Message documentation (Message documentation) |
— | — | @@ -298,7 +296,7 @@ |
299 | 297 | {{Identical|Editor}}', |
300 | 298 | 'flaggedrevs' => '{{Flagged Revs}} |
301 | 299 | General title for the [[Translating:Flagged Revs extension|Flagged Revs]] extension. |
302 | | -* "flagged" in the sense of "has been seen, has been accepted"', |
| 300 | +* "flagged" in the sense of "has been seen, has been checked"', |
303 | 301 | 'flaggedrevs-backlog' => '{{Flagged Revs}}', |
304 | 302 | 'flaggedrevs-watched-pending' => '{{FlaggedRevs}} |
305 | 303 | Appears on top of watchlist and recent changes.', |
— | — | @@ -508,9 +506,9 @@ |
509 | 507 | 'revreview-visibility' => '{{Flagged Revs-small}} |
510 | 508 | Appears above the protection form when the current version of the page is the stable version; otherwise {{msg-mw|revreview-visibility2}} or {{msg-mw|revreview-visibility3}} is shown.', |
511 | 509 | 'revreview-visibility2' => '{{Flagged Revs-small}} |
512 | | -Appears on top of the protection form when the latest version is not the accepted version; otherwise {{msg-mw|revreview-visibility}} or {{msg-mw|revreview-visibility3}} is shown.', |
| 510 | +Appears on top of the protection form when the current version is not the stable version; otherwise {{msg-mw|revreview-visibility}} or {{msg-mw|revreview-visibility3}} is shown.', |
513 | 511 | 'revreview-visibility3' => '{{Flagged Revs-small}} |
514 | | -Appears on top of the protection form when the page has no accepted revision at all; otherwise {{msg-mw|revreview-visibility}} or {{msg-mw|revreview-visibility2}} is shown.', |
| 512 | +Appears on top of the protection form when the page has no stable version at all; otherwise {{msg-mw|revreview-visibility}} or {{msg-mw|revreview-visibility2}} is shown.', |
515 | 513 | 'revreview-revnotfound' => '{{Flagged Revs}}', |
516 | 514 | 'right-autoreview' => '{{Flagged Revs}} |
517 | 515 | |
— | — | @@ -3542,6 +3540,11 @@ |
3543 | 3541 | 'validationpage' => '{{ns:help}}:Επικύρωση σελίδας', |
3544 | 3542 | ); |
3545 | 3543 | |
| 3544 | +/** British English (British English) */ |
| 3545 | +$messages['en-gb'] = array( |
| 3546 | + 'flaggedrevs-desc' => 'Gives editors and reviewers the ability to validate revisions and stabilise pages', |
| 3547 | +); |
| 3548 | + |
3546 | 3549 | /** Esperanto (Esperanto) |
3547 | 3550 | * @author ArnoLagrange |
3548 | 3551 | * @author Castelobranco |