From e8f9255964aee550eb94c77fa34429427ba32357 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 7 Nov 2009 11:24:07 +0000 Subject: [PATCH] php mergeJavascriptMsg.php -j --- js2/mwEmbed/php/languages/mwEmbed.i18n.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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 */ -- 2.20.1