Index: trunk/phase3/js2/mwEmbed/php/languages/mwEmbed.i18n.php |
— | — | @@ -11,10 +11,11 @@ |
12 | 12 | /* |
13 | 13 | * js file: /libTimedText/mvTextInterface.js |
14 | 14 | */ |
15 | | - 'select_transcript_set' => 'Select layers', |
16 | | - 'auto_scroll' => 'auto scroll', |
17 | | - 'close' => 'close', |
18 | | - 'improve_transcript' => 'Improve', |
| 15 | + 'mwe-select_transcript_set' => 'Select layers', |
| 16 | + 'mwe-auto_scroll' => 'auto scroll', |
| 17 | + 'mwe-close' => 'close', |
| 18 | + 'mwe-improve_transcript' => 'Improve', |
| 19 | + 'mwe-no_text_tracks_found' => 'No text tracks were found', |
19 | 20 | |
20 | 21 | /* |
21 | 22 | * js file: /libAddMedia/mvBaseUploadInterface.js |
— | — | @@ -47,8 +48,8 @@ |
48 | 49 | /* |
49 | 50 | * js file: /libAddMedia/mvAdvFirefogg.js |
50 | 51 | */ |
51 | | - 'help-sticky' => 'Help (click to stick)', |
52 | | - 'fogg-cg-preset' => 'Preset: <strong>$1</strong>', |
| 52 | + 'fogg-help-sticky' => 'Help (click to stick)', |
| 53 | + 'fogg-cg-preset' => 'Preset : <strong>$1</strong>', |
53 | 54 | 'fogg-cg-quality' => 'Basic quality and resolution control', |
54 | 55 | 'fogg-cg-meta' => 'Metadata for the clip', |
55 | 56 | 'fogg-cg-range' => 'Encoding range', |
— | — | @@ -59,12 +60,12 @@ |
60 | 61 | /* |
61 | 62 | * js file: /libAddMedia/searchLibs/metavidSearch.js |
62 | 63 | */ |
63 | | - 'mv_stream_title' => '$1 $2 to $3', |
| 64 | + 'mwe-stream_title' => '$1 $2 to $3', |
64 | 65 | |
65 | 66 | /* |
66 | 67 | * js file: /libAddMedia/searchLibs/baseRemoteSearch.js |
67 | 68 | */ |
68 | | - 'imported_from' => '$1 imported from [$2 $3]. See the original [$4 resource page] for more information.', |
| 69 | + 'mwe-imported_from' => '$1 imported from [$2 $3]. See the original [$4 resource page] for more information.', |
69 | 70 | |
70 | 71 | /* |
71 | 72 | * js file: /libAddMedia/mvFirefogg.js |
— | — | @@ -86,166 +87,127 @@ |
87 | 88 | /* |
88 | 89 | * js file: /libAddMedia/simpleUploadForm.js |
89 | 90 | */ |
90 | | - 'select_file' => 'Select file', |
91 | | - 'more_licence_options' => 'For more licence options, view the <a href="$1">normal upload page</a>', |
92 | | - 'select_ownwork' => 'I am uploading entirely my own work, and licencing it under:', |
93 | | - 'licence_cc-by-sa' => 'Creative Commons Share Alike (3.0)', |
94 | | - 'upload' => 'Upload file', |
95 | | - 'destfilename' => 'Destination filename:', |
96 | | - 'summary' => 'Summary', |
97 | | - 'error_not_loggedin' => 'You do not appear to be logged in or do not have upload privlages.', |
| 91 | + 'mwe-select_file' => 'Select file', |
| 92 | + 'mwe-more_licence_options' => 'For more licence options, view the <a href="$1">normal upload page</a>', |
| 93 | + 'mwe-select_ownwork' => 'I am uploading entirely my own work, and licencing it under:', |
| 94 | + 'mwe-licence_cc-by-sa' => 'Creative Commons Share Alike (3.0)', |
| 95 | + 'mwe-upload' => 'Upload file', |
| 96 | + 'mwe-destfilename' => 'Destination filename:', |
| 97 | + 'mwe-summary' => 'Summary', |
| 98 | + 'mwe-error_not_loggedin' => 'You do not appear to be logged in or do not have upload privileges.', |
98 | 99 | |
99 | 100 | /* |
100 | 101 | * js file: /libAddMedia/remoteSearchDriver.js |
101 | 102 | */ |
102 | | - 'add_media_wizard' => 'Add media wizard', |
103 | | - 'mv_media_search' => 'Media search', |
| 103 | + 'mwe-add_media_wizard' => 'Add media wizard', |
| 104 | + 'mwe-media_search' => 'Media search', |
104 | 105 | 'rsd_box_layout' => 'Box layout', |
105 | 106 | 'rsd_list_layout' => 'List layout', |
106 | 107 | 'rsd_results_desc' => 'Results', |
107 | 108 | 'rsd_results_next' => 'next', |
108 | 109 | 'rsd_results_prev' => 'previous', |
109 | 110 | 'rsd_no_results' => 'No search results for <b>$1</b>', |
110 | | - 'upload_tab' => 'Upload', |
111 | | - 'rsd_layout' => 'Layout:', |
112 | | - 'rsd_resource_edit' => 'Edit resource: $1', |
113 | | - 'resource_description_page' => 'Resource description page', |
| 111 | + 'mwe-upload_tab' => 'Upload', |
| 112 | + 'rsd_layout' => 'Layout : ', |
| 113 | + 'rsd_resource_edit' => 'Edit resource : $1', |
| 114 | + 'mwe-resource_description_page' => 'Resource description page', |
114 | 115 | 'rsd_local_resource_title' => 'Local resource title', |
115 | 116 | 'rsd_do_insert' => 'Do insert', |
116 | | - 'cc_title' => 'Creative Commons', |
117 | | - 'cc_by_title' => 'Attribution', |
118 | | - 'cc_nc_title' => 'Noncommercial', |
119 | | - 'cc_nd_title' => 'No Derivative Works', |
120 | | - 'cc_sa_title' => 'Share Alike', |
121 | | - 'cc_pd_title' => 'Public Domain', |
122 | | - 'unknown_license' => 'Unknown license', |
123 | | - '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>', |
124 | | - 'results_from' => 'Results from <a href="$1" target="_new" >$2</a>', |
125 | | - 'missing_desc_see_soruce' => 'This asset is missing a description. Please see the [$1 orginal source] and help describe it.', |
126 | | - 'rsd_config_error' => 'Add media wizard configuration error: $1', |
| 117 | + 'mwe-cc_title' => 'Creative Commons', |
| 118 | + 'mwe-cc_by_title' => 'Attribution', |
| 119 | + 'mwe-cc_nc_title' => 'Noncommercial', |
| 120 | + 'mwe-cc_nd_title' => 'No Derivative Works', |
| 121 | + 'mwe-cc_sa_title' => 'Share Alike', |
| 122 | + 'mwe-cc_pd_title' => 'Public Domain', |
| 123 | + 'mwe-unknown_license' => 'Unknown license', |
| 124 | + '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>', |
| 125 | + 'mwe-results_from' => 'Results from <a href="$1" target="_new" >$2</a>', |
| 126 | + 'mwe-missing_desc_see_source' => 'This asset is missing a description. Please see the [$1 orginal source] and help describe it.', |
| 127 | + 'rsd_config_error' => 'Add media wizard configuration error : $1', |
| 128 | + 'mwe-your_recent_uploads' => 'Your recent uploads', |
| 129 | + 'mwe-upload_a_file' => 'Upload a new file', |
| 130 | + 'mwe-resource_page_desc' => 'Resource page description:', |
| 131 | + 'mwe-edit_resource_desc' => 'Edit wiki text resource description:', |
| 132 | + 'mwe-local_resource_title' => 'Local resource title:', |
| 133 | + 'mwe-watch_this_page' => 'Watch this page', |
| 134 | + 'mwe-do_import_resource' => 'Import resource', |
| 135 | + 'mwe-update_preview' => 'Update preview', |
| 136 | + 'mwe-cancel_import' => 'Cancel import', |
| 137 | + 'mwe-importing_asset' => 'Importing asset', |
| 138 | + 'mwe-preview_insert_resource' => 'Preview insert of resource: $1', |
127 | 139 | |
128 | 140 | /* |
129 | 141 | * js file: /libSequencer/mvSequencer.js |
130 | 142 | */ |
131 | | - 'menu_clipedit' => 'Edit media', |
132 | | - 'menu_transition' => 'Transitions and effects', |
133 | | - 'menu_cliplib' => 'Add media', |
134 | | - 'menu_resource_overview' => 'Resource overview', |
135 | | - 'menu_options' => 'Options', |
136 | | - 'loading_timeline' => 'Loading timeline <blink>...</blink>', |
137 | | - 'loading_user_rights' => 'Loading user rights <blink>...</blink>', |
138 | | - 'no_edit_permissions' => 'You do not have permissions to save changes to this sequence', |
139 | | - 'edit_clip' => 'Edit clip', |
140 | | - 'edit_save' => 'Save sequence changes', |
141 | | - 'saving_wait' => 'Save in progress (please wait)', |
142 | | - 'save_done' => 'Save complete', |
143 | | - 'edit_cancel' => 'Cancel sequence edit', |
144 | | - 'edit_cancel_confirm' => 'Are you sure you want to cancel your edit? Changes will be lost.', |
145 | | - 'zoom_in' => 'Zoom in', |
146 | | - 'zoom_out' => 'Zoom out', |
147 | | - 'cut_clip' => 'Cut clips', |
148 | | - 'expand_track' => 'Expand track', |
149 | | - 'colapse_track' => 'Collapse track', |
150 | | - 'play_from_position' => 'Play from playline position', |
151 | | - 'pixle2sec' => 'pixles to seconds', |
152 | | - 'rmclip' => 'Remove clip', |
153 | | - 'clip_in' => 'clip in', |
154 | | - 'clip_out' => 'clip out', |
155 | | - 'mv_welcome_to_sequencer' => '<h3>Welcome to the sequencer demo</h3> Very <b>limited</b> functionality right now. Not much documentation yet either.', |
156 | | - 'no_selected_resource' => '<h3>No resource selected</h3> Select a clip to enable editing.', |
157 | | - 'error_edit_multiple' => '<h3>Multiple resources selected</h3> Select a single clip to edit it.', |
158 | | - 'mv_editor_options' => 'Editor options', |
159 | | - 'mv_editor_mode' => 'Editor mode', |
160 | | - 'mv_simple_editor_desc' => 'simple editor (iMovie style)', |
161 | | - 'mv_advanced_editor_desc' => 'advanced editor (Final Cut style)', |
162 | | - 'mv_other_options' => 'Other options', |
163 | | - 'mv_contextmenu_opt' => 'Enable context menus', |
164 | | - '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>).', |
| 143 | + 'mwe-menu_clipedit' => 'Edit media', |
| 144 | + 'mwe-menu_transition' => 'Transitions and effects', |
| 145 | + 'mwe-menu_cliplib' => 'Add media', |
| 146 | + 'mwe-menu_resource_overview' => 'Resource overview', |
| 147 | + 'mwe-menu_options' => 'Options', |
| 148 | + 'mwe-loading_timeline' => 'Loading timeline <blink>...</blink>', |
| 149 | + 'mwe-loading_user_rights' => 'Loading user rights <blink>...</blink>', |
| 150 | + 'mwe-no_edit_permissions' => 'You do not have permissions to save changes to this sequence', |
| 151 | + 'mwe-edit_clip' => 'Edit clip', |
| 152 | + 'mwe-edit_save' => 'Save sequence changes', |
| 153 | + 'mwe-saving_wait' => 'Save in progress (please wait)', |
| 154 | + 'mwe-save_done' => 'Save complete', |
| 155 | + 'mwe-edit_cancel' => 'Cancel sequence edit', |
| 156 | + 'mwe-edit_cancel_confirm' => 'Are you sure you want to cancel your edit? Changes will be lost.', |
| 157 | + 'mwe-zoom_in' => 'Zoom in', |
| 158 | + 'mwe-zoom_out' => 'Zoom out', |
| 159 | + 'mwe-cut_clip' => 'Cut clips', |
| 160 | + 'mwe-expand_track' => 'Expand track', |
| 161 | + 'mwe-collapse_track' => 'Collapse track', |
| 162 | + 'mwe-play_from_position' => 'Play from playline position', |
| 163 | + 'mwe-pixle2sec' => 'pixels to seconds', |
| 164 | + 'mwe-rmclip' => 'Remove clip', |
| 165 | + 'mwe-clip_in' => 'clip in', |
| 166 | + 'mwe-clip_out' => 'clip out', |
| 167 | + 'mwe-welcome_to_sequencer' => '<h3>Welcome to the sequencer demo</h3> Very <b>limited</b> functionality right now. Not much documentation yet either.', |
| 168 | + 'mwe-no_selected_resource' => '<h3>No resource selected</h3> Select a clip to enable editing.', |
| 169 | + 'mwe-error_edit_multiple' => '<h3>Multiple resources selected</h3> Select a single clip to edit it.', |
| 170 | + 'mwe-editor_options' => 'Editor options', |
| 171 | + 'mwe-editor_mode' => 'Editor mode', |
| 172 | + 'mwe-simple_editor_desc' => 'simple editor (iMovie style)', |
| 173 | + 'mwe-advanced_editor_desc' => 'advanced editor (Final Cut style)', |
| 174 | + 'mwe-other_options' => 'Other options', |
| 175 | + 'mwe-contextmenu_opt' => 'Enable context menus', |
| 176 | + '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>).', |
165 | 177 | |
166 | 178 | /* |
167 | 179 | * js file: /libSequencer/mvTimedEffectsEdit.js |
168 | 180 | */ |
169 | | - 'transition_in' => 'Transition in', |
170 | | - 'transition_out' => 'Transition out', |
171 | | - 'effects' => 'Effects stack', |
172 | | - 'remove_transition' => 'Remove transition', |
173 | | - 'edit_transin' => 'Edit transition into clip', |
174 | | - 'edit_transout' => 'Edit transition out of clip', |
| 181 | + 'mwe-transition_in' => 'Transition in', |
| 182 | + 'mwe-transition_out' => 'Transition out', |
| 183 | + 'mwe-effects' => 'Effects stack', |
| 184 | + 'mwe-remove_transition' => 'Remove transition', |
| 185 | + 'mwe-edit_transin' => 'Edit transition into clip', |
| 186 | + 'mwe-edit_transout' => 'Edit transition out of clip', |
175 | 187 | |
176 | 188 | /* |
177 | | - * js file: /libEmbedVideo/embedVideo.js |
178 | | - */ |
179 | | - 'loading_plugin' => 'loading plugin <blink>...</blink>', |
180 | | - 'select_playback' => 'Set playback preference', |
181 | | - 'link_back' => 'Link back', |
182 | | - 'error_load_lib' => 'Error: mv_embed was unable to load required JavaScript libraries. |
183 | | -Insert script via DOM has failed. Please try reloading this page.', |
184 | | - 'error_swap_vid' => 'Error: mv_embed was unable to swap the video tag for the mv_embed interface', |
185 | | - 'add_to_end_of_sequence' => 'Add to end of sequence', |
186 | | - 'missing_video_stream' => 'The video file for this stream is missing', |
187 | | - 'play_clip' => 'Play clip', |
188 | | - 'pause_clip' => 'Pause clip', |
189 | | - 'volume_control' => 'Volume control', |
190 | | - 'player_options' => 'Player options', |
191 | | - 'closed_captions' => 'Close captions', |
192 | | - 'player_fullscreen' => 'Fullscreen', |
193 | | - 'next_clip_msg' => 'Play next clip', |
194 | | - 'prev_clip_msg' => 'Play previous clip', |
195 | | - 'current_clip_msg' => 'Continue playing this clip', |
196 | | - 'seek_to' => 'Seek to', |
197 | | - 'download_segment' => 'Download selection:', |
198 | | - 'download_full' => 'Download full video file:', |
199 | | - 'download_right_click' => 'To download, right click and select <i>Save target as...</i>', |
200 | | - 'download_clip' => 'Download video', |
201 | | - 'download_text' => 'Download text (<a style="color:white" title="cmml" href="http://wiki.xiph.org/index.php/CMML">CMML</a> xml):', |
202 | | - 'download' => 'Download', |
203 | | - 'share' => 'Share', |
204 | | - 'credits' => 'Credits', |
205 | | - 'clip_linkback' => 'Clip source page', |
206 | | - 'chose_player' => 'Choose video player', |
207 | | - 'share_this_video' => 'Share this video', |
208 | | - 'video_credits' => 'Video credits', |
209 | | - 'menu_btn' => 'Menu', |
210 | | - 'close_btn' => 'Close', |
211 | | - 'mv_ogg-player-vlc-mozilla' => 'VLC plugin', |
212 | | - 'mv_ogg-player-videoElement' => 'Native Ogg video support', |
213 | | - 'mv_ogg-player-vlc-activex' => 'VLC ActiveX', |
214 | | - 'mv_ogg-player-oggPlugin' => 'Generic Ogg plugin', |
215 | | - 'mv_ogg-player-quicktime-mozilla' => 'Quicktime plugin', |
216 | | - 'mv_ogg-player-quicktime-activex' => 'Quicktime ActiveX', |
217 | | - 'mv_ogg-player-cortado' => 'Java Cortado', |
218 | | - 'mv_ogg-player-flowplayer' => 'Flowplayer', |
219 | | - 'mv_ogg-player-selected' => ' (selected)', |
220 | | - 'mv_ogg-player-omtkplayer' => 'OMTK Flash Vorbis', |
221 | | - '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 />', |
222 | | - '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>', |
223 | | - 'mv_do_not_warn_again' => 'Dissmiss for now.', |
224 | | - 'playerselect' => 'Players', |
225 | | - |
226 | | - /* |
227 | 189 | * js file: /libClipEdit/mvClipEdit.js |
228 | 190 | */ |
229 | | - 'mv_crop' => 'Crop image', |
230 | | - 'mv_apply_crop' => 'Apply crop to image', |
231 | | - 'mv_reset_crop' => 'Reset crop', |
232 | | - 'mv_insert_image_page' => 'Insert into page', |
233 | | - 'mv_insert_into_sequence' => 'Insert into sequence', |
234 | | - 'mv_preview_insert' => 'Preview insert', |
235 | | - 'mv_cancel_image_insert' => 'Cancel insert', |
236 | | - 'sc_fileopts' => 'Clip detail edit', |
237 | | - 'sc_inoutpoints' => 'Set in-out points', |
238 | | - 'sc_overlays' => 'Overlays', |
239 | | - 'sc_audio' => 'Audio control', |
240 | | - 'sc_duration' => 'Duration', |
241 | | - 'mv_template_properties' => 'Template properties', |
242 | | - 'mv_custom_title' => 'Custom title', |
243 | | - 'mv_edit_properties' => 'Edit properties', |
244 | | - 'mv_other_properties' => 'Other properties', |
245 | | - 'mv_resource_page' => 'Resource page:', |
246 | | - 'mv_set_in_out_points' => 'Set in-out points', |
247 | | - 'mv_start_time' => 'Start time', |
248 | | - 'mv_end_time' => 'End time', |
249 | | - 'mv_preview_inout' => 'Preview/play in-out points', |
| 191 | + 'mwe-crop' => 'Crop image', |
| 192 | + 'mwe-apply_crop' => 'Apply crop to image', |
| 193 | + 'mwe-reset_crop' => 'Reset crop', |
| 194 | + 'mwe-insert_image_page' => 'Insert into page', |
| 195 | + 'mwe-insert_into_sequence' => 'Insert into sequence', |
| 196 | + 'mwe-preview_insert' => 'Preview insert', |
| 197 | + 'mwe-cancel_image_insert' => 'Cancel insert', |
| 198 | + 'mwe-sc_fileopts' => 'Clip detail edit', |
| 199 | + 'mwe-sc_inoutpoints' => 'Set in-out points', |
| 200 | + 'mwe-sc_overlays' => 'Overlays', |
| 201 | + 'mwe-sc_audio' => 'Audio control', |
| 202 | + 'mwe-sc_duration' => 'Duration', |
| 203 | + 'mwe-template_properties' => 'Template properties', |
| 204 | + 'mwe-custom_title' => 'Custom title', |
| 205 | + 'mwe-edit_properties' => 'Edit properties', |
| 206 | + 'mwe-other_properties' => 'Other properties', |
| 207 | + 'mwe-resource_page' => 'Resource page:', |
| 208 | + 'mwe-set_in_out_points' => 'Set in-out points', |
| 209 | + 'mwe-start_time' => 'Start time', |
| 210 | + 'mwe-end_time' => 'End time', |
| 211 | + 'mwe-preview_inout' => 'Preview/play in-out points', |
250 | 212 | |
251 | 213 | /* |
252 | 214 | * js file: /mv_embed.js |
— | — | @@ -256,4 +218,4 @@ |
257 | 219 | 'mwe-size-megabytes' => '$1 MB', |
258 | 220 | 'mwe-size-kilobytes' => '$1 K', |
259 | 221 | 'mwe-size-bytes' => '$1 B', |
260 | | -); |
| 222 | +); |
\ No newline at end of file |