Index: trunk/extensions/FlaggedRevs/language/Stabilization.i18n.php |
— | — | @@ -16,11 +16,7 @@ |
17 | 17 | Here are the current settings for [[:$1|$1]]:', |
18 | 18 | 'stabilization-page' => 'Page name:', |
19 | 19 | 'stabilization-leg' => 'Confirm stable version settings', |
20 | | - 'stabilization-select' => 'Stable version selection precedence', |
21 | | - 'stabilization-select1' => 'Latest quality version; then latest sighted one', |
22 | | - 'stabilization-select2' => 'Latest checked version', |
23 | | - 'stabilization-select3' => 'Latest pristine version; then latest quality one; then latest sighted one', |
24 | | - 'stabilization-def' => 'Revision displayed on default page view', |
| 20 | + 'stabilization-def' => 'Revision displayed on default page view', |
25 | 21 | 'stabilization-def1' => 'The stable version; if not present, then the latest revision', |
26 | 22 | 'stabilization-def2' => 'The latest revision', |
27 | 23 | 'stabilization-restrict' => 'Review/auto-review restrictions', |
— | — | @@ -34,17 +30,12 @@ |
35 | 31 | 'stabilization-otherreason' => 'Other reason:', |
36 | 32 | 'stabilization-expiry' => 'Expires:', |
37 | 33 | 'stabilization-othertime' => 'Other time:', |
38 | | - 'stabilization-sel-short' => 'Precedence', |
39 | | - 'stabilization-sel-short-0' => 'Quality', |
40 | | - 'stabilization-sel-short-1' => 'None', |
41 | | - 'stabilization-sel-short-2' => 'Pristine', |
42 | 34 | 'stabilization-def-short' => 'Default', |
43 | 35 | 'stabilization-def-short-0' => 'Current', |
44 | 36 | 'stabilization-def-short-1' => 'Stable', |
45 | 37 | 'stabilize_page_invalid' => 'The target page title is invalid.', |
46 | 38 | 'stabilize_page_notexists' => 'The target page does not exist.', |
47 | 39 | 'stabilize_page_unreviewable' => 'The target page is not in reviewable namespace.', |
48 | | - 'stabilize_invalid_precedence' => 'Invalid version precedence.', |
49 | 40 | 'stabilize_invalid_autoreview' => 'Invalid autoreview restriction.', |
50 | 41 | 'stabilize_invalid_level' => 'Invalid protection level.', |
51 | 42 | 'stabilize_expiry_invalid' => 'Invalid expiration date.', |
Index: trunk/extensions/FlaggedRevs/language/ConfiguredPages.i18n.php |
— | — | @@ -14,10 +14,6 @@ |
15 | 15 | Some settings might change which version is displayed to readers or further restrict who can make edits that do not require review.', |
16 | 16 | 'configuredpages-none' => 'There are no pages in this list.', |
17 | 17 | 'configuredpages-config' => 'Configuration', |
18 | | - 'configuredpages-precedence' => 'Precedence:', |
19 | | - 'configuredpages-prec-none' => 'latest checked', |
20 | | - 'configuredpages-prec-quality' => 'latest quality', |
21 | | - 'configuredpages-prec-pristine' => 'latest pristine', |
22 | 18 | 'configuredpages-def-draft' => 'latest version', |
23 | 19 | 'configuredpages-def-stable' => 'stable version', |
24 | 20 | ); |
Index: trunk/extensions/FlaggedRevs/language/FlaggedRevs.i18n.php |
— | — | @@ -97,6 +97,7 @@ |
98 | 98 | 'review_bad_key' => 'Invalid inclusion parameter key.', |
99 | 99 | 'review_denied' => 'Permission denied.', |
100 | 100 | 'review_param_missing' => 'A parameter is missing or invalid.', |
| 101 | + 'review_cannot_undo' => 'Cannot undo these changes because further pending edits changed the same areas.', |
101 | 102 | |
102 | 103 | 'revreview-current' => 'Pending changes', |
103 | 104 | 'revreview-depth' => 'Depth', |
— | — | @@ -234,7 +235,6 @@ |
235 | 236 | 'revreview-filter-manual' => 'Manual', |
236 | 237 | |
237 | 238 | 'revreview-levelfilter' => 'Level:', |
238 | | - 'revreview-precedencefilter' => 'Precedence:', |
239 | 239 | 'revreview-lev-all' => 'any', |
240 | 240 | 'revreview-lev-basic' => 'checked', |
241 | 241 | 'revreview-lev-quality' => 'quality', |