Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/190720
Change subject: Remove "transwiki import" jargon term ...................................................................... Remove "transwiki import" jargon term https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Import-logentry-interwiki/pt Change-Id: I3ca8b21bce49b41cac7109efb8056ca4469b88d7 --- M languages/i18n/en.json 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/20/190720/1 diff --git a/languages/i18n/en.json b/languages/i18n/en.json index cff74b4..1eb50b9 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -2293,8 +2293,8 @@ "thumbnail_image-failure-limit": "There have been too many recent failed attempts ($1 or more) to render this thumbnail. Please try again later.", "import": "Import pages", "import-summary": "", - "importinterwiki": "Transwiki import", - "import-interwiki-text": "Select a wiki and page title to import.\nRevision dates and editors' names will be preserved.\nAll transwiki import actions are logged at the [[Special:Log/import|import log]].", + "importinterwiki": "Import from another wiki", + "import-interwiki-text": "Select a wiki and page title to import.\nRevision dates and editors' names will be preserved.\nAll imports from other wikis are logged at the [[Special:Log/import|import log]].", "import-interwiki-sourcewiki": "Source wiki:", "import-interwiki-sourcepage": "Source page:", "import-interwiki-history": "Copy all history revisions for this page", @@ -2314,7 +2314,7 @@ "importcantopen": "Could not open import file", "importbadinterwiki": "Bad interwiki link", "importsuccess": "Import finished!", - "importnosources": "No transwiki import sources have been defined and direct history uploads are disabled.", + "importnosources": "No wikis from which to import have been defined and direct history uploads are disabled.", "importnofile": "No import file was uploaded.", "importuploaderrorsize": "Upload of import file failed.\nThe file is bigger than the allowed upload size.", "importuploaderrorpartial": "Upload of import file failed.\nThe file was only partially uploaded.", @@ -2340,7 +2340,7 @@ "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}} imported", - "import-logentry-interwiki": "transwikied $1", + "import-logentry-interwiki": "imported $1 from another wiki", "import-logentry-interwiki-detail": "$1 {{PLURAL:$1|revision|revisions}} imported from $2", "javascripttest": "JavaScript testing", "javascripttest-backlink": "< $1", -- To view, visit https://gerrit.wikimedia.org/r/190720 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3ca8b21bce49b41cac7109efb8056ca4469b88d7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
