From d859609612d9ab206d0a6dfbe9d0dd5da5c49243 Mon Sep 17 00:00:00 2001 From: "This, that and the other" Date: Fri, 25 Jul 2014 19:58:33 +1000 Subject: [PATCH] Add word "imported" to history/log summary during import Currently, an import-by-upload generates poor edit summaries such as "2 revisions", and an interwiki-import generates only marginally better ones ("2 revisions from [[link]]"). This change adds the word "imported" to those summaries. Change-Id: If58023485b323641d063eada45248503f1bf17a1 --- languages/i18n/en.json | 4 ++-- languages/i18n/qqq.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index e42d716df6..dd7c371ce0 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2314,9 +2314,9 @@ "importlogpage": "Import log", "importlogpagetext": "Administrative imports of pages with edit history from other wikis.", "import-logentry-upload": "imported [[$1]] by file upload", - "import-logentry-upload-detail": "$1 {{PLURAL:$1|revision|revisions}}", + "import-logentry-upload-detail": "$1 {{PLURAL:$1|revision|revisions}} imported", "import-logentry-interwiki": "transwikied $1", - "import-logentry-interwiki-detail": "$1 {{PLURAL:$1|revision|revisions}} from $2", + "import-logentry-interwiki-detail": "$1 {{PLURAL:$1|revision|revisions}} imported from $2", "javascripttest": "JavaScript testing", "javascripttest-backlink": "< $1", "javascripttest-title": "Running $1 tests", diff --git a/languages/i18n/qqq.json b/languages/i18n/qqq.json index ad5b28880b..5702d328b4 100644 --- a/languages/i18n/qqq.json +++ b/languages/i18n/qqq.json @@ -2476,9 +2476,9 @@ "importlogpage": "{{doc-logpage}}", "importlogpagetext": "This text appears at the top of the [{{canonicalurl:Special:Log|type=import}} import log] special page.", "import-logentry-upload": "This is the text of an entry in the Import log (and Recent Changes), after hour (and date, only in the Import log) and sysop name:\n* $1 is the name of the imported file", - "import-logentry-upload-detail": "Used as success message. Parameters:\n* $1 - number of succeeded revisions\nSee also:\n* {{msg-mw|Import-logentry-interwiki-detail}}", + "import-logentry-upload-detail": "Used as success message and log entry. Parameters:\n* $1 - number of succeeded revisions\nSee also:\n* {{msg-mw|Import-logentry-interwiki-detail}}", "import-logentry-interwiki": "Used as action listed in the log. Parameters:\n* $1 - page title", - "import-logentry-interwiki-detail": "Used as success message. Parameters:\n* $1 - number of succeeded revisions\n* $2 - interwiki name\nSee also:\n* {{msg-mw|Import-logentry-upload-detail}}", + "import-logentry-interwiki-detail": "Used as success message and log entry. Parameters:\n* $1 - number of succeeded revisions\n* $2 - interwiki name\nSee also:\n* {{msg-mw|Import-logentry-upload-detail}}", "javascripttest": "Title of the special page [[Special:JavaScriptTest]].\n\nSee also:\n* {{msg-mw|Javascripttest|title}}\n* {{msg-mw|Javascripttest-pagetext-noframework|summary}}\n* {{msg-mw|Javascripttest-pagetext-unknownframework|error message}}", "javascripttest-backlink": "{{optional}}\nUsed as subtitle in [[Special:JavaScriptTest]]. Parameters:\n* $1 - page title", "javascripttest-title": "Title of the special page when running a test suite. Parameters:\n* $1 is the name of the framework, for example QUnit.", -- 2.20.1