r100180 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100179‎ | r100180 | r100181 >
Date:22:38, 18 October 2011
Author:siebrand
Status:ok
Tags:
Comment:
Backport compatible changes in core messages to 1.18wmf1.
Update indentation.
Modified paths:
  • /branches/wmf/1.18wmf1/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/languages/messages/MessagesEn.php
@@ -2320,7 +2320,7 @@
23212321 'filehist-filesize' => 'File size',
23222322 'filehist-comment' => 'Comment',
23232323 'filehist-missing' => 'File missing',
2324 -'imagelinks' => 'File links',
 2324+'imagelinks' => 'File usage',
23252325 'linkstoimage' => 'The following {{PLURAL:$1|page links|$1 pages link}} to this file:',
23262326 'linkstoimage-more' => 'More than $1 {{PLURAL:$1|page links|pages link}} to this file.
23272327 The following list shows the {{PLURAL:$1|first page link|first $1 page links}} to this file only.
@@ -3623,8 +3623,8 @@
36243624 By executing it, your system may be compromised.",
36253625 'imagemaxsize' => "Image size limit:<br />''(for file description pages)''",
36263626 'thumbsize' => 'Thumbnail size:',
3627 -'widthheight' => '$1×$2', # only translate this message to other languages if you have to change it
3628 -'widthheightpage' => '$1×$2, $3 {{PLURAL:$3|page|pages}}',
 3627+'widthheight' => '$1 × $2', # only translate this message to other languages if you have to change it
 3628+'widthheightpage' => '$1 × $2, $3 {{PLURAL:$3|page|pages}}',
36293629 'file-info' => 'file size: $1, MIME type: $2',
36303630 'file-info-size' => '$1 × $2 pixels, file size: $3, MIME type: $4',
36313631 'file-info-size-pages' => '$1 × $2 pixels, file size: $3, MIME type: $4, $5 {{PLURAL:$5|page|pages}}',
@@ -3653,16 +3653,16 @@
36543654 'sp-newimages-showfrom' => 'Show new files starting from $2, $1',
36553655
36563656 # Video information, used by Language::formatTimePeriod() to format lengths in the above messages
3657 -'video-dims' => '$1, $2×$3', # only translate this message to other languages if you have to change it
 3657+'video-dims' => '$1, $2 × $3', # only translate this message to other languages if you have to change it
36583658 'seconds-abbrev' => '$1s', # only translate this message to other languages if you have to change it
36593659 'minutes-abbrev' => '$1m', # only translate this message to other languages if you have to change it
36603660 'hours-abbrev' => '$1h', # only translate this message to other languages if you have to change it
36613661 'days-abbrev' => '$1d', # only translate this message to other languages if you have to change it
3662 -'seconds' => '{{PLURAL:$1|$1 second|$1 seconds}}',
3663 -'minutes' => '{{PLURAL:$1|$1 minute|$1 minutes}}',
3664 -'hours' => '{{PLURAL:$1|$1 hour|$1 hours}}',
3665 -'days' => '{{PLURAL:$1|$1 day|$1 days}}',
3666 -'ago' => '$1 ago',
 3662+'seconds' => '{{PLURAL:$1|$1 second|$1 seconds}}',
 3663+'minutes' => '{{PLURAL:$1|$1 minute|$1 minutes}}',
 3664+'hours' => '{{PLURAL:$1|$1 hour|$1 hours}}',
 3665+'days' => '{{PLURAL:$1|$1 day|$1 days}}',
 3666+'ago' => '$1 ago',
36673667
36683668 # Bad image list
36693669 'bad_image_list' => 'The format is as follows:

Status & tagging log