diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2018-10-10 04:55:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2018-10-10 04:55:53 +0000 |
commit | 95bb2a6f0b669797afa4d1e557221048b7fb2c11 (patch) | |
tree | 092db25b5dcc6a8b009a60c08efb07afb5690667 /languages/i18n/en.json | |
parent | 6f418e4f522f06349c932925b53ba2bffd8c0251 (diff) | |
parent | ca9f1dabf3719c579fd117e7b9826a3269783e7e (diff) | |
download | mediawikicore-95bb2a6f0b669797afa4d1e557221048b7fb2c11.tar.gz mediawikicore-95bb2a6f0b669797afa4d1e557221048b7fb2c11.zip |
Merge "Use job queue for deletion of pages with many revisions"
Diffstat (limited to 'languages/i18n/en.json')
-rw-r--r-- | languages/i18n/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 1d7f3f53c690..ea6305423b61 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -334,6 +334,7 @@ "badarticleerror": "This action cannot be performed on this page.", "cannotdelete": "The page or file \"$1\" could not be deleted.\nIt may have already been deleted by someone else.", "cannotdelete-title": "Cannot delete page \"$1\"", + "delete-scheduled": "The page \"$1\" is scheduled for deletion.\nPlease be patient.", "delete-hook-aborted": "Deletion aborted by hook.\nIt gave no explanation.", "no-null-revision": "Could not create new null revision for page \"$1\"", "badtitle": "Bad title", @@ -2729,6 +2730,7 @@ "movepage-moved": "<strong>\"$1\" has been moved to \"$2\"</strong>", "movepage-moved-redirect": "A redirect has been created.", "movepage-moved-noredirect": "The creation of a redirect has been suppressed.", + "movepage-delete-first": "The target page has too many revisions to delete as part of a page move. Please first delete the page manually, then try again.", "articleexists": "A page of that name already exists, or the name you have chosen is not valid.\nPlease choose another name.", "cantmove-titleprotected": "You cannot move a page to this location because the new title has been protected from creation.", "movetalk": "Move associated talk page", |