From c18fc5364119518f07b3442434aabbfba9590c22 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 26 Oct 2009 19:40:20 +0000 Subject: [PATCH] php mergeJavascriptMsg.php -j --- js2/mwEmbed/php/languages/mwEmbed.i18n.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index 4904ca6c77..e8070e4308 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -96,7 +96,7 @@ $messages['en'] = array( /* * js file: /mv_embed.js */ - 'mwe-loading_txt' => 'Loading ...', + 'mwe-loading_txt' => 'Loading ...', 'mwe-size-gigabytes' => '$1 GB', 'mwe-size-megabytes' => '$1 MB', 'mwe-size-kilobytes' => '$1 K', @@ -172,7 +172,7 @@ $messages['en'] = array( 'fogg-videoCodec-title' => 'Video codec', 'fogg-videoCodec-help' => 'Used to select the clip video codec. Presently only Theora is supported. More about the Theora codec.', 'fogg-audioCodec-title' => 'Audio codec', - 'fogg-audioCodec-help' => 'Used to set the clip audio codec. Presently only Vorbis is supported. More about the Vorbis codec.', + 'fogg-audioCodec-help' => 'Used to set the clip audio codec. Presently only Vorbis is supported. More about the Vorbis codec', 'fogg-width-title' => 'Video width', 'fogg-width-help' => 'Resize to given width.', 'fogg-height-title' => 'Video height', @@ -321,7 +321,8 @@ $messages['en'] = array( '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-seek_to' => 'Seek to $1', + 'mwe-paused' => 'paused', '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...', @@ -331,7 +332,7 @@ $messages['en'] = array( 'mwe-share' => 'Share', 'mwe-credits' => 'Credits', 'mwe-clip_linkback' => 'Clip source page', - 'mwe-chose_player' => 'Choose Video Player', + 'mwe-chose_player' => 'Choose video player', 'mwe-share_this_video' => 'Share this video', 'mwe-video_credits' => 'Video credits', 'mwe-menu_btn' => 'Menu', @@ -350,7 +351,7 @@ $messages['en'] = array( 'mwe-for_best_experience' => 'For a better video playback experience we recommend:
Firefox 3.5.', 'mwe-do_not_warn_again' => 'Dismiss for now.', 'mwe-playerselect' => 'Players', - 'mwe-read_before_embed' => 'Please read the security notes on remote embedding before actually embedding!', + 'mwe-read_before_embed' => 'Read this before embedding.', 'mwe-embed_site_or_blog' => 'Embed on your site or blog', 'mwe-related_videos' => 'Related videos', 'mwe-seeking' => 'seeking', -- 2.20.1