Index: trunk/extensions/MetavidWiki/languages/MV_Messages.php |
— | — | @@ -14,158 +14,8 @@ |
15 | 15 | |
16 | 16 | 'mv-desc' => '[http://metavid.org/wiki/MetaVidWiki_Software Video Metadata Editor & Media Search]', |
17 | 17 | |
18 | | - # javascript mappings per file: |
| 18 | + # javascript mappings have moved to /js2/mwEmbed/languages (so mwEmbed is more self contained) |
19 | 19 | |
20 | | - # mv_embed.js |
21 | | - 'loading_txt' => 'Loading <blink>...</blink>', |
22 | | - 'loading_plugin' => 'Loading plugin <blink>...</blink>', |
23 | | - 'select_playback' => 'Set playback preference', |
24 | | - 'link_back' => 'Link back', |
25 | | - 'error_load_lib' => 'mv_embed: Unable to load required JavaScript libraries. |
26 | | -Insert script via DOM has failed. |
27 | | -Try reloading?', |
28 | | - |
29 | | - 'error_swap_vid' => 'Error: mv_embed was unable to swap the video tag for the mv_embed interface', |
30 | | - |
31 | | - 'download_segment' => 'Download selection:', |
32 | | - 'download_full' => 'Download full video file:', |
33 | | - 'download_clip' => 'Download the clip', |
34 | | - 'download_text' => "Download text (<a style=\"color:white\" title=\"cmml\" href=\"http://wiki.xiph.org/index.php/CMML\">CMML</a> XML):", |
35 | | - |
36 | | - 'clip_linkback' => 'Clip source page', |
37 | | - |
38 | | - 'mv_ogg-player-vlc-mozilla' => 'VLC plugin', |
39 | | - 'mv_ogg-player-videoElement' => 'Native Ogg Video support', |
40 | | - 'mv_ogg-player-vlc-activex' => 'VLC ActiveX', |
41 | | - 'mv_ogg-player-oggPlay' => 'Annodex OggPlay plugin', |
42 | | - 'mv_ogg-player-oggPlugin' => 'Generic Ogg plugin', |
43 | | - 'mv_ogg-player-quicktime-mozilla' => 'Quicktime plugin', |
44 | | - 'mv_ogg-player-quicktime-activex' => 'Quicktime ActiveX', |
45 | | - 'mv_ogg-player-cortado' => 'Java Cortado', |
46 | | - 'mv_ogg-player-flowplayer' => 'Flowplayer', |
47 | | - 'mv_ogg-player-selected' => '(selected)', |
48 | | - 'mv_generic_missing_plugin' => "Your browser does not appear to support playback type: <b>$1</b><br /> |
49 | | -Visit the <a href=\"http://metavid.org/wiki/Client_Playback\">Playback methods</a> page to download a player.<br />", |
50 | | - |
51 | | - 'add_to_end_of_sequence' => 'Add to end of sequence', |
52 | | - |
53 | | - 'missing_video_stream' => 'The video file for this stream is missing', |
54 | | - |
55 | | - 'select_transcript_set' => 'Select text layers', |
56 | | - 'auto_scroll' => 'auto scroll', |
57 | | - 'close' => 'close', |
58 | | - 'improve_transcript' => 'Improve transcript', |
59 | | - |
60 | | - 'next_clip_msg' => 'Play next clip', |
61 | | - 'prev_clip_msg' => 'Play previous clip', |
62 | | - 'current_clip_msg' => 'Continue playing this clip', |
63 | | - 'seek_to' => 'Seek to', |
64 | | - |
65 | | - # mvUploader.js |
66 | | - 'upload-enable-converter' => "Enable video converter. |
67 | | - Use this to upload source video not yet converted to Theora format. |
68 | | -(<a href=\"http://commons.wikimedia.org/wiki/Commons:Firefogg\">more information</a>)", |
69 | | - 'upload-fogg_not_installed' => "If you want to upload video consider installing <a href=\"http://firefogg.org\">Firefogg</a>. |
70 | | -(<a href=\"http://commons.wikimedia.org/wiki/Commons:Firefogg\">more information</a>)", |
71 | | - 'upload-in-progress' => 'Transcoding and uploading (do not close this window)', |
72 | | - 'upload-transcoded-status' => 'Transcoded', |
73 | | - 'uploaded-status' => 'Uploaded', |
74 | | - 'upload-select-file' => 'Select file...', |
75 | | - 'wgfogg_wrong_version' => "You have Firefogg installed but it is outdated. |
76 | | -<a href=\"http://firefogg.org\">Please upgrade</a>.", |
77 | | - 'wgfogg_waring_ogg_upload' => 'You have selected an .ogg file for conversion to Ogg. |
78 | | -This is probably unnecessary. |
79 | | -Maybe disable the video converter?', |
80 | | - 'wgfogg_waring_bad_extension'=> 'You have selected a file with an unsuported extension. |
81 | | -<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_File_Types">More help</a>.', |
82 | | - |
83 | | - # remoteSearchDriver.js |
84 | | - 'mv_media_search' => 'Media search', |
85 | | - 'rsd_box_layout' => 'Box layout', |
86 | | - 'rsd_list_layout' => 'List layout', |
87 | | - 'rsd_results_desc' => 'Results', |
88 | | - 'rsd_no_results' => 'No search results for <b>$1</b>', |
89 | | - 'rsd_results_next' => 'next', |
90 | | - 'rsd_results_prev' => 'previous', |
91 | | - 'mv_upload' => 'Upload', |
92 | | - 'rsd_layout' => 'Layout:', |
93 | | - 'rsd_resource_edit' => 'Edit resource: $1', |
94 | | - 'resource_description_page'=> "Resource Description Page", |
95 | | - |
96 | | - 'cc_title' => 'Creative Commons', |
97 | | - 'cc_by_title' => 'Attribution', |
98 | | - 'cc_nc_title' => 'Noncommercial', |
99 | | - 'cc_nd_title' => 'No Derivative Works', |
100 | | - 'cc_sa_title' => 'Share Alike', |
101 | | - 'cc_pd_title' => 'Public Domain', |
102 | | - 'unknown_license' => 'Unknown License', |
103 | | - |
104 | | - 'no_import_by_url' => 'This user or wiki <b>can not</b> import assets via URLs. |
105 | | - |
106 | | -If permissions are correct; you may have to enable $wgAllowCopyUploads, <a href="http://www.mediawiki.org/wiki/Manual:$wgAllowCopyUploads">more info</a>', |
107 | | - #metavidSearch.js |
108 | | - 'mv_stream_title' => '$1 $2 to $3', # $stream name $start time to $end time |
109 | | - |
110 | | - # mvClipEdit.js |
111 | | - 'mv_crop' => 'Crop image', |
112 | | - 'mv_apply_crop' => 'Apply crop to image', |
113 | | - 'mv_reset_crop' => 'Reset crop', |
114 | | - 'mv_insert_image_page' => 'Insert into page', |
115 | | - 'mv_preview_insert' => 'Preview insert', |
116 | | - 'mv_cancel_image_insert' => 'Cancel insert', |
117 | | - |
118 | | - 'sc_fileopts' => 'Clip detail edit', |
119 | | - 'sc_inoutpoints' => 'Set in-Out points', |
120 | | - 'sc_panzoom' => 'Pan zoom crop', |
121 | | - 'sc_overlays' => 'Overlays', |
122 | | - 'sc_audio' => 'Audio control', |
123 | | - 'sc_duration' => 'Duration', |
124 | | - |
125 | | - 'mv_template_properties' => 'Template properties', |
126 | | - 'mv_custom_title' => 'Custom title', |
127 | | - 'mv_edit_properties' => 'Edit properties', |
128 | | - 'mv_other_properties' => 'Other properties', |
129 | | - 'mv_resource_page' => 'Resource page', |
130 | | - 'mv_set_in_out_points' => 'Set in-out points', |
131 | | - |
132 | | - # mvSequencer.js |
133 | | - 'menu_clipedit' => 'Edit selected resource', |
134 | | - 'menu_cliplib' => 'Add resource', |
135 | | - 'menu_transition' => 'Transitions effects', |
136 | | - 'menu_resource_overview' => 'Resource overview', |
137 | | - 'menu_options' => 'Options', |
138 | | - |
139 | | - 'loading_timeline' => 'Loading timeline <blink>...</blink>', |
140 | | - 'loading_user_rights' => 'Loading user rights <blink>...</blink>', |
141 | | - |
142 | | - 'no_edit_permissions' => 'You do not have permissions to save changes to this sequence', |
143 | | - |
144 | | - 'edit_clip' => 'Edit clip', |
145 | | - 'edit_save' => 'Save changes', |
146 | | - 'edit_cancel' => 'Cancel edit', |
147 | | - 'edit_cancel_confirm' => 'Are you sure you want to cancel your edit? |
148 | | -All changes will be lost.', |
149 | | - |
150 | | - 'zoom_in' => 'Zoom in', |
151 | | - 'zoom_out' => 'Zoom out', |
152 | | - 'cut_clip' => 'Cut clips', |
153 | | - 'expand_track' => 'Expand track', |
154 | | - 'colapse_track' => 'Collapse track', |
155 | | - 'pixle2sec' => 'pixles to seconds', |
156 | | - 'rmclip' => 'Remove clip', |
157 | | - 'clip_in' => 'clip in', |
158 | | - 'clip_out' => 'clip out', |
159 | | - |
160 | | - #set to ignored for now. Messages does not appear to be final |
161 | | - 'mv_welcome_to_sequencer' => '<h3>Welcome to the sequencer demo</h3> |
162 | | -Very <b>limited</b> functionality right now. |
163 | | -Not much documentation yet either', # do not translate or duplicate this message to other languages |
164 | | - |
165 | | - 'no_selected_resource' => '<h3>No resource selected</h3> |
166 | | -Select a clip to enable resource editing', |
167 | | - 'error_edit_multiple' => '<h3>Multiple resources selected</h3> |
168 | | -Select a single clip to edit it', |
169 | | - |
170 | 20 | # normal php based msg keys: |
171 | 21 | 'metavid' => 'MetaVid page', |
172 | 22 | 'mv_missing_stream' => 'Missing stream: $1', |