Update mwEmbed.i18n.php
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 22 Aug 2009 18:41:05 +0000 (18:41 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sat, 22 Aug 2009 18:41:05 +0000 (18:41 +0000)
For some reasons libEmbedVideo/embedVideo.js is not imported (could not get any json vars from:/libEmbedVideo/embedVideo.js). Looking into that.

js2/mwEmbed/php/languages/mwEmbed.i18n.php

index 9e67da8..f65c093 100644 (file)
@@ -11,10 +11,11 @@ $messages['en'] = array(
        /*
         * js file: /libTimedText/mvTextInterface.js
         */
-       'select_transcript_set' => 'Select layers',
-       'auto_scroll' => 'auto scroll',
-       'close' => 'close',
-       'improve_transcript' => 'Improve',
+       'mwe-select_transcript_set' => 'Select layers',
+       'mwe-auto_scroll' => 'auto scroll',
+       'mwe-close' => 'close',
+       'mwe-improve_transcript' => 'Improve',
+       'mwe-no_text_tracks_found' => 'No text tracks were found',
 
        /*
         * js file: /libAddMedia/mvBaseUploadInterface.js
@@ -47,8 +48,8 @@ $messages['en'] = array(
        /*
         * js file: /libAddMedia/mvAdvFirefogg.js
         */
-       'help-sticky' => 'Help (click to stick)',
-       'fogg-cg-preset' => 'Preset: <strong>$1</strong>',
+       'fogg-help-sticky' => 'Help (click to stick)',
+       'fogg-cg-preset' => 'Preset :  <strong>$1</strong>',
        'fogg-cg-quality' => 'Basic quality and resolution control',
        'fogg-cg-meta' => 'Metadata for the clip',
        'fogg-cg-range' => 'Encoding range',
@@ -59,12 +60,12 @@ $messages['en'] = array(
        /*
         * js file: /libAddMedia/searchLibs/metavidSearch.js
         */
-       'mv_stream_title' => '$1 $2 to $3',
+       'mwe-stream_title' => '$1 $2 to $3',
 
        /*
         * js file: /libAddMedia/searchLibs/baseRemoteSearch.js
         */
-       'imported_from' => '$1 imported from [$2 $3]. See the original [$4 resource page] for more information.',
+       'mwe-imported_from' => '$1 imported from [$2 $3]. See the original [$4 resource page] for more information.',
 
        /*
         * js file: /libAddMedia/mvFirefogg.js
@@ -86,166 +87,127 @@ $messages['en'] = array(
        /*
         * js file: /libAddMedia/simpleUploadForm.js
         */
-       'select_file' => 'Select file',
-       'more_licence_options' => 'For more licence options, view the <a href="$1">normal upload page</a>',
-       'select_ownwork' => 'I am uploading entirely my own work, and licencing it under:',
-       'licence_cc-by-sa' => 'Creative Commons Share Alike (3.0)',
-       'upload' => 'Upload file',
-       'destfilename' => 'Destination filename:',
-       'summary' => 'Summary',
-       'error_not_loggedin' => 'You do not appear to be logged in or do not have upload privlages.',
+       'mwe-select_file' => 'Select file',
+       'mwe-more_licence_options' => 'For more licence options, view the <a href="$1">normal upload page</a>',
+       'mwe-select_ownwork' => 'I am uploading entirely my own work, and licencing it under:',
+       'mwe-licence_cc-by-sa' => 'Creative Commons Share Alike (3.0)',
+       'mwe-upload' => 'Upload file',
+       'mwe-destfilename' => 'Destination filename:',
+       'mwe-summary' => 'Summary',
+       'mwe-error_not_loggedin' => 'You do not appear to be logged in or do not have upload privileges.',
 
        /*
         * js file: /libAddMedia/remoteSearchDriver.js
         */
-       'add_media_wizard' => 'Add media wizard',
-       'mv_media_search' => 'Media search',
+       'mwe-add_media_wizard' => 'Add media wizard',
+       'mwe-media_search' => 'Media search',
        'rsd_box_layout' => 'Box layout',
        'rsd_list_layout' => 'List layout',
        'rsd_results_desc' => 'Results',
        'rsd_results_next' => 'next',
        'rsd_results_prev' => 'previous',
        'rsd_no_results' => 'No search results for <b>$1</b>',
-       'upload_tab' => 'Upload',
-       'rsd_layout' => 'Layout:',
-       'rsd_resource_edit' => 'Edit resource: $1',
-       'resource_description_page' => 'Resource description page',
+       'mwe-upload_tab' => 'Upload',
+       'rsd_layout' => 'Layout : ',
+       'rsd_resource_edit' => 'Edit resource :  $1',
+       'mwe-resource_description_page' => 'Resource description page',
        'rsd_local_resource_title' => 'Local resource title',
        'rsd_do_insert' => 'Do insert',
-       'cc_title' => 'Creative Commons',
-       'cc_by_title' => 'Attribution',
-       'cc_nc_title' => 'Noncommercial',
-       'cc_nd_title' => 'No Derivative Works',
-       'cc_sa_title' => 'Share Alike',
-       'cc_pd_title' => 'Public Domain',
-       'unknown_license' => 'Unknown license',
-       'no_import_by_url' => 'This user or wiki <b>can not</b> import assets from remote URLs.</p><p>Do you need to login?</p><p>If permissions are set, you may have to enable $wgAllowCopyUploads (<a href="http://www.mediawiki.org/wiki/Manual:$wgAllowCopyUploads">more information</a>).</p>',
-       'results_from' => 'Results from <a href="$1" target="_new" >$2</a>',
-       'missing_desc_see_soruce' => 'This asset is missing a description. Please see the [$1 orginal source] and help describe it.',
-       'rsd_config_error' => 'Add media wizard configuration error: $1',
+       'mwe-cc_title' => 'Creative Commons',
+       'mwe-cc_by_title' => 'Attribution',
+       'mwe-cc_nc_title' => 'Noncommercial',
+       'mwe-cc_nd_title' => 'No Derivative Works',
+       'mwe-cc_sa_title' => 'Share Alike',
+       'mwe-cc_pd_title' => 'Public Domain',
+       'mwe-unknown_license' => 'Unknown license',
+       'mwe-no_import_by_url' => 'This user or wiki <b>can not</b> import assets from remote URLs.</p><p>Do you need to login?</p><p>If permissions are set, you may have to enable $wgAllowCopyUploads (<a href="http : //www.mediawiki.org/wiki/Manual : $wgAllowCopyUploads">more information</a>).</p>',
+       'mwe-results_from' => 'Results from <a href="$1" target="_new" >$2</a>',
+       'mwe-missing_desc_see_source' => 'This asset is missing a description. Please see the [$1 orginal source] and help describe it.',
+       'rsd_config_error' => 'Add media wizard configuration error :  $1',
+       'mwe-your_recent_uploads' => 'Your recent uploads',
+       'mwe-upload_a_file' => 'Upload a new file',
+       'mwe-resource_page_desc' => 'Resource page description:',
+       'mwe-edit_resource_desc' => 'Edit wiki text resource description:',
+       '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-cancel_import' => 'Cancel import',
+       'mwe-importing_asset' => 'Importing asset',
+       'mwe-preview_insert_resource' => 'Preview insert of resource: $1',
 
        /*
         * js file: /libSequencer/mvSequencer.js
         */
-       'menu_clipedit' => 'Edit media',
-       'menu_transition' => 'Transitions and effects',
-       'menu_cliplib' => 'Add media',
-       'menu_resource_overview' => 'Resource overview',
-       'menu_options' => 'Options',
-       'loading_timeline' => 'Loading timeline <blink>...</blink>',
-       'loading_user_rights' => 'Loading user rights <blink>...</blink>',
-       'no_edit_permissions' => 'You do not have permissions to save changes to this sequence',
-       'edit_clip' => 'Edit clip',
-       'edit_save' => 'Save sequence changes',
-       'saving_wait' => 'Save in progress (please wait)',
-       'save_done' => 'Save complete',
-       'edit_cancel' => 'Cancel sequence edit',
-       'edit_cancel_confirm' => 'Are you sure you want to cancel your edit? Changes will be lost.',
-       'zoom_in' => 'Zoom in',
-       'zoom_out' => 'Zoom out',
-       'cut_clip' => 'Cut clips',
-       'expand_track' => 'Expand track',
-       'colapse_track' => 'Collapse track',
-       'play_from_position' => 'Play from playline position',
-       'pixle2sec' => 'pixles to seconds',
-       'rmclip' => 'Remove clip',
-       'clip_in' => 'clip in',
-       'clip_out' => 'clip out',
-       'mv_welcome_to_sequencer' => '<h3>Welcome to the sequencer demo</h3> Very <b>limited</b> functionality right now. Not much documentation yet either.',
-       'no_selected_resource' => '<h3>No resource selected</h3> Select a clip to enable editing.',
-       'error_edit_multiple' => '<h3>Multiple resources selected</h3> Select a single clip to edit it.',
-       'mv_editor_options' => 'Editor options',
-       'mv_editor_mode' => 'Editor mode',
-       'mv_simple_editor_desc' => 'simple editor (iMovie style)',
-       'mv_advanced_editor_desc' => 'advanced editor (Final Cut style)',
-       'mv_other_options' => 'Other options',
-       'mv_contextmenu_opt' => 'Enable context menus',
-       'mv_sequencer_credit_line' => 'Developed by <a href="http://kaltura.com">Kaltura, Inc.</a> in partnership with the <a href="http://wikimediafoundation.org/wiki/Home">Wikimedia Foundation</a> (<a href="#">more information</a>).',
+       'mwe-menu_clipedit' => 'Edit media',
+       'mwe-menu_transition' => 'Transitions and effects',
+       'mwe-menu_cliplib' => 'Add media',
+       'mwe-menu_resource_overview' => 'Resource overview',
+       'mwe-menu_options' => 'Options',
+       'mwe-loading_timeline' => 'Loading timeline <blink>...</blink>',
+       'mwe-loading_user_rights' => 'Loading user rights <blink>...</blink>',
+       'mwe-no_edit_permissions' => 'You do not have permissions to save changes to this sequence',
+       'mwe-edit_clip' => 'Edit clip',
+       'mwe-edit_save' => 'Save sequence changes',
+       'mwe-saving_wait' => 'Save in progress (please wait)',
+       'mwe-save_done' => 'Save complete',
+       'mwe-edit_cancel' => 'Cancel sequence edit',
+       'mwe-edit_cancel_confirm' => 'Are you sure you want to cancel your edit? Changes will be lost.',
+       'mwe-zoom_in' => 'Zoom in',
+       'mwe-zoom_out' => 'Zoom out',
+       'mwe-cut_clip' => 'Cut clips',
+       'mwe-expand_track' => 'Expand track',
+       'mwe-collapse_track' => 'Collapse track',
+       'mwe-play_from_position' => 'Play from playline position',
+       'mwe-pixle2sec' => 'pixels to seconds',
+       'mwe-rmclip' => 'Remove clip',
+       'mwe-clip_in' => 'clip in',
+       'mwe-clip_out' => 'clip out',
+       'mwe-welcome_to_sequencer' => '<h3>Welcome to the sequencer demo</h3> Very <b>limited</b> functionality right now. Not much documentation yet either.',
+       'mwe-no_selected_resource' => '<h3>No resource selected</h3> Select a clip to enable editing.',
+       'mwe-error_edit_multiple' => '<h3>Multiple resources selected</h3> Select a single clip to edit it.',
+       'mwe-editor_options' => 'Editor options',
+       'mwe-editor_mode' => 'Editor mode',
+       'mwe-simple_editor_desc' => 'simple editor (iMovie style)',
+       'mwe-advanced_editor_desc' => 'advanced editor (Final Cut style)',
+       'mwe-other_options' => 'Other options',
+       'mwe-contextmenu_opt' => 'Enable context menus',
+       'mwe-sequencer_credit_line' => 'Developed by <a href="http://kaltura.com">Kaltura, Inc.</a> in partnership with the <a href="http://wikimediafoundation.org/wiki/Home">Wikimedia Foundation</a> (<a href="#">more information</a>).',
 
        /*
         * js file: /libSequencer/mvTimedEffectsEdit.js
         */
-       'transition_in' => 'Transition in',
-       'transition_out' => 'Transition out',
-       'effects' => 'Effects stack',
-       'remove_transition' => 'Remove transition',
-       'edit_transin' => 'Edit transition into clip',
-       'edit_transout' => 'Edit transition out of clip',
-
-       /*
-        * js file: /libEmbedVideo/embedVideo.js
-        */
-       'loading_plugin' => 'loading plugin <blink>...</blink>',
-       'select_playback' => 'Set playback preference',
-       'link_back' => 'Link back',
-       'error_load_lib' => 'Error: mv_embed was unable to load required JavaScript libraries.
-Insert script via DOM has failed. Please try reloading this page.',
-       'error_swap_vid' => 'Error: mv_embed was unable to swap the video tag for the mv_embed interface',
-       'add_to_end_of_sequence' => 'Add to end of sequence',
-       'missing_video_stream' => 'The video file for this stream is missing',
-       'play_clip' => 'Play clip',
-       'pause_clip' => 'Pause clip',
-       'volume_control' => 'Volume control',
-       'player_options' => 'Player options',
-       'closed_captions' => 'Close captions',
-       'player_fullscreen' => 'Fullscreen',
-       'next_clip_msg' => 'Play next clip',
-       'prev_clip_msg' => 'Play previous clip',
-       'current_clip_msg' => 'Continue playing this clip',
-       'seek_to' => 'Seek to',
-       'download_segment' => 'Download selection:',
-       'download_full' => 'Download full video file:',
-       'download_right_click' => 'To download, right click and select <i>Save target as...</i>',
-       'download_clip' => 'Download video',
-       'download_text' => 'Download text (<a style="color:white" title="cmml" href="http://wiki.xiph.org/index.php/CMML">CMML</a> xml):',
-       'download' => 'Download',
-       'share' => 'Share',
-       'credits' => 'Credits',
-       'clip_linkback' => 'Clip source page',
-       'chose_player' => 'Choose video player',
-       'share_this_video' => 'Share this video',
-       'video_credits' => 'Video credits',
-       'menu_btn' => 'Menu',
-       'close_btn' => 'Close',
-       'mv_ogg-player-vlc-mozilla' => 'VLC plugin',
-       'mv_ogg-player-videoElement' => 'Native Ogg video support',
-       'mv_ogg-player-vlc-activex' => 'VLC ActiveX',
-       'mv_ogg-player-oggPlugin' => 'Generic Ogg plugin',
-       'mv_ogg-player-quicktime-mozilla' => 'Quicktime plugin',
-       'mv_ogg-player-quicktime-activex' => 'Quicktime ActiveX',
-       'mv_ogg-player-cortado' => 'Java Cortado',
-       'mv_ogg-player-flowplayer' => 'Flowplayer',
-       'mv_ogg-player-selected' => ' (selected)',
-       'mv_ogg-player-omtkplayer' => 'OMTK Flash Vorbis',
-       'mv_generic_missing_plugin' => 'You browser does not appear to support the following playback type: <b>$1</b><br />Visit the <a href="http://commons.wikimedia.org/wiki/Commons:Media_help">Playback Methods</a> page to download a player.<br />',
-       'mv_for_best_experience' => 'For a better video playback experience we recommend:<br /><b><a href="http://www.mozilla.com/en-US/firefox/upgrade.html?from=mwEmbed">Firefox 3.5</a>.</b>',
-       'mv_do_not_warn_again' => 'Dissmiss for now.',
-       'playerselect' => 'Players',
+       'mwe-transition_in' => 'Transition in',
+       'mwe-transition_out' => 'Transition out',
+       'mwe-effects' => 'Effects stack',
+       'mwe-remove_transition' => 'Remove transition',
+       'mwe-edit_transin' => 'Edit transition into clip',
+       'mwe-edit_transout' => 'Edit transition out of clip',
 
        /*
         * js file: /libClipEdit/mvClipEdit.js
         */
-       'mv_crop' => 'Crop image',
-       'mv_apply_crop' => 'Apply crop to image',
-       'mv_reset_crop' => 'Reset crop',
-       'mv_insert_image_page' => 'Insert into page',
-       'mv_insert_into_sequence' => 'Insert into sequence',
-       'mv_preview_insert' => 'Preview insert',
-       'mv_cancel_image_insert' => 'Cancel insert',
-       'sc_fileopts' => 'Clip detail edit',
-       'sc_inoutpoints' => 'Set in-out points',
-       'sc_overlays' => 'Overlays',
-       'sc_audio' => 'Audio control',
-       'sc_duration' => 'Duration',
-       'mv_template_properties' => 'Template properties',
-       'mv_custom_title' => 'Custom title',
-       'mv_edit_properties' => 'Edit properties',
-       'mv_other_properties' => 'Other properties',
-       'mv_resource_page' => 'Resource page:',
-       'mv_set_in_out_points' => 'Set in-out points',
-       'mv_start_time' => 'Start time',
-       'mv_end_time' => 'End time',
-       'mv_preview_inout' => 'Preview/play in-out points',
+       'mwe-crop' => 'Crop image',
+       'mwe-apply_crop' => 'Apply crop to image',
+       'mwe-reset_crop' => 'Reset crop',
+       'mwe-insert_image_page' => 'Insert into page',
+       'mwe-insert_into_sequence' => 'Insert into sequence',
+       'mwe-preview_insert' => 'Preview insert',
+       'mwe-cancel_image_insert' => 'Cancel insert',
+       'mwe-sc_fileopts' => 'Clip detail edit',
+       'mwe-sc_inoutpoints' => 'Set in-out points',
+       'mwe-sc_overlays' => 'Overlays',
+       'mwe-sc_audio' => 'Audio control',
+       'mwe-sc_duration' => 'Duration',
+       'mwe-template_properties' => 'Template properties',
+       'mwe-custom_title' => 'Custom title',
+       'mwe-edit_properties' => 'Edit properties',
+       'mwe-other_properties' => 'Other properties',
+       'mwe-resource_page' => 'Resource page:',
+       'mwe-set_in_out_points' => 'Set in-out points',
+       'mwe-start_time' => 'Start time',
+       'mwe-end_time' => 'End time',
+       'mwe-preview_inout' => 'Preview/play in-out points',
 
        /*
         * js file: /mv_embed.js
@@ -256,4 +218,4 @@ Insert script via DOM has failed. Please try reloading this page.',
        'mwe-size-megabytes' => '$1 MB',
        'mwe-size-kilobytes' => '$1 K',
        'mwe-size-bytes' => '$1 B',
-);
+);
\ No newline at end of file