From: This, that and the other Date: Sat, 26 Jul 2014 01:53:25 +0000 (+1000) Subject: Improving some import-related error messages X-Git-Tag: 1.31.0-rc.0~14740^2 X-Git-Url: http://git.cyclocoop.org/%22.htmlspecialchars%28%24url_syndic%29.%22?a=commitdiff_plain;h=f003c5322145b6e7c7bb9febe442e64dbdc2c113;p=lhc%2Fweb%2Fwiklou.git Improving some import-related error messages Present tense sounds stilted here. Change-Id: I69761486a584b48ccf7df0d07a9ba52885a217a1 --- diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e235ad0d4c..dd46329987 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2301,11 +2301,11 @@ "import-upload": "Upload XML data", "import-token-mismatch": "Loss of session data.\nPlease try again.", "import-invalid-interwiki": "Cannot import from the specified wiki.", - "import-error-edit": "Page \"$1\" is not imported because you are not allowed to edit it.", - "import-error-create": "Page \"$1\" is not imported because you are not allowed to create it.", - "import-error-interwiki": "Page \"$1\" is not imported because its name is reserved for external linking (interwiki).", - "import-error-special": "Page \"$1\" is not imported because it belongs to a special namespace that does not allow pages.", - "import-error-invalid": "Page \"$1\" is not imported because its name is invalid.", + "import-error-edit": "Page \"$1\" was not imported because you are not allowed to edit it.", + "import-error-create": "Page \"$1\" was not imported because you are not allowed to create it.", + "import-error-interwiki": "Page \"$1\" was not imported because its name is reserved for external linking (interwiki).", + "import-error-special": "Page \"$1\" was not imported because it belongs to a special namespace that does not allow pages.", + "import-error-invalid": "Page \"$1\" was not imported because the name to which it would be imported is invalid on this wiki.", "import-error-unserialize": "Revision $2 of page \"$1\" could not be unserialized. The revision was reported to use content model $3 serialized as $4.", "import-error-bad-location": "Revision $2 using content model $3 cannot be stored on \"$1\" on this wiki, since that model is not supported on that page.", "import-options-wrong": "Wrong {{PLURAL:$2|option|options}}: $1",