From 66c370643d750a6953561f85a1d56b29dd009c96 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 20 Nov 2009 09:17:54 +0000 Subject: [PATCH] Update mwEmbed.i18n.php --- 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 696361337f..0da32997bb 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -175,7 +175,7 @@ $messages['en'] = array( 'fogg-cg-advAudio' => 'Advanced audio encoding controls', 'fogg-preset-custom' => 'Custom settings', 'fogg-webvideo-desc' => 'Web video Theora, Vorbis 400 kbit/s and 400px maximum width', - 'fogg-savebandwith-desc' => 'Low bandwith Theora, Vorbis 164 kbit/s and 200px maximum width', + 'fogg-savebandwidth-desc' => 'Low bandwidth Theora, Vorbis 164 kbit/s and 200px maximum width', 'fogg-highquality-desc' => 'High quality Theora, Vorbis 1080px maximum width', 'fogg-videoQuality-title' => 'Video quality', 'fogg-videoQuality-help' => 'Used to set the visual quality of the encoded video (not used if you set bitrate in advanced controls below).', @@ -200,7 +200,7 @@ $messages['en'] = array( 'fogg-framerate-title' => 'Frame rate', 'fogg-framerate-help' => 'The video frame rate. More about frame rate.', 'fogg-aspect-title' => 'Aspect ratio', - 'fogg-aspect-help' => 'The video aspect ratio can be fraction 4:3 or 16:9. More about aspect ratios.', + 'fogg-aspect-help' => 'The video aspect ratio can be 4:3 or 16:9. More about aspect ratios.', 'fogg-keyframeInterval-title' => 'Key frame interval', 'fogg-keyframeInterval-help' => 'The keyframe interval in frames. Note: Most codecs force keyframes if the difference between frames is greater than keyframe encode size. More about keyframes.', 'fogg-denoise-title' => 'Denoise filter', @@ -209,7 +209,7 @@ $messages['en'] = array( 'fogg-novideo-help' => 'disable video in the output', 'fogg-audioBitrate-title' => 'Audio bitrate', 'fogg-samplerate-title' => 'Audio sampling rate', - 'fogg-samplerate-help' => 'set output samplerate (in Hz).', + 'fogg-samplerate-help' => 'set output sample rate (in Hz).', 'fogg-noaudio-title' => 'No audio', 'fogg-noaudio-help' => 'disable audio in the output', 'fogg-title-title' => 'Title', @@ -266,7 +266,7 @@ $messages['en'] = array( 'mwe-local_resource_title' => 'Local resource title:', 'mwe-watch_this_page' => 'Watch this page', 'mwe-do_import_resource' => 'Import resource', - 'mwe-update_preview' => 'Update preview', + 'mwe-update_preview' => 'Update resource page preview', 'mwe-cancel_import' => 'Cancel import', 'mwe-importing_asset' => 'Importing asset', 'mwe-preview_insert_resource' => 'Preview insert of resource: $1', @@ -310,7 +310,7 @@ $messages['en'] = array( 'mwe-upload-in-progress' => 'Upload in progress (do not close this window)', 'mwe-upload-transcoded-status' => 'Transcoded', 'mwe-uploaded-status' => 'Uploaded', - 'mwe-upload-stats-fileprogres' => '$1 of $2', + 'mwe-upload-stats-fileprogress' => '$1 of $2', 'mwe-upload_completed' => 'Your upload is complete', 'mwe-upload_done' => 'Your upload should be accessible.', 'mwe-upload-unknown-size' => 'Unknown size', @@ -376,6 +376,7 @@ $messages['en'] = array( 'mwe-ogg-player-quicktime-activex' => 'QuickTime ActiveX', 'mwe-ogg-player-cortado' => 'Java Cortado', 'mwe-ogg-player-flowplayer' => 'Flowplayer', + 'mwe-ogg-player-kplayer' => 'Kaltura player', '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.
', -- 2.20.1