r30984 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30983‎ | r30984 | r30985 >
Date:22:22, 15 February 2008
Author:siebrand
Status:old
Tags:
Comment:
Use 'file' instead of 'image' where possible. The following 18 messages have changed:
imagepage, image_tip, media_tip, uploadtext,
filepageexists, fileexists-thumb, imagelist_search_for, uncategorizedimages,
mostimages, unusedimagestext, sp-newimages-showfrom, missingimage,
tooltip-t-upload, tooltip-ca-nstab-image, imagemaxsize, bad_image_list,
metadata-help, imgmultiparseerror
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -637,7 +637,7 @@
638638 'toolbox' => 'Toolbox',
639639 'userpage' => 'View user page',
640640 'projectpage' => 'View project page',
641 -'imagepage' => 'View image page',
 641+'imagepage' => 'View media page',
642642 'mediawikipage' => 'View message page',
643643 'templatepage' => 'View template page',
644644 'viewhelppage' => 'View help page',
@@ -928,9 +928,9 @@
929929 'nowiki_sample' => 'Insert non-formatted text here',
930930 'nowiki_tip' => 'Ignore wiki formatting',
931931 'image_sample' => 'Example.jpg', # only translate this message to other languages if you have to change it
932 -'image_tip' => 'Embedded image',
 932+'image_tip' => 'Embedded file',
933933 'media_sample' => 'Example.ogg', # only translate this message to other languages if you have to change it
934 -'media_tip' => 'Media file link',
 934+'media_tip' => 'File link',
935935 'sig_tip' => 'Your signature with timestamp',
936936 'hr_tip' => 'Horizontal line (use sparingly)',
937937
@@ -1384,9 +1384,10 @@
13851385 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.',
13861386 'uploaderror' => 'Upload error',
13871387 'upload-summary' => '', # only translate this message to other languages if you have to change it
1388 -'uploadtext' => "Use the form below to upload files, to view or search previously uploaded images go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
 1388+'uploadtext' => "Use the form below to upload files.
 1389+To view or search previously uploaded files go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]].
13891390
1390 -To include the image in a page, use a link in the form
 1391+To include a file in a page, use a link in the form
13911392 '''<nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.jpg]]</nowiki>''',
13921393 '''<nowiki>[[</nowiki>{{ns:image}}<nowiki>:File.png|alt text]]</nowiki>''' or
13931394 '''<nowiki>[[</nowiki>{{ns:media}}<nowiki>:File.ogg]]</nowiki>''' for directly linking to the file.",
@@ -1415,12 +1416,12 @@
14161417 'largefileserver' => 'This file is bigger than the server is configured to allow.',
14171418 'emptyfile' => 'The file you uploaded seems to be empty. This might be due to a typo in the file name. Please check whether you really want to upload this file.',
14181419 'fileexists' => 'A file with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
1419 -'filepageexists' => 'A page (not image) with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
 1420+'filepageexists' => 'A page (not a file) with this name exists already, please check <strong><tt>$1</tt></strong> if you are not sure if you want to change it.',
14201421 'fileexists-extension' => 'A file with a similar name exists:<br />
14211422 Name of the uploading file: <strong><tt>$1</tt></strong><br />
14221423 Name of the existing file: <strong><tt>$2</tt></strong><br />
14231424 Please choose a different name.',
1424 -'fileexists-thumb' => "<center>'''Existing image'''</center>",
 1425+'fileexists-thumb' => "<center>'''Existing file'''</center>",
14251426 'fileexists-thumbnail-yes' => 'The file seems to be an image of reduced size <i>(thumbnail)</i>. Please check the file <strong><tt>$1</tt></strong>.<br />
14261427 If the checked file is the same image of original size it is not necessary to upload an extra thumbnail.',
14271428 'file-thumbnail-no' => 'The filename begins with <strong><tt>$1</tt></strong>. It seems to be an image of reduced size <i>(thumbnail)</i>.
@@ -1520,7 +1521,7 @@
15211522 'imagelist_user' => 'User',
15221523 'imagelist_size' => 'Size',
15231524 'imagelist_description' => 'Description',
1524 -'imagelist_search_for' => 'Search for image name:',
 1525+'imagelist_search_for' => 'Search for media name:',
15251526
15261527 # File reversion
15271528 'filerevert' => 'Revert $1',
@@ -1638,7 +1639,7 @@
16391640 'uncategorizedpages-summary' => '', # only translate this message to other languages if you have to change it
16401641 'uncategorizedcategories' => 'Uncategorized categories',
16411642 'uncategorizedcategories-summary' => '', # only translate this message to other languages if you have to change it
1642 -'uncategorizedimages' => 'Uncategorized images',
 1643+'uncategorizedimages' => 'Uncategorized files',
16431644 'uncategorizedimages-summary' => '', # only translate this message to other languages if you have to change it
16441645 'uncategorizedtemplates' => 'Uncategorized templates',
16451646 'uncategorizedtemplates-summary' => '', # only translate this message to other languages if you have to change it
@@ -1658,7 +1659,7 @@
16591660 'mostlinkedtemplates-summary' => '', # only translate this message to other languages if you have to change it
16601661 'mostcategories' => 'Pages with the most categories',
16611662 'mostcategories-summary' => '', # only translate this message to other languages if you have to change it
1662 -'mostimages' => 'Most linked to images',
 1663+'mostimages' => 'Most linked to files',
16631664 'mostimages-summary' => '', # only translate this message to other languages if you have to change it
16641665 'mostrevisions' => 'Pages with the most revisions',
16651666 'mostrevisions-summary' => '', # only translate this message to other languages if you have to change it
@@ -1695,7 +1696,7 @@
16961697 'intl' => 'Interlanguage links',
16971698 'move' => 'Move',
16981699 'movethispage' => 'Move this page',
1699 -'unusedimagestext' => '<p>Please note that other web sites may link to an image with a direct URL, and so may still be listed here despite being in active use.</p>',
 1700+'unusedimagestext' => '<p>Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.</p>',
17001701 'unusedcategoriestext' => 'The following category pages exist although no other page or category make use of them.',
17011702 'notargettitle' => 'No target',
17021703 'notargettext' => 'You have not specified a target page or user to perform this function on.',
@@ -1999,7 +2000,7 @@
20002001 'sp-contributions-footer' => '-', # don't translate or duplicate this message to other languages
20012002 'sp-contributions-footer-anon' => '-', # don't translate or duplicate this message to other languages
20022003
2003 -'sp-newimages-showfrom' => 'Show new images starting from $1',
 2004+'sp-newimages-showfrom' => 'Show new files starting from $1',
20042005
20052006 # What links here
20062007 'whatlinkshere' => 'What links here',
@@ -2199,7 +2200,7 @@
22002201
22012202 # Thumbnails
22022203 'thumbnail-more' => 'Enlarge',
2203 -'missingimage' => '<b>Missing image</b><br /><i>$1</i>',
 2204+'missingimage' => '<b>Missing file</b><br /><i>$1</i>',
22042205 'filemissing' => 'File missing',
22052206 'thumbnail_error' => 'Error creating thumbnail: $1',
22062207 'djvu_page_error' => 'DjVu page out of range',
@@ -2345,7 +2346,7 @@
23462347 'tooltip-feed-atom' => 'Atom feed for this page',
23472348 'tooltip-t-contributions' => 'View the list of contributions of this user',
23482349 'tooltip-t-emailuser' => 'Send a mail to this user',
2349 -'tooltip-t-upload' => 'Upload images or media files',
 2350+'tooltip-t-upload' => 'Upload files',
23502351 'tooltip-t-specialpages' => 'List of all special pages',
23512352 'tooltip-t-print' => 'Printable version of this page',
23522353 'tooltip-t-permalink' => 'Permanent link to this version of the page',
@@ -2354,7 +2355,7 @@
23552356 'tooltip-ca-nstab-media' => 'View the media page',
23562357 'tooltip-ca-nstab-special' => "This is a special page, you can't edit the page itself",
23572358 'tooltip-ca-nstab-project' => 'View the project page',
2358 -'tooltip-ca-nstab-image' => 'View the image page',
 2359+'tooltip-ca-nstab-image' => 'View the file page',
23592360 'tooltip-ca-nstab-mediawiki' => 'View the system message',
23602361 'tooltip-ca-nstab-template' => 'View the template',
23612362 'tooltip-ca-nstab-help' => 'View the help page',
@@ -2455,7 +2456,7 @@
24562457
24572458 # Media information
24582459 'mediawarning' => "'''Warning''': This file may contain malicious code, by executing it your system may be compromised.<hr />",
2459 -'imagemaxsize' => 'Limit images on image description pages to:',
 2460+'imagemaxsize' => 'Limit images on file description pages to:',
24602461 'thumbsize' => 'Thumbnail size:',
24612462 'widthheight' => '$1×$2', # only translate this message to other languages if you have to change it
24622463 'widthheightpage' => '$1×$2, $3 pages',
@@ -2481,8 +2482,8 @@
24822483 # Bad image list
24832484 'bad_image_list' => 'The format is as follows:
24842485
2485 -Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad image.
2486 -Any subsequent links on the same line are considered to be exceptions, i.e. pages where the image may occur inline.',
 2486+Only list items (lines starting with *) are considered. The first link on a line must be a link to a bad file.
 2487+Any subsequent links on the same line are considered to be exceptions, i.e. pages where the file may occur inline.',
24872488
24882489 /*
24892490 Short names for language variants used for language conversion links.
@@ -2521,7 +2522,7 @@
25222523
25232524 # Metadata
25242525 'metadata' => 'Metadata',
2525 -'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified image.',
 2526+'metadata-help' => 'This file contains additional information, probably added from the digital camera or scanner used to create or digitize it. If the file has been modified from its original state, some details may not fully reflect the modified file.',
25262527 'metadata-expand' => 'Show extended details',
25272528 'metadata-collapse' => 'Hide extended details',
25282529 'metadata-fields' => 'EXIF metadata fields listed in this message will be included on image page display when the metadata table is collapsed. Others will be hidden by default.
@@ -2899,7 +2900,7 @@
29002901 'imgmultigo' => 'Go!',
29012902 'imgmultigotopre' => 'Go to page',
29022903 'imgmultigotopost' => '', # only translate this message to other languages if you have to change it
2903 -'imgmultiparseerror' => 'The image file appears to be corrupted or incorrect, so {{SITENAME}} cannot retrieve a list of pages.',
 2904+'imgmultiparseerror' => 'The file appears to be corrupted or incorrect, so {{SITENAME}} cannot retrieve a list of pages.',
29042905
29052906 # Table pager
29062907 'ascending_abbrev' => 'asc',

Status & tagging log