r79968 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79967‎ | r79968 | r79969 >
Date:22:30, 10 January 2011
Author:hartman
Status:ok
Tags:
Comment:
Update extensions to use the new style getLongDesc() of r79964
Modified paths:
  • /trunk/extensions/FlvHandler/FlvHandler.i18n.php (modified) (history)
  • /trunk/extensions/OggHandler/OggHandler.i18n.php (modified) (history)
  • /trunk/extensions/PagedTiffHandler/PagedTiffHandler.i18n.php (modified) (history)
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php (modified) (history)
  • /trunk/extensions/WikiAtHome/WikiAtHome.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiAtHome/WikiAtHome.i18n.php
@@ -20,11 +20,11 @@
2121 'wah-short-video' => '$1 video file, $2',
2222 'wah-short-general' => '$1 media file, $2',
2323
24 - 'wah-long-audio' => '($1 sound file, length $2, $3)',
25 - 'wah-long-video' => '($1 video file, length $2, $4×$5 pixels, $3)',
26 - 'wah-long-multiplexed' => '(multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall)',
27 - 'wah-long-general' => '(media file, length $2, $3)',
28 - 'wah-long-error' => '(ffmpeg could not read this file: $1)',
 24+ 'wah-long-audio' => '$1 sound file, length $2, $3',
 25+ 'wah-long-video' => '$1 video file, length $2, $4×$5 pixels, $3',
 26+ 'wah-long-multiplexed' => 'multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall',
 27+ 'wah-long-general' => 'media file, length $2, $3',
 28+ 'wah-long-error' => 'ffmpeg could not read this file: $1',
2929
3030 'wah-transcode-working' => 'This video is being processed, please try again later',
3131 'wah-transcode-helpout' => 'You can help transcode this video by visiting [[Special:WikiAtHome|Wiki@Home]].',
Index: trunk/extensions/OggHandler/OggHandler.i18n.php
@@ -13,11 +13,11 @@
1414 'ogg-short-audio' => 'Ogg $1 sound file, $2',
1515 'ogg-short-video' => 'Ogg $1 video file, $2',
1616 'ogg-short-general' => 'Ogg $1 media file, $2',
17 - 'ogg-long-audio' => '(Ogg $1 sound file, length $2, $3)',
18 - 'ogg-long-video' => '(Ogg $1 video file, length $2, $4×$5 pixels, $3)',
19 - 'ogg-long-multiplexed' => '(Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall)',
20 - 'ogg-long-general' => '(Ogg media file, length $2, $3)',
21 - 'ogg-long-error' => '(Invalid ogg file: $1)',
 17+ 'ogg-long-audio' => 'Ogg $1 sound file, length $2, $3',
 18+ 'ogg-long-video' => 'Ogg $1 video file, length $2, $4×$5 pixels, $3',
 19+ 'ogg-long-multiplexed' => 'Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall',
 20+ 'ogg-long-general' => 'Ogg media file, length $2, $3',
 21+ 'ogg-long-error' => 'Invalid ogg file: $1',
2222 'ogg-play' => 'Play',
2323 'ogg-pause' => 'Pause',
2424 'ogg-stop' => 'Stop',
Index: trunk/extensions/FlvHandler/FlvHandler.i18n.php
@@ -13,7 +13,7 @@
1414 */
1515 $messages['en'] = array(
1616 'flvhandler_desc' => 'Allow Flash Video (.flv) files to be added as standard files (e.g. <nowiki>[[</nowiki>{{ns:file}}:Movie.flv<nowiki>]]</nowiki>)',
17 - 'flv-long-desc' => '(Flash Video, $1 × $2 pixels, file size: $3)'
 17+ 'flv-long-desc' => 'Flash Video, $1 × $2 pixels, file size: $3'
1818 );
1919
2020 /** Message documentation (Message documentation)
Index: trunk/extensions/PagedTiffHandler/PagedTiffHandler.i18n.php
@@ -28,7 +28,7 @@
2929 'tiff_size_error' => 'The reported file size does not match the actual file size.',
3030 'tiff_script_detected' => 'The uploaded file contains scripts.',
3131 'tiff_bad_file' => 'The uploaded file contains errors: $1',
32 - 'tiff-file-info-size' => '(page $5, $1 × $2 pixel, file size: $3, MIME type: $4)',
 32+ 'tiff-file-info-size' => 'page $5, $1 × $2 pixel, file size: $3, MIME type: $4',
3333 );
3434
3535 /** Message documentation (Message documentation)
Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php
@@ -13,11 +13,11 @@
1414 'timedmedia-short-audio' => 'Ogg $1 sound file, $2',
1515 'timedmedia-short-video' => 'Ogg $1 video file, $2',
1616 'timedmedia-short-general' => 'Ogg $1 media file, $2',
17 - 'timedmedia-long-audio' => '(Ogg $1 sound file, length $2, $3)',
18 - 'timedmedia-long-video' => '(Ogg $1 video file, length $2, $4×$5 pixels, $3)',
19 - 'timedmedia-long-multiplexed' => '(Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall)',
20 - 'timedmedia-long-general' => '(Ogg media file, length $2, $3)',
21 - 'timedmedia-long-error' => '(Invalid Ogg file: $1)',
 17+ 'timedmedia-long-audio' => 'Ogg $1 sound file, length $2, $3',
 18+ 'timedmedia-long-video' => 'Ogg $1 video file, length $2, $4×$5 pixels, $3',
 19+ 'timedmedia-long-multiplexed' => 'Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall',
 20+ 'timedmedia-long-general' => 'Ogg media file, length $2, $3',
 21+ 'timedmedia-long-error' => 'Invalid Ogg file: $1',
2222 'timedmedia-no-player-js' => 'Sorry, your browser either has JavaScript disabled or does not have any supported player.<br />
2323 You can <a href="$1">download the clip</a> or <a href="http://www.mediawiki.org/wiki/Extension:OggHandler/Client_download">download a player</a> to play the clip in your browser.',
2424

Follow-up revisions

RevisionCommit summaryAuthorDate
r814131.17: MFT r78395, r79968, r81311, r81313, r81349, r81352, r81376, r81389, r81...catrope20:45, 2 February 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79964Move the () surrounding description strings of files, out of the description ...hartman22:18, 10 January 2011

Status & tagging log