Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler_body.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | } |
14 | 14 | |
15 | 15 | static function registerMagicWords( &$magicData, $code ) { |
16 | | - wfLoadExtensionMessages( 'TimedMediaHandler' ); |
| 16 | + wfLoadExtensionMessages( 'TimedMediaHandlerMagic' ); |
17 | 17 | return true; |
18 | 18 | } |
19 | 19 | |
— | — | @@ -662,7 +662,8 @@ |
663 | 663 | 'style'=>"overflow:hidden;". |
664 | 664 | "width:{$width}px;height:{$playerHeight}px;". |
665 | 665 | "border:solid thin black;padding:5px;" |
666 | | - ) |
| 666 | + ), |
| 667 | + wfMsg('timedmedia-no-player-js', $url) |
667 | 668 | ) . |
668 | 669 | $timedTextSources |
669 | 670 | ); |
Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.i18n.php |
— | — | @@ -17,6 +17,8 @@ |
18 | 18 | 'timedmedia-long-multiplexed' => '(Ogg multiplexed audio/video file, $1, length $2, $4×$5 pixels, $3 overall)', |
19 | 19 | 'timedmedia-long-general' => '(Ogg media file, length $2, $3)', |
20 | 20 | 'timedmedia-long-error' => '(Invalid Ogg file: $1)', |
| 21 | + 'timedmedia-no-player-js' => 'Sorry, your browser either has JavaScript disabled or does not have any supported player.<br /> |
| 22 | +28 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.', |
21 | 23 | |
22 | 24 | 'timedmedia-more' => 'More…', |
23 | 25 | 'timedmedia-dismiss' => 'Close', |