http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97427

Revision: 97427
Author:   krinkle
Date:     2011-09-18 17:48:58 +0000 (Sun, 18 Sep 2011)
Log Message:
-----------
Modify 'image links' message used for the heading on the File-page showing 
entries in the mw_imagelinks table which contains pages that use/embed this 
file.
* Following the discussion on bug 30126. "File links" is confusing. Although 
developers will understand because of the table named 'imagelinks', other 
interfaces refer to this as 'usage' not a 'link'.
* Also updated message documentation

Modified Paths:
--------------
    trunk/phase3/languages/messages/MessagesEn.php
    trunk/phase3/languages/messages/MessagesQqq.php

Modified: trunk/phase3/languages/messages/MessagesEn.php
===================================================================
--- trunk/phase3/languages/messages/MessagesEn.php      2011-09-18 16:29:37 UTC 
(rev 97426)
+++ trunk/phase3/languages/messages/MessagesEn.php      2011-09-18 17:48:58 UTC 
(rev 97427)
@@ -2327,7 +2327,7 @@
 'filehist-filesize'                 => 'File size',
 'filehist-comment'                  => 'Comment',
 'filehist-missing'                  => 'File missing',
-'imagelinks'                        => 'File links',
+'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.
 The following list shows the {{PLURAL:$1|first page link|first $1 page links}} 
to this file only.

Modified: trunk/phase3/languages/messages/MessagesQqq.php
===================================================================
--- trunk/phase3/languages/messages/MessagesQqq.php     2011-09-18 16:29:37 UTC 
(rev 97426)
+++ trunk/phase3/languages/messages/MessagesQqq.php     2011-09-18 17:48:58 UTC 
(rev 97427)
@@ -1926,7 +1926,7 @@
 'filehist-comment'                  => 'In file description page
 
 {{Identical|Comment}}',
-'imagelinks'                        => 'In top header of the image description 
page, see for example [[:Image:Yes.png]].',
+'imagelinks'                        => 'In top header of the image description 
page, see for example [[:Image:Yes.png]]. Shows a list of pages where this file 
is used.',
 'linkstoimage'                      => 'Used on image description, see for 
example [[:Image:Yes.png#filelinks]].
 * Parameter $1 is the number of pages that link to the file/image.',
 'linkstoimage-more'                 => 'Shown on an image description page 
when a file is used/linked more than 100 times on other pages.


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to