From 757ab7b1b4dcaf05aa308f3ac5c01c79f52e0cac Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 30 Apr 2019 13:57:48 -0700 Subject: [PATCH] i18n: Drop img-auth-nologinnWL, unused AFAICT Change-Id: I8f9473e9c1350283e716ca5ba01b0d93810d95eb --- languages/i18n/en.json | 1 - languages/i18n/qqq.json | 1 - 2 files changed, 2 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index 430c64a247..9a8b4c6f5d 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1839,7 +1839,6 @@ "img-auth-nopathinfo": "Missing path information.\nYour server must be set up to pass the REQUEST_URI and/or PATH_INFO variables.\nIf it is, try enabling $wgUsePathInfo.\nSee https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Image_Authorization.", "img-auth-notindir": "Requested path is not in the configured upload directory.", "img-auth-badtitle": "Unable to construct a valid title from \"$1\".", - "img-auth-nologinnWL": "You are not logged in and \"$1\" is not in the whitelist.", "img-auth-nofile": "File \"$1\" does not exist.", "img-auth-isdir": "You are trying to access a directory \"$1\".\nOnly file access is allowed.", "img-auth-streaming": "Streaming \"$1\".", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index f702e7e4f4..35144806bf 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2046,7 +2046,6 @@ "img-auth-nopathinfo": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Missing PATH_INFO - see english description\n{{Doc-important|This is plain text. Do not use any wiki syntax.}}", "img-auth-notindir": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: When the specified path is not in upload directory.", "img-auth-badtitle": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Bad title, $1 is the invalid title", - "img-auth-nologinnWL": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Logged in and file not whitelisted. $1 is the file not in whitelist.", "img-auth-nofile": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Non existent file, $1 is the file that does not exist.", "img-auth-isdir": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Trying to access a directory instead of a file, $1 is the directory.", "img-auth-streaming": "[[mw:Manual:Image Authorization|Manual:Image Authorization]]: Is now streaming file specified by $1.", -- 2.20.1