From 94c25eb685449aa0248fb55dc2f4b47586ae29e5 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 22 Aug 2009 19:53:22 +0000 Subject: [PATCH] Update with messages from embedVideo.js (follow-up to r55494) --- js2/mwEmbed/php/languages/mwEmbed.i18n.php | 52 ++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index 8862149b33..51e506a21c 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -218,4 +218,56 @@ $messages['en'] = array( 'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsuported extension (more information).', 'mwe-cancel-button' => 'Cancel', 'mwe-ok-button' => 'OK', + + /* + * js file: /libEmbedVideo/embedVideo.js + */ + 'mwe-loading_plugin' => 'loading plugin ...', + '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 Save target as...', + 'mwe-download_clip' => 'Download video', + 'mwe-download_text' => 'Download text (CMML 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: $1
Visit the Playback Methods page to download a player.
', + 'mwe-for_best_experience' => 'For a better video playback experience we recommend:
Firefox 3.5.', + 'mwe-do_not_warn_again' => 'Dissmiss for now.', + 'mwe-playerselect' => 'Players', + 'mwe-read_before_embed' => 'Please Read This before embeding!', + 'mwe-embed_site_or_blog' => 'Embed on your site or blog', ); -- 2.20.1