From f003c5322145b6e7c7bb9febe442e64dbdc2c113 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Sat, 26 Jul 2014 11:53:25 +1000 Subject: [PATCH] Improving some import-related error messages Present tense sounds stilted here. Change-Id: I69761486a584b48ccf7df0d07a9ba52885a217a1 --- languages/i18n/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", -- 2.20.1