X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=languages%2Fmessages%2FMessagesEn.php;h=c7d1ed010dbfa1ae23820e9e4f7e806366f98715;hb=a2e40f12f59ecbbbd82895c34aa46bc726d7a619;hp=b8c2405dce090942c8ca2e84fc16e20fcd7b6731;hpb=7790bcfdae1aadc0507e64ded5def399f6b89418;p=lhc%2Fweb%2Fwiklou.git diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b8c2405dce..c7d1ed010d 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1008,6 +1008,8 @@ Please report this to an [[Special:ListUsers/sysop|administrator]], making note 'cannotdelete' => 'The page or file "$1" could not be deleted. It may have already been deleted by someone else.', 'cannotdelete-title' => 'Cannot delete page "$1"', +'delete-hook-aborted' => 'Deletion aborted by hook. +It gave no explanation.', 'badtitle' => 'Bad title', 'badtitletext' => 'The requested page title was invalid, empty, or an incorrectly linked inter-language or inter-wiki title. It may contain one or more characters which cannot be used in titles.', @@ -4842,6 +4844,8 @@ Otherwise, you can use the easy form below. Your comment will be added to the pa 'api-error-emptypage' => 'Creating new, empty pages is not allowed.', 'api-error-fetchfileerror' => 'Internal error: Something went wrong while fetching the file.', 'api-error-file-too-large' => 'The file you submitted was too large.', +'api-error-fileexists-forbidden' => 'A file with name "$1" already exists, and cannot be overwritten.', +'api-error-fileexists-shared-forbidden' => 'A file with name "$1" already exists in the shared file repository, and cannot be overwritten.', 'api-error-filename-tooshort' => 'The filename is too short.', 'api-error-filetype-banned' => 'This type of file is banned.', 'api-error-filetype-missing' => 'The filename is missing an extension.',