r82107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82106‎ | r82107 | r82108 >
Date:08:41, 14 February 2011
Author:raymond
Status:ok
Tags:
Comment:
Fix another syntax error in r82089, consistency tweaks
Modified paths:
  • /trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php
@@ -9,18 +9,18 @@
1010 $messages = array();
1111
1212 $messages['en'] = array(
13 - 'timedmedia-desc' => 'Handler for audio video and timed text, with format support for WebM, Ogg Theora, Vorbis, srt',
 13+ 'timedmedia-desc' => 'Handler for audio, video and timed text, with format support for WebM, Ogg Theora, Vorbis, srt',
1414 'timedmedia-ogg-short-audio' => 'Ogg $1 sound file, $2',
1515 'timedmedia-ogg-short-video' => 'Ogg $1 video file, $2',
1616 'timedmedia-ogg-short-general' => 'Ogg $1 media file, $2',
1717 'timedmedia-ogg-long-audio' => 'Ogg $1 sound file, length $2, $3',
18 - 'timedmedia-ogg-long-video' => 'Ogg $1 video file, length $2, $4×$5 pixels, $3',
19 - 'timedmedia-ogg-long-multiplexed' => 'Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall',
 18+ 'timedmedia-ogg-long-video' => 'Ogg $1 video file, length $2, $4 × $5 pixels, $3',
 19+ 'timedmedia-ogg-long-multiplexed' => 'Ogg multiplexed audio/video file, $1, length $2, $4 × $5 pixels, $3 overall',
2020 'timedmedia-ogg-long-general' => 'Ogg media file, length $2, $3',
2121 'timedmedia-ogg-long-error' => 'Invalid Ogg file: $1',
2222
2323 'timedmedia-webm-short-video' => 'WebM $1 video file, $2',
24 - 'timedmedia-webm-long-video' => 'WebM audio/video file, $1 length $2, $4x$5 pixles, $3 overall',
 24+ 'timedmedia-webm-long-video' => 'WebM audio/video file, $1, length $2, $4 × $5 pixels, $3 overall',
2525
2626 'timedmedia-no-player-js' => 'Sorry, your browser either has JavaScript disabled or does not have any supported player.<br />
2727 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.',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82089* some cleanup of messages per webm and ogg...dale23:00, 13 February 2011

Status & tagging log