jenkins-bot has submitted this change and it was merged. Change subject: Remove "transwiki import" jargon term ......................................................................
Remove "transwiki import" jargon term import-logentry-interwiki will be dealt with in a followup patch, to avoid breaking changes before the new logging system is adopted. https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Import-logentry-interwiki/pt Change-Id: I3ca8b21bce49b41cac7109efb8056ca4469b88d7 --- M languages/i18n/en.json 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Nikerabbit: Looks good to me, approved Umherirrender: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/languages/i18n/en.json b/languages/i18n/en.json index cff74b4..7980d95 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.", -- To view, visit https://gerrit.wikimedia.org/r/190720 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3ca8b21bce49b41cac7109efb8056ca4469b88d7 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: TTO <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
