From c7c271ed09994b039b7fe660e3fc9bd041f2f728 Mon Sep 17 00:00:00 2001 From: Amire80 Date: Tue, 20 Mar 2018 13:30:08 +0200 Subject: [PATCH] Change linkstoimage and related messages from "link" to "use" These messages don't discuss links to images. For example, [[:File:Information.svg]], which is an actual *link*, won't appear in this list, but only [[File:Information.svg]]. As the page https://translatewiki.net/w/i.php?title=Special:Translations&message=MediaWiki%3ALinkstoimage shows, it is already translated as "uses" to some languages. The comparable message "globalusage-of-file" also says "use" and not "link". Change-Id: I659bc267240d609032a1cd2c6af479df9c09fceb --- languages/i18n/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/i18n/en.json b/languages/i18n/en.json index caa22560f9..47747b6090 100644 --- a/languages/i18n/en.json +++ b/languages/i18n/en.json @@ -1856,9 +1856,9 @@ "filehist-filesize": "File size", "filehist-comment": "Comment", "imagelinks": "File usage", - "linkstoimage": "The following {{PLURAL:$1|page links|$1 pages link}} to this file:", - "linkstoimage-more": "More than $1 {{PLURAL:$1|page links|pages link}} to this file.\nThe following list shows the {{PLURAL:$1|first page link|first $1 page links}} to this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.", - "nolinkstoimage": "There are no pages that link to this file.", + "linkstoimage": "The following {{PLURAL:$1|page uses|$1 pages uses}} this file:", + "linkstoimage-more": "More than $1 {{PLURAL:$1|page uses|pages use}} this file.\nThe following list shows the {{PLURAL:$1|first page|first $1 pages}} that use this file only.\nA [[Special:WhatLinksHere/$2|full list]] is available.", + "nolinkstoimage": "There are no pages that use this file.", "morelinkstoimage": "View [[Special:WhatLinksHere/$1|more links]] to this file.", "linkstoimage-redirect": "$1 (file redirect) $2", "duplicatesoffile": "The following {{PLURAL:$1|file is a duplicate|$1 files are duplicates}} of this file ([[Special:FileDuplicateSearch/$2|more details]]):", -- 2.20.1