From: Siebrand Mazeland Date: Sat, 7 Nov 2009 11:24:07 +0000 (+0000) Subject: php mergeJavascriptMsg.php -j X-Git-Tag: 1.31.0-rc.0~38923 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=e8f9255964aee550eb94c77fa34429427ba32357;p=lhc%2Fweb%2Fwiklou.git php mergeJavascriptMsg.php -j --- diff --git a/js2/mwEmbed/php/languages/mwEmbed.i18n.php b/js2/mwEmbed/php/languages/mwEmbed.i18n.php index 88d835a879..b10819b2a9 100644 --- a/js2/mwEmbed/php/languages/mwEmbed.i18n.php +++ b/js2/mwEmbed/php/languages/mwEmbed.i18n.php @@ -11,11 +11,6 @@ $messages = array(); $messages['en'] = array( - /* - * js file /libAddMedia/dragDropFile.js - */ - 'mwe-upload-multi' => 'Upload {{PLURAL:$1|file|files}}', - 'mwe-review-upload' => 'Review File {{PLURAL:$1|Upload|Uploads}}', /* * js file: /libClipEdit/mvClipEdit.js */ @@ -41,8 +36,9 @@ $messages['en'] = array( 'mwe-end_time' => 'End time', 'mwe-preview_inout' => 'Preview in-out points', 'mwe-edit-tools' => 'Edit tools', - 'mwe-inline-description' => 'Inline Description', - 'mwe-edit-video-tools' => 'Edit Video Tools:', + 'mwe-inline-description' => 'Caption', + 'mwe-edit-video-tools' => 'Edit video tools:', + 'mwe-duration' => 'Duration:', /* * js file: /libTimedText/mvTextInterface.js @@ -312,6 +308,12 @@ $messages['en'] = array( 'mwe-upload-misc-error' => 'Unknown upload error', 'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsuported extension (more information).', + /* + * js file: /libAddMedia/dragDropFile.js + */ + 'mwe-upload-multi' => 'Upload {{PLURAL:$1|file|files}}', + 'mwe-review-upload' => 'Review File {{PLURAL:$1|Upload|Uploads}}', + /* * js file: /libEmbedVideo/embedVideo.js */