Update with messages from embedVideo.js (follow-up to r55494)
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 22 Aug 2009 19:53:22 +0000 (19:53 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 22 Aug 2009 19:53:22 +0000 (19:53 +0000)
js2/mwEmbed/php/languages/mwEmbed.i18n.php

index 8862149..51e506a 100644 (file)
@@ -218,4 +218,56 @@ $messages['en'] = array(
        'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsuported extension (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_File_Types">more information</a>).',
        'mwe-cancel-button' => 'Cancel',
        'mwe-ok-button' => 'OK',
+
+       /*
+        * js file: /libEmbedVideo/embedVideo.js
+        */
+       'mwe-loading_plugin' => 'loading plugin <blink>...</blink>',
+       'mwe-select_playback' => 'Set playback preference',
+       'mwe-link_back' => 'Link back',
+       'mwe-error_load_lib' => 'Error: mv_embed was unable to load required JavaScript libraries.
+Insert script via DOM has failed. Please try reloading this page.',
+       'mwe-error_swap_vid' => 'Error: mv_embed was unable to swap the video tag for the mv_embed interface',
+       'mwe-add_to_end_of_sequence' => 'Add to end of sequence',
+       'mwe-missing_video_stream' => 'The video file for this stream is missing',
+       'mwe-play_clip' => 'Play clip',
+       'mwe-pause_clip' => 'Pause clip',
+       'mwe-volume_control' => 'Volume control',
+       'mwe-player_options' => 'Player options',
+       'mwe-closed_captions' => 'Close captions',
+       'mwe-player_fullscreen' => 'Fullscreen',
+       'mwe-next_clip_msg' => 'Play next clip',
+       'mwe-prev_clip_msg' => 'Play previous clip',
+       'mwe-current_clip_msg' => 'Continue playing this clip',
+       'mwe-seek_to' => 'Seek to',
+       'mwe-download_segment' => 'Download selection:',
+       'mwe-download_full' => 'Download full video file:',
+       'mwe-download_right_click' => 'To download, right click and select <i>Save target as...</i>',
+       'mwe-download_clip' => 'Download video',
+       'mwe-download_text' => 'Download text (<a style="color:white" title="cmml" href="http://wiki.xiph.org/index.php/CMML">CMML</a> xml):',
+       'mwe-download' => 'Download',
+       'mwe-share' => 'Share',
+       'mwe-credits' => 'Credits',
+       'mwe-clip_linkback' => 'Clip source page',
+       'mwe-chose_player' => 'Choose Video Player',
+       'mwe-share_this_video' => 'Share this video',
+       'mwe-video_credits' => 'Video credits',
+       'mwe-menu_btn' => 'Menu',
+       'mwe-close_btn' => 'Close',
+       'mwe-ogg-player-vlc-mozilla' => 'VLC plugin',
+       'mwe-ogg-player-videoElement' => 'Native Ogg video support',
+       'mwe-ogg-player-vlc-activex' => 'VLC ActiveX',
+       'mwe-ogg-player-oggPlugin' => 'Generic Ogg plugin',
+       'mwe-ogg-player-quicktime-mozilla' => 'Quicktime plugin',
+       'mwe-ogg-player-quicktime-activex' => 'Quicktime ActiveX',
+       'mwe-ogg-player-cortado' => 'Java Cortado',
+       'mwe-ogg-player-flowplayer' => 'Flowplayer',
+       'mwe-ogg-player-selected' => '(selected)',
+       'mwe-ogg-player-omtkplayer' => 'OMTK Flash Vorbis',
+       'mwe-generic_missing_plugin' => 'You browser does not appear to support the following playback type: <b>$1</b><br />Visit the <a href="http://commons.wikimedia.org/wiki/Commons:Media_help">Playback Methods</a> page to download a player.<br />',
+       'mwe-for_best_experience' => 'For a better video playback experience we recommend:<br /><b><a href="http://www.mozilla.com/en-US/firefox/upgrade.html?from=mwEmbed">Firefox 3.5</a>.</b>',
+       'mwe-do_not_warn_again' => 'Dissmiss for now.',
+       'mwe-playerselect' => 'Players',
+       'mwe-read_before_embed' => 'Please <a href="http://mediawiki.org/wiki/Security_Notes_on_Remote_Embedding" target="_new">Read This</a> before embeding!',
+       'mwe-embed_site_or_blog' => 'Embed on your site or blog',
 );