Index: trunk/extensions/AddMediaWizard/AddMedia/mw.UploadHandler.js |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | "mwe-file-thumbnail-no" : "The filename begins with <b><tt>$1<\/tt><\/b>", |
25 | 25 | "mwe-go-to-resource" : "Go to resource page", |
26 | 26 | "mwe-upload-misc-error" : "Unknown upload error", |
27 | | - "mwe-wgfogg_warning_bad_extension" : "You have selected a file with an unsuported extension (<a href=\"http:\/\/commons.wikimedia.org\/wiki\/Commons:Firefogg#Supported_File_Types\">more information<\/a>).", |
| 27 | + "mwe-wgfogg_warning_bad_extension" : "You have selected a file with an unsupported extension (<a href=\"http:\/\/commons.wikimedia.org\/wiki\/Commons:Firefogg#Supported_File_Types\">more information<\/a>).", |
28 | 28 | "mwe-thumbnail-more" : "Enlarge", |
29 | 29 | "mwe-license-header" : "Licensing", |
30 | 30 | "mwe-filedesc" : "Summary", |
Index: trunk/extensions/AddMediaWizard/AddMedia/mw.Firefogg.js |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | mw.addMessages({ |
8 | 8 | "mwe-upload-transcoded-status" : "Transcoded", |
9 | 9 | "mwe-upload-transcode-in-progress" : "Transcode and upload in progress (do not close this window)", |
10 | | - "fogg-transcoding" : "Encoding video to ogg", |
| 10 | + "fogg-transcoding" : "Encoding video to Ogg", |
11 | 11 | "fogg-select_file" : "Select file", |
12 | 12 | "fogg-select_new_file" : "Select new file", |
13 | 13 | "fogg-select_url" : "Select URL", |
— | — | @@ -15,10 +15,10 @@ |
16 | 16 | "fogg-not-installed" : "Firefogg is not installed or not enabled.", |
17 | 17 | "fogg-for_improved_uploads" : "For improved uploads:", |
18 | 18 | "fogg-please-install" : "$1. More $2", |
19 | | - "fogg-please-install-install-linktext" : "Install firefogg", |
20 | | - "fogg-please-install-about-linktext" : "about firefogg", |
| 19 | + "fogg-please-install-install-linktext" : "Install Firefogg", |
| 20 | + "fogg-please-install-about-linktext" : "about Firefogg", |
21 | 21 | "fogg-use_latest_firefox" : "Please first install $1. <i>Then revisit this page to install the <b>Firefogg<\/b> extension.<\/i>", |
22 | | - "fogg-latest-firefox" : "latest firefox", |
| 22 | + "fogg-latest-firefox" : "latest Firefox", |
23 | 23 | "fogg-passthrough_mode" : "Your selected file is already ogg or not a video file", |
24 | 24 | "fogg-encoding-done" : "Encoding complete", |
25 | 25 | "fogg-badtoken" : "Token is not valid", |
Index: trunk/extensions/AddMediaWizard/AddMedia/mw.RemoteSearchDriver.js |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | "mwe-no_recent_uploads" : "No recent uploads", |
42 | 42 | |
43 | 43 | "mwe-not-logged-in-uploads" : "You may not be logged in so no recent uploads can be displayed. $1 login and $2", |
44 | | - "mwe-ie-eye-permision" : "If using Internet Exploer and logged in, you may need to adjust your privacy settings", |
| 44 | + "mwe-ie-eye-permision" : "If using Internet Explorer and logged in, you may need to adjust your privacy settings", |
45 | 45 | |
46 | 46 | "mwe-loggin-link" : "Please login", |
47 | 47 | "mwe-try-again-link" : "try again", |
— | — | @@ -57,11 +57,11 @@ |
58 | 58 | "mwe-return-search-results" : "Return to search results", |
59 | 59 | "mwe-importing_asset" : "Importing asset", |
60 | 60 | "mwe-preview_insert_resource" : "Preview insert of resource: $1", |
61 | | - "mwe-do-more-modification" : "Do More Modification", |
| 61 | + "mwe-do-more-modification" : "Do more modification", |
62 | 62 | "mwe-checking-resource" : "Checking for resource", |
63 | 63 | "mwe-resource-needs-import" : "Resource $1 needs to be imported to $2", |
64 | 64 | |
65 | | - "mwe-warning-upload-to-commons" : "$1 recommends you upload to commons, only upload locally after you have read $2", |
| 65 | + "mwe-warning-upload-to-commons" : "$1 recommends you upload to Wikimedia Commons, only upload locally after you have read $2", |
66 | 66 | "mwe-local-upload-policy-link" : "local upload policy" , |
67 | 67 | |
68 | 68 | "mwe-ftype-svg" : "SVG vector file", |
— | — | @@ -74,7 +74,7 @@ |
75 | 75 | "rsd-wiki_commons-title": "Wikimedia Commons", |
76 | 76 | "rsd-wiki_commons": "Wikimedia Commons, an archive of freely-licensed educational media content (images, sound and video clips)", |
77 | 77 | |
78 | | - "rsd-kaltura-title" : "All Sources", |
| 78 | + "rsd-kaltura-title" : "All sources", |
79 | 79 | "rsd-kaltura" : "Kaltura aggregated search for free-licensed media across multiple search providers", |
80 | 80 | |
81 | 81 | "rsd-this_wiki-title" : "This wiki", |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | "rsd-archive_org-desc" : "The Internet Archive, a digital library of cultural artefacts", |
86 | 86 | |
87 | 87 | "rsd-flickr-title" : "Flickr.com", |
88 | | - "rsd-flickr-desc" : "Flickr.com, a online photo sharing site", |
| 88 | + "rsd-flickr-desc" : "Flickr.com, an online photo sharing site", |
89 | 89 | "rsd-metavid-title" : "Metavid.org", |
90 | 90 | "rsd-metavid-desc" : "Metavid.org, a community archive of US House and Senate floor proceedings", |
91 | 91 | |
Index: trunk/extensions/AddMediaWizard/AddMedia/AddMedia.i18n.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | 'mwe-file-thumbnail-no' => 'The filename begins with <b><tt>$1</tt></b>', |
25 | 25 | 'mwe-go-to-resource' => 'Go to resource page', |
26 | 26 | 'mwe-upload-misc-error' => 'Unknown upload error', |
27 | | - 'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsuported extension (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_File_Types">more information</a>).', |
| 27 | + 'mwe-wgfogg_warning_bad_extension' => 'You have selected a file with an unsupported extension (<a href="http://commons.wikimedia.org/wiki/Commons:Firefogg#Supported_File_Types">more information</a>).', |
28 | 28 | 'mwe-thumbnail-more' => 'Enlarge', |
29 | 29 | 'mwe-license-header' => 'Licensing', |
30 | 30 | 'mwe-filedesc' => 'Summary', |
— | — | @@ -154,7 +154,7 @@ |
155 | 155 | 'mwe-your-recent-uploads' => 'Your recent uploads to $1', |
156 | 156 | 'mwe-no_recent_uploads' => 'No recent uploads', |
157 | 157 | 'mwe-not-logged-in-uploads' => 'You may not be logged in so no recent uploads can be displayed. $1 login and $2', |
158 | | - 'mwe-ie-eye-permision' => 'If using Internet Exploer and logged in, you may need to adjust your privacy settings', |
| 158 | + 'mwe-ie-eye-permision' => 'If using Internet Explorer and logged in, you may need to adjust your privacy settings', |
159 | 159 | 'mwe-loggin-link' => 'Please login', |
160 | 160 | 'mwe-try-again-link' => 'try again', |
161 | 161 | 'mwe-upload-a-file' => 'Upload a new file', |
— | — | @@ -168,10 +168,10 @@ |
169 | 169 | 'mwe-return-search-results' => 'Return to search results', |
170 | 170 | 'mwe-importing_asset' => 'Importing asset', |
171 | 171 | 'mwe-preview_insert_resource' => 'Preview insert of resource: $1', |
172 | | - 'mwe-do-more-modification' => 'Do More Modification', |
| 172 | + 'mwe-do-more-modification' => 'Do more modification', |
173 | 173 | 'mwe-checking-resource' => 'Checking for resource', |
174 | 174 | 'mwe-resource-needs-import' => 'Resource $1 needs to be imported to $2', |
175 | | - 'mwe-warning-upload-to-commons' => '$1 recommends you upload to commons, only upload locally after you have read $2', |
| 175 | + 'mwe-warning-upload-to-commons' => '$1 recommends you upload to Wikimedia Commons, only upload locally after you have read $2', |
176 | 176 | 'mwe-local-upload-policy-link' => 'local upload policy', |
177 | 177 | 'mwe-ftype-svg' => 'SVG vector file', |
178 | 178 | 'mwe-ftype-jpg' => 'JPEG image file', |
— | — | @@ -181,20 +181,20 @@ |
182 | 182 | 'mwe-ftype-unk' => 'Unknown file format', |
183 | 183 | 'rsd-wiki_commons-title' => 'Wikimedia Commons', |
184 | 184 | 'rsd-wiki_commons' => 'Wikimedia Commons, an archive of freely-licensed educational media content (images, sound and video clips)', |
185 | | - 'rsd-kaltura-title' => 'All Sources', |
| 185 | + 'rsd-kaltura-title' => 'All sources', |
186 | 186 | 'rsd-kaltura' => 'Kaltura aggregated search for free-licensed media across multiple search providers', |
187 | 187 | 'rsd-this_wiki-title' => 'This wiki', |
188 | 188 | 'rsd-this_wiki-desc' => 'The local wiki', |
189 | 189 | 'rsd-archive_org-title' => 'Archive.org', |
190 | 190 | 'rsd-archive_org-desc' => 'The Internet Archive, a digital library of cultural artefacts', |
191 | 191 | 'rsd-flickr-title' => 'Flickr.com', |
192 | | - 'rsd-flickr-desc' => 'Flickr.com, a online photo sharing site', |
| 192 | + 'rsd-flickr-desc' => 'Flickr.com, an online photo sharing site', |
193 | 193 | 'rsd-metavid-title' => 'Metavid.org', |
194 | 194 | 'rsd-metavid-desc' => 'Metavid.org, a community archive of US House and Senate floor proceedings', |
195 | 195 | 'rsd-search-timeout' => 'The search request did not complete. The server may be down experiencing heavy load. You can try again later', |
196 | 196 | 'mwe-upload-transcoded-status' => 'Transcoded', |
197 | 197 | 'mwe-upload-transcode-in-progress' => 'Transcode and upload in progress (do not close this window)', |
198 | | - 'fogg-transcoding' => 'Encoding video to ogg', |
| 198 | + 'fogg-transcoding' => 'Encoding video to Ogg', |
199 | 199 | 'fogg-select_file' => 'Select file', |
200 | 200 | 'fogg-select_new_file' => 'Select new file', |
201 | 201 | 'fogg-select_url' => 'Select URL', |
— | — | @@ -203,10 +203,10 @@ |
204 | 204 | 'fogg-not-installed' => 'Firefogg is not installed or not enabled.', |
205 | 205 | 'fogg-for_improved_uploads' => 'For improved uploads:', |
206 | 206 | 'fogg-please-install' => '$1. More $2', |
207 | | - 'fogg-please-install-install-linktext' => 'Install firefogg', |
208 | | - 'fogg-please-install-about-linktext' => 'about firefogg', |
| 207 | + 'fogg-please-install-install-linktext' => 'Install Firefogg', |
| 208 | + 'fogg-please-install-about-linktext' => 'about Firefogg', |
209 | 209 | 'fogg-use_latest_firefox' => 'Please first install $1. <i>Then revisit this page to install the <b>Firefogg</b> extension.</i>', |
210 | | - 'fogg-latest-firefox' => 'latest firefox', |
| 210 | + 'fogg-latest-firefox' => 'latest Firefox', |
211 | 211 | 'fogg-passthrough_mode' => 'Your selected file is already ogg or not a video file', |
212 | 212 | 'fogg-encoding-done' => 'Encoding complete', |
213 | 213 | 'fogg-badtoken' => 'Token is not valid', |
Index: trunk/extensions/AddMediaWizard/ClipEdit/ClipEdit.i18n.php |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | <?php |
3 | | -/* |
| 3 | +/** |
4 | 4 | * Internationalisation for ClipEdit |
5 | 5 | * |
6 | 6 | * @file |
— | — | @@ -7,846 +7,892 @@ |
8 | 8 | */ |
9 | 9 | |
10 | 10 | $messages = array(); |
| 11 | + |
11 | 12 | $messages['en'] = array( |
12 | | - 'mwe-crop' => 'Crop image', |
13 | | - 'mwe-apply_crop' => 'Apply crop to image', |
14 | | - 'mwe-reset_crop' => 'Reset crop', |
15 | | - 'mwe-insert_image_page' => 'Insert into page', |
16 | | - 'mwe-insert_into_sequence' => 'Insert into sequence', |
17 | | - 'mwe-preview_insert' => 'Preview insert', |
18 | | - 'mwe-cancel_image_insert' => 'Cancel insert', |
19 | | - 'mwe-sc_attributes' => 'Clip detail edit', |
20 | | - 'mwe-sc_inoutpoints' => 'Set in-out points', |
21 | | - 'mwe-sc_overlays' => 'Overlays', |
22 | | - 'mwe-sc_audio' => 'Audio control', |
23 | | - 'mwe-sc_duration' => 'Duration', |
24 | | - 'mwe-template_properties' => 'Template properties', |
25 | | - 'mwe-custom_title' => 'Custom title', |
26 | | - 'mwe-edit_properties' => 'Edit properties', |
27 | | - 'mwe-other_properties' => 'Other properties', |
28 | | - 'mwe-resource_page' => 'Resource page:', |
29 | | - 'mwe-set_in_out_points' => 'Set in-out points', |
30 | | - 'mwe-start_time' => 'Start time', |
31 | | - 'mwe-end_time' => 'End time', |
32 | | - 'mwe-preview_inout' => 'Preview in-out points', |
33 | | - 'mwe-edit-tools' => 'Edit tools', |
34 | | - 'mwe-inline-description' => 'Caption', |
35 | | - 'mwe-edit-video-tools' => 'Edit video tools:', |
36 | | - 'mwe-duration' => 'Duration:', |
37 | | - 'mwe-layout' => 'Layout', |
38 | | - 'mwe-layout_right' => 'Right side image layout', |
39 | | - 'mwe-layout_left' => 'Left side image layout', |
| 13 | + 'mwe-clipedit-crop' => 'Crop image', |
| 14 | + 'mwe-clipedit-apply_crop' => 'Apply crop to image', |
| 15 | + 'mwe-clipedit-reset_crop' => 'Reset crop', |
| 16 | + 'mwe-clipedit-insert_image_page' => 'Insert into page', |
| 17 | + 'mwe-clipedit-insert_into_sequence' => 'Insert into sequence', |
| 18 | + 'mwe-clipedit-preview_insert' => 'Preview insert', |
| 19 | + 'mwe-clipedit-cancel_image_insert' => 'Cancel insert', |
| 20 | + 'mwe-clipedit-sc_attributes' => 'Clip detail edit', |
| 21 | + 'mwe-clipedit-sc_inoutpoints' => 'Set in-out points', |
| 22 | + 'mwe-clipedit-sc_overlays' => 'Overlays', |
| 23 | + 'mwe-clipedit-sc_audio' => 'Audio control', |
| 24 | + 'mwe-clipedit-sc_duration' => 'Duration', |
| 25 | + 'mwe-clipedit-template_properties' => 'Template properties', |
| 26 | + 'mwe-clipedit-custom_title' => 'Custom title', |
| 27 | + 'mwe-clipedit-edit_properties' => 'Edit properties', |
| 28 | + 'mwe-clipedit-other_properties' => 'Other properties', |
| 29 | + 'mwe-clipedit-resource_page' => 'Resource page:', |
| 30 | + 'mwe-clipedit-set_in_out_points' => 'Set in-out points', |
| 31 | + 'mwe-clipedit-start_time' => 'Start time', |
| 32 | + 'mwe-clipedit-end_time' => 'End time', |
| 33 | + 'mwe-clipedit-preview_inout' => 'Preview in-out points', |
| 34 | + 'mwe-clipedit-edit-tools' => 'Edit tools', |
| 35 | + 'mwe-clipedit-inline-description' => 'Caption', |
| 36 | + 'mwe-clipedit-edit-video-tools' => 'Edit video tools:', |
| 37 | + 'mwe-clipedit-duration' => 'Duration:', |
| 38 | + 'mwe-clipedit-layout' => 'Layout', |
| 39 | + 'mwe-clipedit-layout_right' => 'Right side image layout', |
| 40 | + 'mwe-clipedit-layout_left' => 'Left side image layout', |
40 | 41 | ); |
| 42 | + |
41 | 43 | $messages['af'] = array( |
42 | | - 'mwe-preview_insert' => 'Voorskou', |
43 | | - 'mwe-cancel_image_insert' => 'Kanselleer byvoeging', |
44 | | - 'mwe-sc_duration' => 'Duur', |
45 | | - 'mwe-edit_properties' => 'Wysig eienskappe', |
46 | | - 'mwe-other_properties' => 'Ander eienskappe', |
47 | | - 'mwe-start_time' => 'Begintyd', |
48 | | - 'mwe-end_time' => 'Eindtyd', |
49 | | - 'mwe-duration' => 'Duur:', |
| 44 | + 'mwe-clipedit-preview_insert' => 'Voorskou', |
| 45 | + 'mwe-clipedit-cancel_image_insert' => 'Kanselleer byvoeging', |
| 46 | + 'mwe-clipedit-sc_duration' => 'Duur', |
| 47 | + 'mwe-clipedit-edit_properties' => 'Wysig eienskappe', |
| 48 | + 'mwe-clipedit-other_properties' => 'Ander eienskappe', |
| 49 | + 'mwe-clipedit-start_time' => 'Begintyd', |
| 50 | + 'mwe-clipedit-end_time' => 'Eindtyd', |
| 51 | + 'mwe-clipedit-duration' => 'Duur:', |
50 | 52 | ); |
| 53 | + |
51 | 54 | $messages['ar'] = array( |
52 | | - 'mwe-crop' => 'اقتص الصورة', |
53 | | - 'mwe-cancel_image_insert' => 'ألغِ الإدراج', |
54 | | - 'mwe-sc_audio' => 'تحكم الصوت', |
55 | | - 'mwe-sc_duration' => 'المدة', |
56 | | - 'mwe-template_properties' => 'خصائص القالب', |
57 | | - 'mwe-custom_title' => 'عنوان مُخصّص', |
58 | | - 'mwe-edit_properties' => 'عدل الخصائص', |
59 | | - 'mwe-other_properties' => 'خصائص أخرى', |
60 | | - 'mwe-start_time' => 'وقت البداية', |
61 | | - 'mwe-end_time' => 'وقت النهاية', |
| 55 | + 'mwe-clipedit-crop' => 'اقتص الصورة', |
| 56 | + 'mwe-clipedit-cancel_image_insert' => 'ألغِ الإدراج', |
| 57 | + 'mwe-clipedit-sc_audio' => 'تحكم الصوت', |
| 58 | + 'mwe-clipedit-sc_duration' => 'المدة', |
| 59 | + 'mwe-clipedit-template_properties' => 'خصائص القالب', |
| 60 | + 'mwe-clipedit-custom_title' => 'عنوان مُخصّص', |
| 61 | + 'mwe-clipedit-edit_properties' => 'عدل الخصائص', |
| 62 | + 'mwe-clipedit-other_properties' => 'خصائص أخرى', |
| 63 | + 'mwe-clipedit-start_time' => 'وقت البداية', |
| 64 | + 'mwe-clipedit-end_time' => 'وقت النهاية', |
62 | 65 | ); |
| 66 | + |
63 | 67 | $messages['be-tarask'] = array( |
64 | | - 'mwe-crop' => 'Выразаць частку выявы', |
65 | | - 'mwe-apply_crop' => 'Прыняць выразку часткі выявы', |
66 | | - 'mwe-reset_crop' => 'Адмяніць выразку часткі', |
67 | | - 'mwe-insert_image_page' => 'Уставіць на старонку', |
68 | | - 'mwe-insert_into_sequence' => 'Уставіць у пасьлядоўнасьць', |
69 | | - 'mwe-preview_insert' => 'Папярэдні прагляд устаўкі', |
70 | | - 'mwe-cancel_image_insert' => 'Адмяніць устаўку', |
71 | | - 'mwe-sc_inoutpoints' => 'Устаноўка пунктаў увода-вываду', |
72 | | - 'mwe-sc_overlays' => 'Накладаньні', |
73 | | - 'mwe-sc_audio' => 'Аўдыё-кантроль', |
74 | | - 'mwe-sc_duration' => 'Працягласьць', |
75 | | - 'mwe-template_properties' => 'Уласьцівасьці шаблёну', |
76 | | - 'mwe-custom_title' => 'Нестандартная назва', |
77 | | - 'mwe-edit_properties' => 'Рэдагаваць уласьцівасьці', |
78 | | - 'mwe-other_properties' => 'Іншыя ўласьцівасьці', |
79 | | - 'mwe-resource_page' => 'Старонка рэсурсу:', |
80 | | - 'mwe-set_in_out_points' => 'Устанавіць пункты ўвода-вываду', |
81 | | - 'mwe-start_time' => 'Час пачатку', |
82 | | - 'mwe-end_time' => 'Час сканчэньня', |
83 | | - 'mwe-preview_inout' => 'Праглядзець пункты ўводу-вываду', |
84 | | - 'mwe-edit-tools' => 'Інструмэнты рэдагаваньня', |
85 | | - 'mwe-inline-description' => 'Загаловак', |
86 | | - 'mwe-edit-video-tools' => 'Прылады рэдагаваньня відэа:', |
87 | | - 'mwe-duration' => 'Працягласьць:', |
| 68 | + 'mwe-clipedit-crop' => 'Выразаць частку выявы', |
| 69 | + 'mwe-clipedit-apply_crop' => 'Прыняць выразку часткі выявы', |
| 70 | + 'mwe-clipedit-reset_crop' => 'Адмяніць выразку часткі', |
| 71 | + 'mwe-clipedit-insert_image_page' => 'Уставіць на старонку', |
| 72 | + 'mwe-clipedit-insert_into_sequence' => 'Уставіць у пасьлядоўнасьць', |
| 73 | + 'mwe-clipedit-preview_insert' => 'Папярэдні прагляд устаўкі', |
| 74 | + 'mwe-clipedit-cancel_image_insert' => 'Адмяніць устаўку', |
| 75 | + 'mwe-clipedit-sc_inoutpoints' => 'Устаноўка пунктаў увода-вываду', |
| 76 | + 'mwe-clipedit-sc_overlays' => 'Накладаньні', |
| 77 | + 'mwe-clipedit-sc_audio' => 'Аўдыё-кантроль', |
| 78 | + 'mwe-clipedit-sc_duration' => 'Працягласьць', |
| 79 | + 'mwe-clipedit-template_properties' => 'Уласьцівасьці шаблёну', |
| 80 | + 'mwe-clipedit-custom_title' => 'Нестандартная назва', |
| 81 | + 'mwe-clipedit-edit_properties' => 'Рэдагаваць уласьцівасьці', |
| 82 | + 'mwe-clipedit-other_properties' => 'Іншыя ўласьцівасьці', |
| 83 | + 'mwe-clipedit-resource_page' => 'Старонка рэсурсу:', |
| 84 | + 'mwe-clipedit-set_in_out_points' => 'Устанавіць пункты ўвода-вываду', |
| 85 | + 'mwe-clipedit-start_time' => 'Час пачатку', |
| 86 | + 'mwe-clipedit-end_time' => 'Час сканчэньня', |
| 87 | + 'mwe-clipedit-preview_inout' => 'Праглядзець пункты ўводу-вываду', |
| 88 | + 'mwe-clipedit-edit-tools' => 'Інструмэнты рэдагаваньня', |
| 89 | + 'mwe-clipedit-inline-description' => 'Загаловак', |
| 90 | + 'mwe-clipedit-edit-video-tools' => 'Прылады рэдагаваньня відэа:', |
| 91 | + 'mwe-clipedit-duration' => 'Працягласьць:', |
88 | 92 | ); |
| 93 | + |
89 | 94 | $messages['bg'] = array( |
90 | | - 'mwe-sc_duration' => 'Продължителност', |
| 95 | + 'mwe-clipedit-sc_duration' => 'Продължителност', |
91 | 96 | ); |
| 97 | + |
92 | 98 | $messages['br'] = array( |
93 | | - 'mwe-cancel_image_insert' => 'Nullañ an ensoc\'hadenn', |
94 | | - 'mwe-sc_duration' => 'Pad', |
95 | | - 'mwe-custom_title' => 'Titl personelaet', |
96 | | - 'mwe-edit_properties' => 'Aozañ ar perzhioù', |
97 | | - 'mwe-edit-tools' => 'Binvioù aozañ', |
98 | | - 'mwe-inline-description' => 'Alc\'hwez', |
99 | | - 'mwe-duration' => 'Pad :', |
| 99 | + 'mwe-clipedit-cancel_image_insert' => 'Nullañ an ensoc\'hadenn', |
| 100 | + 'mwe-clipedit-sc_duration' => 'Pad', |
| 101 | + 'mwe-clipedit-custom_title' => 'Titl personelaet', |
| 102 | + 'mwe-clipedit-edit_properties' => 'Aozañ ar perzhioù', |
| 103 | + 'mwe-clipedit-edit-tools' => 'Binvioù aozañ', |
| 104 | + 'mwe-clipedit-inline-description' => 'Alc\'hwez', |
| 105 | + 'mwe-clipedit-duration' => 'Pad :', |
100 | 106 | ); |
| 107 | + |
101 | 108 | $messages['bs'] = array( |
102 | | - 'mwe-crop' => 'Isjecanje slike', |
103 | | - 'mwe-insert_image_page' => 'Ubaci u stranicu', |
104 | | - 'mwe-insert_into_sequence' => 'Ubaci u niz', |
105 | | - 'mwe-preview_insert' => 'Pregled ubacivanja', |
106 | | - 'mwe-cancel_image_insert' => 'Odustani od ubacivanja', |
107 | | - 'mwe-sc_audio' => 'Kontrola zvuka', |
108 | | - 'mwe-sc_duration' => 'Trajanje', |
109 | | - 'mwe-template_properties' => 'Svojstva šablona', |
110 | | - 'mwe-custom_title' => 'Prilagođeni naslov', |
111 | | - 'mwe-edit_properties' => 'Uredi svojstva', |
112 | | - 'mwe-other_properties' => 'Ostala svojstva', |
113 | | - 'mwe-resource_page' => 'Izvorna stranica:', |
114 | | - 'mwe-start_time' => 'Vrijeme početka', |
115 | | - 'mwe-end_time' => 'Vrijeme završetka', |
116 | | - 'mwe-edit-tools' => 'Uređivanje alata', |
117 | | - 'mwe-duration' => 'Trajanje:', |
| 109 | + 'mwe-clipedit-crop' => 'Isjecanje slike', |
| 110 | + 'mwe-clipedit-insert_image_page' => 'Ubaci u stranicu', |
| 111 | + 'mwe-clipedit-insert_into_sequence' => 'Ubaci u niz', |
| 112 | + 'mwe-clipedit-preview_insert' => 'Pregled ubacivanja', |
| 113 | + 'mwe-clipedit-cancel_image_insert' => 'Odustani od ubacivanja', |
| 114 | + 'mwe-clipedit-sc_audio' => 'Kontrola zvuka', |
| 115 | + 'mwe-clipedit-sc_duration' => 'Trajanje', |
| 116 | + 'mwe-clipedit-template_properties' => 'Svojstva šablona', |
| 117 | + 'mwe-clipedit-custom_title' => 'Prilagođeni naslov', |
| 118 | + 'mwe-clipedit-edit_properties' => 'Uredi svojstva', |
| 119 | + 'mwe-clipedit-other_properties' => 'Ostala svojstva', |
| 120 | + 'mwe-clipedit-resource_page' => 'Izvorna stranica:', |
| 121 | + 'mwe-clipedit-start_time' => 'Vrijeme početka', |
| 122 | + 'mwe-clipedit-end_time' => 'Vrijeme završetka', |
| 123 | + 'mwe-clipedit-edit-tools' => 'Uređivanje alata', |
| 124 | + 'mwe-clipedit-duration' => 'Trajanje:', |
118 | 125 | ); |
| 126 | + |
119 | 127 | $messages['cs'] = array( |
120 | | - 'mwe-crop' => 'Oříznout obrázek', |
121 | | - 'mwe-apply_crop' => 'Použít ořez', |
122 | | - 'mwe-reset_crop' => 'Zrušit ořez', |
123 | | - 'mwe-insert_image_page' => 'Vložit do stránky', |
124 | | - 'mwe-preview_insert' => 'Náhled vložení', |
125 | | - 'mwe-cancel_image_insert' => 'Zrušit vkládání', |
126 | | - 'mwe-edit-tools' => 'Nástroje pro editaci', |
127 | | - 'mwe-inline-description' => 'Titulek', |
| 128 | + 'mwe-clipedit-crop' => 'Oříznout obrázek', |
| 129 | + 'mwe-clipedit-apply_crop' => 'Použít ořez', |
| 130 | + 'mwe-clipedit-reset_crop' => 'Zrušit ořez', |
| 131 | + 'mwe-clipedit-insert_image_page' => 'Vložit do stránky', |
| 132 | + 'mwe-clipedit-preview_insert' => 'Náhled vložení', |
| 133 | + 'mwe-clipedit-cancel_image_insert' => 'Zrušit vkládání', |
| 134 | + 'mwe-clipedit-edit-tools' => 'Nástroje pro editaci', |
| 135 | + 'mwe-clipedit-inline-description' => 'Titulek', |
128 | 136 | ); |
| 137 | + |
129 | 138 | $messages['de'] = array( |
130 | | - 'mwe-crop' => 'Bild zuschneiden', |
131 | | - 'mwe-apply_crop' => 'Zuschnitt auf das Bild anwenden', |
132 | | - 'mwe-reset_crop' => 'Zuschnitt zurücksetzen', |
133 | | - 'mwe-insert_image_page' => 'In Seite einfügen', |
134 | | - 'mwe-insert_into_sequence' => 'In Sequenz einfügen', |
135 | | - 'mwe-cancel_image_insert' => 'Einfügen abbrechen', |
136 | | - 'mwe-sc_inoutpoints' => 'Ein-Aus-Punkte setzen', |
137 | | - 'mwe-sc_overlays' => 'Überlagerungen', |
138 | | - 'mwe-sc_audio' => 'Audiosteuerung', |
139 | | - 'mwe-sc_duration' => 'Dauer', |
140 | | - 'mwe-template_properties' => 'Vorlageneigenschaften', |
141 | | - 'mwe-custom_title' => 'Benutzerdefinierter Titel', |
142 | | - 'mwe-edit_properties' => 'Eigenschaften bearbeiten', |
143 | | - 'mwe-other_properties' => 'Andere Eigenschaften', |
144 | | - 'mwe-resource_page' => 'Quellseite:', |
145 | | - 'mwe-set_in_out_points' => 'Ein-Aus-Punkte setzen', |
146 | | - 'mwe-start_time' => 'Startzeit', |
147 | | - 'mwe-end_time' => 'Endzeit', |
148 | | - 'mwe-preview_inout' => 'Vorschau der Ein-Aus-Punkte', |
149 | | - 'mwe-duration' => 'Dauer:', |
| 139 | + 'mwe-clipedit-crop' => 'Bild zuschneiden', |
| 140 | + 'mwe-clipedit-apply_crop' => 'Zuschnitt auf das Bild anwenden', |
| 141 | + 'mwe-clipedit-reset_crop' => 'Zuschnitt zurücksetzen', |
| 142 | + 'mwe-clipedit-insert_image_page' => 'In Seite einfügen', |
| 143 | + 'mwe-clipedit-insert_into_sequence' => 'In Sequenz einfügen', |
| 144 | + 'mwe-clipedit-cancel_image_insert' => 'Einfügen abbrechen', |
| 145 | + 'mwe-clipedit-sc_inoutpoints' => 'Ein-Aus-Punkte setzen', |
| 146 | + 'mwe-clipedit-sc_overlays' => 'Überlagerungen', |
| 147 | + 'mwe-clipedit-sc_audio' => 'Audiosteuerung', |
| 148 | + 'mwe-clipedit-sc_duration' => 'Dauer', |
| 149 | + 'mwe-clipedit-template_properties' => 'Vorlageneigenschaften', |
| 150 | + 'mwe-clipedit-custom_title' => 'Benutzerdefinierter Titel', |
| 151 | + 'mwe-clipedit-edit_properties' => 'Eigenschaften bearbeiten', |
| 152 | + 'mwe-clipedit-other_properties' => 'Andere Eigenschaften', |
| 153 | + 'mwe-clipedit-resource_page' => 'Quellseite:', |
| 154 | + 'mwe-clipedit-set_in_out_points' => 'Ein-Aus-Punkte setzen', |
| 155 | + 'mwe-clipedit-start_time' => 'Startzeit', |
| 156 | + 'mwe-clipedit-end_time' => 'Endzeit', |
| 157 | + 'mwe-clipedit-preview_inout' => 'Vorschau der Ein-Aus-Punkte', |
| 158 | + 'mwe-clipedit-duration' => 'Dauer:', |
150 | 159 | ); |
| 160 | + |
151 | 161 | $messages['diq'] = array( |
152 | | - 'mwe-crop' => 'resım bıqesn', |
153 | | - 'mwe-apply_crop' => 'qesnayiş resım re tetbiq bıker', |
154 | | - 'mwe-reset_crop' => 'qesnayiş sıfır ker', |
155 | | - 'mwe-insert_image_page' => 'pela têarê ker', |
156 | | - 'mwe-insert_into_sequence' => 'bıerz rêz', |
157 | | - 'mwe-preview_insert' => 'têarêkerdeyan seyr bıker', |
158 | | - 'mwe-cancel_image_insert' => 'têare kerdış ibtal bıker', |
159 | | - 'mwe-sc_inoutpoints' => 'nuqtayê destpêkerdış u qediyayişi eyar ker', |
160 | | - 'mwe-sc_overlays' => 'tebeqeyi', |
161 | | - 'mwe-sc_audio' => 'kontrolê vengi', |
162 | | - 'mwe-sc_duration' => 'mudde/zeman', |
163 | | - 'mwe-template_properties' => 'xusûsê şabloni', |
164 | | - 'mwe-custom_title' => 'sernameyo xusûsi', |
165 | | - 'mwe-edit_properties' => 'xusûsê vurnayişi', |
166 | | - 'mwe-other_properties' => 'xusûsê bini', |
167 | | - 'mwe-resource_page' => 'pelê çımeyi:', |
168 | | - 'mwe-set_in_out_points' => 'noqtayê destpêkerdış u qediyayişi eyar bıker', |
169 | | - 'mwe-start_time' => 'demê destpêkerdışi', |
170 | | - 'mwe-end_time' => 'demê qediyayişi', |
171 | | - 'mwe-preview_inout' => 'noqtayê destpêkerdış u qediyayişi seyr bıker', |
172 | | - 'mwe-edit-tools' => 'Hacetanê vurnayisi', |
173 | | - 'mwe-inline-description' => 'Kapsiyon', |
174 | | - 'mwe-edit-video-tools' => 'Hacetanê videyo edit kerdisi', |
175 | | - 'mwe-duration' => 'Sure:', |
| 162 | + 'mwe-clipedit-crop' => 'resım bıqesn', |
| 163 | + 'mwe-clipedit-apply_crop' => 'qesnayiş resım re tetbiq bıker', |
| 164 | + 'mwe-clipedit-reset_crop' => 'qesnayiş sıfır ker', |
| 165 | + 'mwe-clipedit-insert_image_page' => 'pela têarê ker', |
| 166 | + 'mwe-clipedit-insert_into_sequence' => 'bıerz rêz', |
| 167 | + 'mwe-clipedit-preview_insert' => 'têarêkerdeyan seyr bıker', |
| 168 | + 'mwe-clipedit-cancel_image_insert' => 'têare kerdış ibtal bıker', |
| 169 | + 'mwe-clipedit-sc_inoutpoints' => 'nuqtayê destpêkerdış u qediyayişi eyar ker', |
| 170 | + 'mwe-clipedit-sc_overlays' => 'tebeqeyi', |
| 171 | + 'mwe-clipedit-sc_audio' => 'kontrolê vengi', |
| 172 | + 'mwe-clipedit-sc_duration' => 'mudde/zeman', |
| 173 | + 'mwe-clipedit-template_properties' => 'xusûsê şabloni', |
| 174 | + 'mwe-clipedit-custom_title' => 'sernameyo xusûsi', |
| 175 | + 'mwe-clipedit-edit_properties' => 'xusûsê vurnayişi', |
| 176 | + 'mwe-clipedit-other_properties' => 'xusûsê bini', |
| 177 | + 'mwe-clipedit-resource_page' => 'pelê çımeyi:', |
| 178 | + 'mwe-clipedit-set_in_out_points' => 'noqtayê destpêkerdış u qediyayişi eyar bıker', |
| 179 | + 'mwe-clipedit-start_time' => 'demê destpêkerdışi', |
| 180 | + 'mwe-clipedit-end_time' => 'demê qediyayişi', |
| 181 | + 'mwe-clipedit-preview_inout' => 'noqtayê destpêkerdış u qediyayişi seyr bıker', |
| 182 | + 'mwe-clipedit-edit-tools' => 'Hacetanê vurnayisi', |
| 183 | + 'mwe-clipedit-inline-description' => 'Kapsiyon', |
| 184 | + 'mwe-clipedit-edit-video-tools' => 'Hacetanê videyo edit kerdisi', |
| 185 | + 'mwe-clipedit-duration' => 'Sure:', |
176 | 186 | ); |
| 187 | + |
177 | 188 | $messages['dsb'] = array( |
178 | | - 'mwe-crop' => 'Wobraz wobrězaś', |
179 | | - 'mwe-apply_crop' => 'Wobrězanje na wobraz nałožyś', |
180 | | - 'mwe-reset_crop' => 'Wobrězanje anulěrowaś', |
181 | | - 'mwe-insert_image_page' => 'Do boka zasajźiś', |
182 | | - 'mwe-insert_into_sequence' => 'Do sekwence zasajźiś', |
183 | | - 'mwe-preview_insert' => 'Pséglěd zasajźenja', |
184 | | - 'mwe-cancel_image_insert' => 'Zasajźenje pśetergnuś', |
185 | | - 'mwe-sc_inoutpoints' => 'Zachopne-kóńcne dypki stajiś', |
186 | | - 'mwe-sc_overlays' => 'Pśewarstowanja', |
187 | | - 'mwe-sc_audio' => 'Awdioregulěrowanje', |
188 | | - 'mwe-sc_duration' => 'Cas', |
189 | | - 'mwe-template_properties' => 'Kakosći pśedłogi', |
190 | | - 'mwe-custom_title' => 'Swójski titel', |
191 | | - 'mwe-edit_properties' => 'Kakosći wobźěłaś', |
192 | | - 'mwe-other_properties' => 'Druge kakosći', |
193 | | - 'mwe-resource_page' => 'Resursowy bok:', |
194 | | - 'mwe-set_in_out_points' => 'Zachopne-kóńcne dypki stajiś', |
195 | | - 'mwe-start_time' => 'Zachopny cas', |
196 | | - 'mwe-end_time' => 'Kóńcny cas', |
197 | | - 'mwe-preview_inout' => 'Zachopne-kóńcne dypki ako pśeglěd pokazaś', |
198 | | - 'mwe-edit-tools' => 'Wobźěłowańske rědy', |
199 | | - 'mwe-inline-description' => 'Nadpismo', |
200 | | - 'mwe-edit-video-tools' => 'Rědy za wobźěłowanje wideo:', |
201 | | - 'mwe-duration' => 'Cas:', |
| 189 | + 'mwe-clipedit-crop' => 'Wobraz wobrězaś', |
| 190 | + 'mwe-clipedit-apply_crop' => 'Wobrězanje na wobraz nałožyś', |
| 191 | + 'mwe-clipedit-reset_crop' => 'Wobrězanje anulěrowaś', |
| 192 | + 'mwe-clipedit-insert_image_page' => 'Do boka zasajźiś', |
| 193 | + 'mwe-clipedit-insert_into_sequence' => 'Do sekwence zasajźiś', |
| 194 | + 'mwe-clipedit-preview_insert' => 'Pséglěd zasajźenja', |
| 195 | + 'mwe-clipedit-cancel_image_insert' => 'Zasajźenje pśetergnuś', |
| 196 | + 'mwe-clipedit-sc_inoutpoints' => 'Zachopne-kóńcne dypki stajiś', |
| 197 | + 'mwe-clipedit-sc_overlays' => 'Pśewarstowanja', |
| 198 | + 'mwe-clipedit-sc_audio' => 'Awdioregulěrowanje', |
| 199 | + 'mwe-clipedit-sc_duration' => 'Cas', |
| 200 | + 'mwe-clipedit-template_properties' => 'Kakosći pśedłogi', |
| 201 | + 'mwe-clipedit-custom_title' => 'Swójski titel', |
| 202 | + 'mwe-clipedit-edit_properties' => 'Kakosći wobźěłaś', |
| 203 | + 'mwe-clipedit-other_properties' => 'Druge kakosći', |
| 204 | + 'mwe-clipedit-resource_page' => 'Resursowy bok:', |
| 205 | + 'mwe-clipedit-set_in_out_points' => 'Zachopne-kóńcne dypki stajiś', |
| 206 | + 'mwe-clipedit-start_time' => 'Zachopny cas', |
| 207 | + 'mwe-clipedit-end_time' => 'Kóńcny cas', |
| 208 | + 'mwe-clipedit-preview_inout' => 'Zachopne-kóńcne dypki ako pśeglěd pokazaś', |
| 209 | + 'mwe-clipedit-edit-tools' => 'Wobźěłowańske rědy', |
| 210 | + 'mwe-clipedit-inline-description' => 'Nadpismo', |
| 211 | + 'mwe-clipedit-edit-video-tools' => 'Rědy za wobźěłowanje wideo:', |
| 212 | + 'mwe-clipedit-duration' => 'Cas:', |
202 | 213 | ); |
| 214 | + |
203 | 215 | $messages['el'] = array( |
204 | | - 'mwe-crop' => 'Διαχωρισμός εικόνας', |
205 | | - 'mwe-apply_crop' => 'Εφαρμογή διαχωρισμού στην εικόνα', |
206 | | - 'mwe-reset_crop' => 'Επαναφορά διαχωρισμού', |
207 | | - 'mwe-insert_image_page' => 'Εισαγωγή στη σελίδα', |
208 | | - 'mwe-insert_into_sequence' => 'Εισαγωγή στην ακολουθία', |
209 | | - 'mwe-preview_insert' => 'Προεπισκόπηση εισαγωγής', |
210 | | - 'mwe-cancel_image_insert' => 'Ακύρωση εισαγωγής', |
211 | | - 'mwe-sc_inoutpoints' => 'Ρύθμιση μέσα-έξω πόντων', |
212 | | - 'mwe-sc_overlays' => 'Επικαλύψεις', |
213 | | - 'mwe-sc_audio' => 'Διαχείριση ήχου', |
214 | | - 'mwe-sc_duration' => 'Διάρκεια', |
215 | | - 'mwe-template_properties' => 'Ιδιότητες προτύπου', |
216 | | - 'mwe-custom_title' => 'Συνήθης τίτλος', |
217 | | - 'mwe-edit_properties' => 'Επεξεργασία ιδιοτήτων', |
218 | | - 'mwe-other_properties' => 'Άλλες ιδιότητες', |
219 | | - 'mwe-resource_page' => 'Σελίδα πηγής:', |
220 | | - 'mwe-set_in_out_points' => 'Ρύθμιση μέσα-έξω πόντων', |
221 | | - 'mwe-start_time' => 'Χρόνος εκκίνησης', |
222 | | - 'mwe-end_time' => 'Χρόνος λήξης', |
223 | | - 'mwe-preview_inout' => 'Προεπισκόπηση των σημείων εισόδου-εξόδου', |
| 216 | + 'mwe-clipedit-crop' => 'Διαχωρισμός εικόνας', |
| 217 | + 'mwe-clipedit-apply_crop' => 'Εφαρμογή διαχωρισμού στην εικόνα', |
| 218 | + 'mwe-clipedit-reset_crop' => 'Επαναφορά διαχωρισμού', |
| 219 | + 'mwe-clipedit-insert_image_page' => 'Εισαγωγή στη σελίδα', |
| 220 | + 'mwe-clipedit-insert_into_sequence' => 'Εισαγωγή στην ακολουθία', |
| 221 | + 'mwe-clipedit-preview_insert' => 'Προεπισκόπηση εισαγωγής', |
| 222 | + 'mwe-clipedit-cancel_image_insert' => 'Ακύρωση εισαγωγής', |
| 223 | + 'mwe-clipedit-sc_inoutpoints' => 'Ρύθμιση μέσα-έξω πόντων', |
| 224 | + 'mwe-clipedit-sc_overlays' => 'Επικαλύψεις', |
| 225 | + 'mwe-clipedit-sc_audio' => 'Διαχείριση ήχου', |
| 226 | + 'mwe-clipedit-sc_duration' => 'Διάρκεια', |
| 227 | + 'mwe-clipedit-template_properties' => 'Ιδιότητες προτύπου', |
| 228 | + 'mwe-clipedit-custom_title' => 'Συνήθης τίτλος', |
| 229 | + 'mwe-clipedit-edit_properties' => 'Επεξεργασία ιδιοτήτων', |
| 230 | + 'mwe-clipedit-other_properties' => 'Άλλες ιδιότητες', |
| 231 | + 'mwe-clipedit-resource_page' => 'Σελίδα πηγής:', |
| 232 | + 'mwe-clipedit-set_in_out_points' => 'Ρύθμιση μέσα-έξω πόντων', |
| 233 | + 'mwe-clipedit-start_time' => 'Χρόνος εκκίνησης', |
| 234 | + 'mwe-clipedit-end_time' => 'Χρόνος λήξης', |
| 235 | + 'mwe-clipedit-preview_inout' => 'Προεπισκόπηση των σημείων εισόδου-εξόδου', |
224 | 236 | ); |
| 237 | + |
225 | 238 | $messages['eo'] = array( |
226 | | - 'mwe-crop' => 'Stuci bildon', |
227 | | - 'mwe-apply_crop' => 'Apliki stucon al bildo', |
228 | | - 'mwe-cancel_image_insert' => 'Nuligi enmeton', |
229 | | - 'mwe-sc_duration' => 'Daŭro', |
230 | | - 'mwe-custom_title' => 'Memkreita titolo', |
| 239 | + 'mwe-clipedit-crop' => 'Stuci bildon', |
| 240 | + 'mwe-clipedit-apply_crop' => 'Apliki stucon al bildo', |
| 241 | + 'mwe-clipedit-cancel_image_insert' => 'Nuligi enmeton', |
| 242 | + 'mwe-clipedit-sc_duration' => 'Daŭro', |
| 243 | + 'mwe-clipedit-custom_title' => 'Memkreita titolo', |
231 | 244 | ); |
| 245 | + |
232 | 246 | $messages['es'] = array( |
233 | | - 'mwe-crop' => 'Recortar imagen', |
234 | | - 'mwe-apply_crop' => 'Aplicar el recorte a la imagen', |
235 | | - 'mwe-reset_crop' => 'Reiniciar el recorte', |
236 | | - 'mwe-insert_image_page' => 'Insertar en la página', |
237 | | - 'mwe-insert_into_sequence' => 'Insertar en secuencia', |
238 | | - 'mwe-preview_insert' => 'Previsualisar inserción', |
239 | | - 'mwe-cancel_image_insert' => 'Cancelar inserción', |
240 | | - 'mwe-sc_inoutpoints' => 'Establecer puntos de entrada y salida', |
241 | | - 'mwe-sc_overlays' => 'Superposiciones', |
242 | | - 'mwe-sc_audio' => 'Control de sonido', |
243 | | - 'mwe-sc_duration' => 'Duración', |
244 | | - 'mwe-template_properties' => 'Propiedades de plantilla', |
245 | | - 'mwe-custom_title' => 'Personalizar título', |
246 | | - 'mwe-edit_properties' => 'Editar propiedades', |
247 | | - 'mwe-other_properties' => 'Otras propiedades', |
248 | | - 'mwe-resource_page' => 'Página de recurso:', |
249 | | - 'mwe-set_in_out_points' => 'Establecer puntos de entrada y salida', |
250 | | - 'mwe-start_time' => 'Tiempo de inicio', |
251 | | - 'mwe-end_time' => 'Tiempo de fin', |
252 | | - 'mwe-preview_inout' => 'Previsualizar puntos de entrada y salida', |
253 | | - 'mwe-edit-video-tools' => 'Herramientas de edición de video:', |
254 | | - 'mwe-duration' => 'Duración:', |
| 247 | + 'mwe-clipedit-crop' => 'Recortar imagen', |
| 248 | + 'mwe-clipedit-apply_crop' => 'Aplicar el recorte a la imagen', |
| 249 | + 'mwe-clipedit-reset_crop' => 'Reiniciar el recorte', |
| 250 | + 'mwe-clipedit-insert_image_page' => 'Insertar en la página', |
| 251 | + 'mwe-clipedit-insert_into_sequence' => 'Insertar en secuencia', |
| 252 | + 'mwe-clipedit-preview_insert' => 'Previsualisar inserción', |
| 253 | + 'mwe-clipedit-cancel_image_insert' => 'Cancelar inserción', |
| 254 | + 'mwe-clipedit-sc_inoutpoints' => 'Establecer puntos de entrada y salida', |
| 255 | + 'mwe-clipedit-sc_overlays' => 'Superposiciones', |
| 256 | + 'mwe-clipedit-sc_audio' => 'Control de sonido', |
| 257 | + 'mwe-clipedit-sc_duration' => 'Duración', |
| 258 | + 'mwe-clipedit-template_properties' => 'Propiedades de plantilla', |
| 259 | + 'mwe-clipedit-custom_title' => 'Personalizar título', |
| 260 | + 'mwe-clipedit-edit_properties' => 'Editar propiedades', |
| 261 | + 'mwe-clipedit-other_properties' => 'Otras propiedades', |
| 262 | + 'mwe-clipedit-resource_page' => 'Página de recurso:', |
| 263 | + 'mwe-clipedit-set_in_out_points' => 'Establecer puntos de entrada y salida', |
| 264 | + 'mwe-clipedit-start_time' => 'Tiempo de inicio', |
| 265 | + 'mwe-clipedit-end_time' => 'Tiempo de fin', |
| 266 | + 'mwe-clipedit-preview_inout' => 'Previsualizar puntos de entrada y salida', |
| 267 | + 'mwe-clipedit-edit-video-tools' => 'Herramientas de edición de video:', |
| 268 | + 'mwe-clipedit-duration' => 'Duración:', |
255 | 269 | ); |
| 270 | + |
256 | 271 | $messages['eu'] = array( |
257 | | - 'mwe-crop' => 'Irudia moztu', |
258 | | - 'mwe-sc_duration' => 'Iraupena', |
259 | | - 'mwe-start_time' => 'Hasiera ordua', |
260 | | - 'mwe-end_time' => 'Amaiera ordua', |
261 | | - 'mwe-edit-tools' => 'Tresnak editatu', |
262 | | - 'mwe-duration' => 'Iraupena:', |
| 272 | + 'mwe-clipedit-crop' => 'Irudia moztu', |
| 273 | + 'mwe-clipedit-sc_duration' => 'Iraupena', |
| 274 | + 'mwe-clipedit-start_time' => 'Hasiera ordua', |
| 275 | + 'mwe-clipedit-end_time' => 'Amaiera ordua', |
| 276 | + 'mwe-clipedit-edit-tools' => 'Tresnak editatu', |
| 277 | + 'mwe-clipedit-duration' => 'Iraupena:', |
263 | 278 | ); |
| 279 | + |
264 | 280 | $messages['fi'] = array( |
265 | | - 'mwe-crop' => 'Rajaa kuva', |
266 | | - 'mwe-apply_crop' => 'Käytä rajausta kuvaan', |
267 | | - 'mwe-reset_crop' => 'Poista rajaus', |
268 | | - 'mwe-insert_image_page' => 'Lisää sivulle', |
269 | | - 'mwe-insert_into_sequence' => 'Lisää kappaleeseen', |
270 | | - 'mwe-preview_insert' => 'Esikatsele lisäystä', |
271 | | - 'mwe-cancel_image_insert' => 'Peruuta lisäys', |
272 | | - 'mwe-sc_audio' => 'Äänenhallinta', |
273 | | - 'mwe-sc_duration' => 'Kesto', |
274 | | - 'mwe-edit_properties' => 'Muokkaa ominaisuuksia', |
275 | | - 'mwe-start_time' => 'Aloitusaika', |
276 | | - 'mwe-end_time' => 'Lopetusaika', |
| 281 | + 'mwe-clipedit-crop' => 'Rajaa kuva', |
| 282 | + 'mwe-clipedit-apply_crop' => 'Käytä rajausta kuvaan', |
| 283 | + 'mwe-clipedit-reset_crop' => 'Poista rajaus', |
| 284 | + 'mwe-clipedit-insert_image_page' => 'Lisää sivulle', |
| 285 | + 'mwe-clipedit-insert_into_sequence' => 'Lisää kappaleeseen', |
| 286 | + 'mwe-clipedit-preview_insert' => 'Esikatsele lisäystä', |
| 287 | + 'mwe-clipedit-cancel_image_insert' => 'Peruuta lisäys', |
| 288 | + 'mwe-clipedit-sc_audio' => 'Äänenhallinta', |
| 289 | + 'mwe-clipedit-sc_duration' => 'Kesto', |
| 290 | + 'mwe-clipedit-edit_properties' => 'Muokkaa ominaisuuksia', |
| 291 | + 'mwe-clipedit-start_time' => 'Aloitusaika', |
| 292 | + 'mwe-clipedit-end_time' => 'Lopetusaika', |
277 | 293 | ); |
| 294 | + |
278 | 295 | $messages['fr'] = array( |
279 | | - 'mwe-crop' => 'Rogner l\'image', |
280 | | - 'mwe-apply_crop' => 'Appliquer la rognure à l\'image', |
281 | | - 'mwe-reset_crop' => 'Réinitialiser la rognure', |
282 | | - 'mwe-insert_image_page' => 'Insérer dans la page', |
283 | | - 'mwe-insert_into_sequence' => 'Insérer dans la séquence', |
284 | | - 'mwe-preview_insert' => 'Prévisualiser l\'insertion', |
285 | | - 'mwe-cancel_image_insert' => 'Annuler l\'insertion', |
286 | | - 'mwe-sc_inoutpoints' => 'Définir des points d\'entrée-sortie', |
287 | | - 'mwe-sc_overlays' => 'Revêtements', |
288 | | - 'mwe-sc_audio' => 'Contrôle audio', |
289 | | - 'mwe-sc_duration' => 'Durée', |
290 | | - 'mwe-template_properties' => 'Propriétés du modèle', |
291 | | - 'mwe-custom_title' => 'Titre personnalisé', |
292 | | - 'mwe-edit_properties' => 'Modifier les propriétés', |
293 | | - 'mwe-other_properties' => 'Autres propriétés', |
294 | | - 'mwe-resource_page' => 'Page de la ressource :', |
295 | | - 'mwe-set_in_out_points' => 'Définir des points d\'entrée-sortie', |
296 | | - 'mwe-start_time' => 'Heure de début', |
297 | | - 'mwe-end_time' => 'Heure de fin', |
298 | | - 'mwe-preview_inout' => 'Prévisualiser les points d\'entrée-sortie', |
299 | | - 'mwe-edit-tools' => 'Outils de modification', |
300 | | - 'mwe-inline-description' => 'Légende', |
301 | | - 'mwe-edit-video-tools' => 'Outils de modification des vidéos :', |
302 | | - 'mwe-duration' => 'Durée :', |
| 296 | + 'mwe-clipedit-crop' => 'Rogner l\'image', |
| 297 | + 'mwe-clipedit-apply_crop' => 'Appliquer la rognure à l\'image', |
| 298 | + 'mwe-clipedit-reset_crop' => 'Réinitialiser la rognure', |
| 299 | + 'mwe-clipedit-insert_image_page' => 'Insérer dans la page', |
| 300 | + 'mwe-clipedit-insert_into_sequence' => 'Insérer dans la séquence', |
| 301 | + 'mwe-clipedit-preview_insert' => 'Prévisualiser l\'insertion', |
| 302 | + 'mwe-clipedit-cancel_image_insert' => 'Annuler l\'insertion', |
| 303 | + 'mwe-clipedit-sc_inoutpoints' => 'Définir des points d\'entrée-sortie', |
| 304 | + 'mwe-clipedit-sc_overlays' => 'Revêtements', |
| 305 | + 'mwe-clipedit-sc_audio' => 'Contrôle audio', |
| 306 | + 'mwe-clipedit-sc_duration' => 'Durée', |
| 307 | + 'mwe-clipedit-template_properties' => 'Propriétés du modèle', |
| 308 | + 'mwe-clipedit-custom_title' => 'Titre personnalisé', |
| 309 | + 'mwe-clipedit-edit_properties' => 'Modifier les propriétés', |
| 310 | + 'mwe-clipedit-other_properties' => 'Autres propriétés', |
| 311 | + 'mwe-clipedit-resource_page' => 'Page de la ressource :', |
| 312 | + 'mwe-clipedit-set_in_out_points' => 'Définir des points d\'entrée-sortie', |
| 313 | + 'mwe-clipedit-start_time' => 'Heure de début', |
| 314 | + 'mwe-clipedit-end_time' => 'Heure de fin', |
| 315 | + 'mwe-clipedit-preview_inout' => 'Prévisualiser les points d\'entrée-sortie', |
| 316 | + 'mwe-clipedit-edit-tools' => 'Outils de modification', |
| 317 | + 'mwe-clipedit-inline-description' => 'Légende', |
| 318 | + 'mwe-clipedit-edit-video-tools' => 'Outils de modification des vidéos :', |
| 319 | + 'mwe-clipedit-duration' => 'Durée :', |
303 | 320 | ); |
| 321 | + |
304 | 322 | $messages['gl'] = array( |
305 | | - 'mwe-crop' => 'Cortar a imaxe', |
306 | | - 'mwe-apply_crop' => 'Aplicar o corte á imaxe', |
307 | | - 'mwe-reset_crop' => 'Restablecer o corte', |
308 | | - 'mwe-insert_image_page' => 'Inserir na páxina', |
309 | | - 'mwe-insert_into_sequence' => 'Inserir na secuencia', |
310 | | - 'mwe-preview_insert' => 'Vista previa da inserción', |
311 | | - 'mwe-cancel_image_insert' => 'Cancelar a inserción', |
312 | | - 'mwe-sc_inoutpoints' => 'Establecer os puntos de entrada-saída', |
313 | | - 'mwe-sc_overlays' => 'Sobreposicións', |
314 | | - 'mwe-sc_audio' => 'Control de audio', |
315 | | - 'mwe-sc_duration' => 'Duración', |
316 | | - 'mwe-template_properties' => 'Propiedades do modelo', |
317 | | - 'mwe-custom_title' => 'Título personalizado', |
318 | | - 'mwe-edit_properties' => 'Editar as propiedades', |
319 | | - 'mwe-other_properties' => 'Outras propiedades', |
320 | | - 'mwe-resource_page' => 'Páxina de recursos:', |
321 | | - 'mwe-set_in_out_points' => 'Establecer os puntos de entrada-saída', |
322 | | - 'mwe-start_time' => 'Hora de inicio', |
323 | | - 'mwe-end_time' => 'Hora de fin', |
324 | | - 'mwe-preview_inout' => 'Vista previa dos puntos de entrada-saída', |
325 | | - 'mwe-edit-tools' => 'Ferramentas de edición', |
326 | | - 'mwe-inline-description' => 'Lenda', |
327 | | - 'mwe-edit-video-tools' => 'Ferramentas de edición de vídeo:', |
328 | | - 'mwe-duration' => 'Duración:', |
| 323 | + 'mwe-clipedit-crop' => 'Cortar a imaxe', |
| 324 | + 'mwe-clipedit-apply_crop' => 'Aplicar o corte á imaxe', |
| 325 | + 'mwe-clipedit-reset_crop' => 'Restablecer o corte', |
| 326 | + 'mwe-clipedit-insert_image_page' => 'Inserir na páxina', |
| 327 | + 'mwe-clipedit-insert_into_sequence' => 'Inserir na secuencia', |
| 328 | + 'mwe-clipedit-preview_insert' => 'Vista previa da inserción', |
| 329 | + 'mwe-clipedit-cancel_image_insert' => 'Cancelar a inserción', |
| 330 | + 'mwe-clipedit-sc_inoutpoints' => 'Establecer os puntos de entrada-saída', |
| 331 | + 'mwe-clipedit-sc_overlays' => 'Sobreposicións', |
| 332 | + 'mwe-clipedit-sc_audio' => 'Control de audio', |
| 333 | + 'mwe-clipedit-sc_duration' => 'Duración', |
| 334 | + 'mwe-clipedit-template_properties' => 'Propiedades do modelo', |
| 335 | + 'mwe-clipedit-custom_title' => 'Título personalizado', |
| 336 | + 'mwe-clipedit-edit_properties' => 'Editar as propiedades', |
| 337 | + 'mwe-clipedit-other_properties' => 'Outras propiedades', |
| 338 | + 'mwe-clipedit-resource_page' => 'Páxina de recursos:', |
| 339 | + 'mwe-clipedit-set_in_out_points' => 'Establecer os puntos de entrada-saída', |
| 340 | + 'mwe-clipedit-start_time' => 'Hora de inicio', |
| 341 | + 'mwe-clipedit-end_time' => 'Hora de fin', |
| 342 | + 'mwe-clipedit-preview_inout' => 'Vista previa dos puntos de entrada-saída', |
| 343 | + 'mwe-clipedit-edit-tools' => 'Ferramentas de edición', |
| 344 | + 'mwe-clipedit-inline-description' => 'Lenda', |
| 345 | + 'mwe-clipedit-edit-video-tools' => 'Ferramentas de edición de vídeo:', |
| 346 | + 'mwe-clipedit-duration' => 'Duración:', |
329 | 347 | ); |
| 348 | + |
330 | 349 | $messages['gsw'] = array( |
331 | | - 'mwe-crop' => 'Bild zueschnyde', |
332 | | - 'mwe-apply_crop' => 'Bild zueschnyde', |
333 | | - 'mwe-reset_crop' => 'Zueschnitt zrucksetze', |
334 | | - 'mwe-insert_image_page' => 'In Syte yyfiege', |
335 | | - 'mwe-insert_into_sequence' => 'In dr Abschnitt yyfiege', |
336 | | - 'mwe-preview_insert' => 'Vorschau vu dr Yyfiegig', |
337 | | - 'mwe-cancel_image_insert' => 'S Yyfiege ruckgängig mache', |
338 | | - 'mwe-sc_inoutpoints' => 'Aa-Uus-Pinkt setze', |
339 | | - 'mwe-sc_overlays' => 'Overlays', |
340 | | - 'mwe-sc_audio' => 'Audioyystellige', |
341 | | - 'mwe-sc_duration' => 'Duur', |
342 | | - 'mwe-template_properties' => 'Vorlageeigeschafte', |
343 | | - 'mwe-custom_title' => 'Aapasste Titel', |
344 | | - 'mwe-edit_properties' => 'Eigeschafte bearbeite', |
345 | | - 'mwe-other_properties' => 'Andri Eigeschafte', |
346 | | - 'mwe-resource_page' => 'Quällsyte:', |
347 | | - 'mwe-set_in_out_points' => 'Aa-Uus-Pinkt setze', |
348 | | - 'mwe-start_time' => 'Aafangszyt', |
349 | | - 'mwe-end_time' => 'Ändzyt', |
350 | | - 'mwe-preview_inout' => 'Vorschau vu dr Aa-Uus-Pinkt', |
351 | | - 'mwe-edit-tools' => 'Bearbeitigs-Wärchzyyg', |
352 | | - 'mwe-inline-description' => 'Bschryybig', |
353 | | - 'mwe-edit-video-tools' => 'Video-Bearbeitigswärchzyyg:', |
354 | | - 'mwe-duration' => 'Duur:', |
| 350 | + 'mwe-clipedit-crop' => 'Bild zueschnyde', |
| 351 | + 'mwe-clipedit-apply_crop' => 'Bild zueschnyde', |
| 352 | + 'mwe-clipedit-reset_crop' => 'Zueschnitt zrucksetze', |
| 353 | + 'mwe-clipedit-insert_image_page' => 'In Syte yyfiege', |
| 354 | + 'mwe-clipedit-insert_into_sequence' => 'In dr Abschnitt yyfiege', |
| 355 | + 'mwe-clipedit-preview_insert' => 'Vorschau vu dr Yyfiegig', |
| 356 | + 'mwe-clipedit-cancel_image_insert' => 'S Yyfiege ruckgängig mache', |
| 357 | + 'mwe-clipedit-sc_inoutpoints' => 'Aa-Uus-Pinkt setze', |
| 358 | + 'mwe-clipedit-sc_overlays' => 'Overlays', |
| 359 | + 'mwe-clipedit-sc_audio' => 'Audioyystellige', |
| 360 | + 'mwe-clipedit-sc_duration' => 'Duur', |
| 361 | + 'mwe-clipedit-template_properties' => 'Vorlageeigeschafte', |
| 362 | + 'mwe-clipedit-custom_title' => 'Aapasste Titel', |
| 363 | + 'mwe-clipedit-edit_properties' => 'Eigeschafte bearbeite', |
| 364 | + 'mwe-clipedit-other_properties' => 'Andri Eigeschafte', |
| 365 | + 'mwe-clipedit-resource_page' => 'Quällsyte:', |
| 366 | + 'mwe-clipedit-set_in_out_points' => 'Aa-Uus-Pinkt setze', |
| 367 | + 'mwe-clipedit-start_time' => 'Aafangszyt', |
| 368 | + 'mwe-clipedit-end_time' => 'Ändzyt', |
| 369 | + 'mwe-clipedit-preview_inout' => 'Vorschau vu dr Aa-Uus-Pinkt', |
| 370 | + 'mwe-clipedit-edit-tools' => 'Bearbeitigs-Wärchzyyg', |
| 371 | + 'mwe-clipedit-inline-description' => 'Bschryybig', |
| 372 | + 'mwe-clipedit-edit-video-tools' => 'Video-Bearbeitigswärchzyyg:', |
| 373 | + 'mwe-clipedit-duration' => 'Duur:', |
355 | 374 | ); |
| 375 | + |
356 | 376 | $messages['he'] = array( |
357 | | - 'mwe-crop' => 'חיתוך תמונה', |
358 | | - 'mwe-apply_crop' => 'החלת החיתוך על התמונה', |
359 | | - 'mwe-reset_crop' => 'איפוס החיתוך', |
360 | | - 'mwe-insert_image_page' => 'הוספה לדף', |
361 | | - 'mwe-insert_into_sequence' => 'הוספה לתוך הרצף', |
362 | | - 'mwe-preview_insert' => 'תצוגה מקדימה של התוספת', |
363 | | - 'mwe-cancel_image_insert' => 'ביטול ההוספה', |
364 | | - 'mwe-sc_inoutpoints' => 'הגדרת נקודות כניסה ויציאה', |
365 | | - 'mwe-sc_overlays' => 'שכבות', |
366 | | - 'mwe-sc_audio' => 'בקרת שמע', |
367 | | - 'mwe-sc_duration' => 'משך', |
368 | | - 'mwe-template_properties' => 'מאפייני התבנית', |
369 | | - 'mwe-custom_title' => 'כותרת מותאמת אישית', |
370 | | - 'mwe-edit_properties' => 'עריכת המאפיינים', |
371 | | - 'mwe-other_properties' => 'מאפיינים אחרים', |
372 | | - 'mwe-resource_page' => 'דף המשאב:', |
373 | | - 'mwe-set_in_out_points' => 'הגדרת נקודות כניסה-יציאה', |
374 | | - 'mwe-start_time' => 'זמן ההתחלה', |
375 | | - 'mwe-end_time' => 'זמן הסיום', |
376 | | - 'mwe-preview_inout' => 'תצוגה מקדימה של נקודות הכניסה-יציאה', |
| 377 | + 'mwe-clipedit-crop' => 'חיתוך תמונה', |
| 378 | + 'mwe-clipedit-apply_crop' => 'החלת החיתוך על התמונה', |
| 379 | + 'mwe-clipedit-reset_crop' => 'איפוס החיתוך', |
| 380 | + 'mwe-clipedit-insert_image_page' => 'הוספה לדף', |
| 381 | + 'mwe-clipedit-insert_into_sequence' => 'הוספה לתוך הרצף', |
| 382 | + 'mwe-clipedit-preview_insert' => 'תצוגה מקדימה של התוספת', |
| 383 | + 'mwe-clipedit-cancel_image_insert' => 'ביטול ההוספה', |
| 384 | + 'mwe-clipedit-sc_inoutpoints' => 'הגדרת נקודות כניסה ויציאה', |
| 385 | + 'mwe-clipedit-sc_overlays' => 'שכבות', |
| 386 | + 'mwe-clipedit-sc_audio' => 'בקרת שמע', |
| 387 | + 'mwe-clipedit-sc_duration' => 'משך', |
| 388 | + 'mwe-clipedit-template_properties' => 'מאפייני התבנית', |
| 389 | + 'mwe-clipedit-custom_title' => 'כותרת מותאמת אישית', |
| 390 | + 'mwe-clipedit-edit_properties' => 'עריכת המאפיינים', |
| 391 | + 'mwe-clipedit-other_properties' => 'מאפיינים אחרים', |
| 392 | + 'mwe-clipedit-resource_page' => 'דף המשאב:', |
| 393 | + 'mwe-clipedit-set_in_out_points' => 'הגדרת נקודות כניסה-יציאה', |
| 394 | + 'mwe-clipedit-start_time' => 'זמן ההתחלה', |
| 395 | + 'mwe-clipedit-end_time' => 'זמן הסיום', |
| 396 | + 'mwe-clipedit-preview_inout' => 'תצוגה מקדימה של נקודות הכניסה-יציאה', |
377 | 397 | ); |
| 398 | + |
378 | 399 | $messages['hsb'] = array( |
379 | | - 'mwe-crop' => 'Wobraz přitřihać', |
380 | | - 'mwe-apply_crop' => 'Přitřihanje na wobraz nałožić', |
381 | | - 'mwe-reset_crop' => 'Přitřihanje cofnyć', |
382 | | - 'mwe-insert_image_page' => 'Do strony zasunyć', |
383 | | - 'mwe-insert_into_sequence' => 'Do sekwency zasunyć', |
384 | | - 'mwe-preview_insert' => 'Přehlad zasunjenja', |
385 | | - 'mwe-cancel_image_insert' => 'Zasunjenje přetorhnyć', |
386 | | - 'mwe-sc_inoutpoints' => 'Spočatne a kónčne dypki stajić', |
387 | | - 'mwe-sc_overlays' => 'Zablendowanja', |
388 | | - 'mwe-sc_audio' => 'Awdiowodźenje', |
389 | | - 'mwe-sc_duration' => 'Traće', |
390 | | - 'mwe-template_properties' => 'Kajkosće předłohi', |
391 | | - 'mwe-custom_title' => 'Swójski titul', |
392 | | - 'mwe-edit_properties' => 'Kajkosće wobdźěłać', |
393 | | - 'mwe-other_properties' => 'Druhe kajkosće', |
394 | | - 'mwe-resource_page' => 'Resursowa strona:', |
395 | | - 'mwe-set_in_out_points' => 'Spočatne a kónčne dypki stajić', |
396 | | - 'mwe-start_time' => 'Startowy čas', |
397 | | - 'mwe-end_time' => 'Kónčny čas', |
398 | | - 'mwe-preview_inout' => 'Spočatne a kónčne dypki jako přehlad pokazać', |
399 | | - 'mwe-edit-tools' => 'Wobdźěłowanske nastroje', |
400 | | - 'mwe-inline-description' => 'Nadpismo', |
401 | | - 'mwe-edit-video-tools' => 'Nastroje za wobdźěłowanje widejow:', |
402 | | - 'mwe-duration' => 'Traće:', |
| 400 | + 'mwe-clipedit-crop' => 'Wobraz přitřihać', |
| 401 | + 'mwe-clipedit-apply_crop' => 'Přitřihanje na wobraz nałožić', |
| 402 | + 'mwe-clipedit-reset_crop' => 'Přitřihanje cofnyć', |
| 403 | + 'mwe-clipedit-insert_image_page' => 'Do strony zasunyć', |
| 404 | + 'mwe-clipedit-insert_into_sequence' => 'Do sekwency zasunyć', |
| 405 | + 'mwe-clipedit-preview_insert' => 'Přehlad zasunjenja', |
| 406 | + 'mwe-clipedit-cancel_image_insert' => 'Zasunjenje přetorhnyć', |
| 407 | + 'mwe-clipedit-sc_inoutpoints' => 'Spočatne a kónčne dypki stajić', |
| 408 | + 'mwe-clipedit-sc_overlays' => 'Zablendowanja', |
| 409 | + 'mwe-clipedit-sc_audio' => 'Awdiowodźenje', |
| 410 | + 'mwe-clipedit-sc_duration' => 'Traće', |
| 411 | + 'mwe-clipedit-template_properties' => 'Kajkosće předłohi', |
| 412 | + 'mwe-clipedit-custom_title' => 'Swójski titul', |
| 413 | + 'mwe-clipedit-edit_properties' => 'Kajkosće wobdźěłać', |
| 414 | + 'mwe-clipedit-other_properties' => 'Druhe kajkosće', |
| 415 | + 'mwe-clipedit-resource_page' => 'Resursowa strona:', |
| 416 | + 'mwe-clipedit-set_in_out_points' => 'Spočatne a kónčne dypki stajić', |
| 417 | + 'mwe-clipedit-start_time' => 'Startowy čas', |
| 418 | + 'mwe-clipedit-end_time' => 'Kónčny čas', |
| 419 | + 'mwe-clipedit-preview_inout' => 'Spočatne a kónčne dypki jako přehlad pokazać', |
| 420 | + 'mwe-clipedit-edit-tools' => 'Wobdźěłowanske nastroje', |
| 421 | + 'mwe-clipedit-inline-description' => 'Nadpismo', |
| 422 | + 'mwe-clipedit-edit-video-tools' => 'Nastroje za wobdźěłowanje widejow:', |
| 423 | + 'mwe-clipedit-duration' => 'Traće:', |
403 | 424 | ); |
| 425 | + |
404 | 426 | $messages['hu'] = array( |
405 | | - 'mwe-crop' => 'Kép vágása', |
406 | | - 'mwe-apply_crop' => 'Vágás alkalmazása a képre', |
407 | | - 'mwe-reset_crop' => 'Vágás alaphelyzetbe állítása', |
408 | | - 'mwe-insert_image_page' => 'Beillesztés a lapra', |
409 | | - 'mwe-insert_into_sequence' => 'Beillesztés a jelenetbe', |
410 | | - 'mwe-preview_insert' => 'Beillesztés előnézete', |
411 | | - 'mwe-cancel_image_insert' => 'Beillesztés elvetése', |
412 | | - 'mwe-sc_inoutpoints' => 'Kezdő- és végpontok beállítása', |
413 | | - 'mwe-sc_overlays' => 'Rétegek', |
414 | | - 'mwe-sc_audio' => 'Hangvezérlés', |
415 | | - 'mwe-sc_duration' => 'Hossz', |
416 | | - 'mwe-template_properties' => 'Sablon tulajdonságai', |
417 | | - 'mwe-custom_title' => 'Egyéni cím', |
418 | | - 'mwe-edit_properties' => 'Tulajdonságok szerkesztése', |
419 | | - 'mwe-other_properties' => 'Egyéb tulajdonságok', |
420 | | - 'mwe-resource_page' => 'Erőforrás lap:', |
421 | | - 'mwe-set_in_out_points' => 'Kezdő- és végpontok beállítása', |
422 | | - 'mwe-start_time' => 'Kezdés ideje', |
423 | | - 'mwe-end_time' => 'Befejezés ideje', |
424 | | - 'mwe-preview_inout' => 'Kezdő- és végpontok megtekintése', |
425 | | - 'mwe-edit-tools' => 'Szerkesztőeszközök', |
426 | | - 'mwe-inline-description' => 'Cím', |
427 | | - 'mwe-edit-video-tools' => 'Videóeszközök szerkesztése:', |
428 | | - 'mwe-duration' => 'Hossz:', |
| 427 | + 'mwe-clipedit-crop' => 'Kép vágása', |
| 428 | + 'mwe-clipedit-apply_crop' => 'Vágás alkalmazása a képre', |
| 429 | + 'mwe-clipedit-reset_crop' => 'Vágás alaphelyzetbe állítása', |
| 430 | + 'mwe-clipedit-insert_image_page' => 'Beillesztés a lapra', |
| 431 | + 'mwe-clipedit-insert_into_sequence' => 'Beillesztés a jelenetbe', |
| 432 | + 'mwe-clipedit-preview_insert' => 'Beillesztés előnézete', |
| 433 | + 'mwe-clipedit-cancel_image_insert' => 'Beillesztés elvetése', |
| 434 | + 'mwe-clipedit-sc_inoutpoints' => 'Kezdő- és végpontok beállítása', |
| 435 | + 'mwe-clipedit-sc_overlays' => 'Rétegek', |
| 436 | + 'mwe-clipedit-sc_audio' => 'Hangvezérlés', |
| 437 | + 'mwe-clipedit-sc_duration' => 'Hossz', |
| 438 | + 'mwe-clipedit-template_properties' => 'Sablon tulajdonságai', |
| 439 | + 'mwe-clipedit-custom_title' => 'Egyéni cím', |
| 440 | + 'mwe-clipedit-edit_properties' => 'Tulajdonságok szerkesztése', |
| 441 | + 'mwe-clipedit-other_properties' => 'Egyéb tulajdonságok', |
| 442 | + 'mwe-clipedit-resource_page' => 'Erőforrás lap:', |
| 443 | + 'mwe-clipedit-set_in_out_points' => 'Kezdő- és végpontok beállítása', |
| 444 | + 'mwe-clipedit-start_time' => 'Kezdés ideje', |
| 445 | + 'mwe-clipedit-end_time' => 'Befejezés ideje', |
| 446 | + 'mwe-clipedit-preview_inout' => 'Kezdő- és végpontok megtekintése', |
| 447 | + 'mwe-clipedit-edit-tools' => 'Szerkesztőeszközök', |
| 448 | + 'mwe-clipedit-inline-description' => 'Cím', |
| 449 | + 'mwe-clipedit-edit-video-tools' => 'Videóeszközök szerkesztése:', |
| 450 | + 'mwe-clipedit-duration' => 'Hossz:', |
429 | 451 | ); |
| 452 | + |
430 | 453 | $messages['ia'] = array( |
431 | | - 'mwe-crop' => 'Taliar imagine', |
432 | | - 'mwe-apply_crop' => 'Facer un retalio del imagine', |
433 | | - 'mwe-reset_crop' => 'Reinitialisar retalio', |
434 | | - 'mwe-insert_image_page' => 'Inserer in pagina', |
435 | | - 'mwe-insert_into_sequence' => 'Inserer in sequentia', |
436 | | - 'mwe-preview_insert' => 'Previsualisar insertion', |
437 | | - 'mwe-cancel_image_insert' => 'Cancellar insertion', |
438 | | - 'mwe-sc_inoutpoints' => 'Definir punctos entrata-sortita', |
439 | | - 'mwe-sc_overlays' => 'Superpositiones', |
440 | | - 'mwe-sc_audio' => 'Controlo audio', |
441 | | - 'mwe-sc_duration' => 'Duration', |
442 | | - 'mwe-template_properties' => 'Proprietates de patrono', |
443 | | - 'mwe-custom_title' => 'Titulo personalisate', |
444 | | - 'mwe-edit_properties' => 'Modificar proprietates', |
445 | | - 'mwe-other_properties' => 'Altere proprietates', |
446 | | - 'mwe-resource_page' => 'Pagina del ressource:', |
447 | | - 'mwe-set_in_out_points' => 'Definir punctos entrata-sortita', |
448 | | - 'mwe-start_time' => 'Hora de initio', |
449 | | - 'mwe-end_time' => 'Hora de fin', |
450 | | - 'mwe-preview_inout' => 'Previsualisar punctos entrata-sortita', |
451 | | - 'mwe-edit-tools' => 'Instrumentos de modification', |
452 | | - 'mwe-inline-description' => 'Legenda', |
453 | | - 'mwe-edit-video-tools' => 'Instrumentos de modification de video:', |
454 | | - 'mwe-duration' => 'Durata:', |
| 454 | + 'mwe-clipedit-crop' => 'Taliar imagine', |
| 455 | + 'mwe-clipedit-apply_crop' => 'Facer un retalio del imagine', |
| 456 | + 'mwe-clipedit-reset_crop' => 'Reinitialisar retalio', |
| 457 | + 'mwe-clipedit-insert_image_page' => 'Inserer in pagina', |
| 458 | + 'mwe-clipedit-insert_into_sequence' => 'Inserer in sequentia', |
| 459 | + 'mwe-clipedit-preview_insert' => 'Previsualisar insertion', |
| 460 | + 'mwe-clipedit-cancel_image_insert' => 'Cancellar insertion', |
| 461 | + 'mwe-clipedit-sc_inoutpoints' => 'Definir punctos entrata-sortita', |
| 462 | + 'mwe-clipedit-sc_overlays' => 'Superpositiones', |
| 463 | + 'mwe-clipedit-sc_audio' => 'Controlo audio', |
| 464 | + 'mwe-clipedit-sc_duration' => 'Duration', |
| 465 | + 'mwe-clipedit-template_properties' => 'Proprietates de patrono', |
| 466 | + 'mwe-clipedit-custom_title' => 'Titulo personalisate', |
| 467 | + 'mwe-clipedit-edit_properties' => 'Modificar proprietates', |
| 468 | + 'mwe-clipedit-other_properties' => 'Altere proprietates', |
| 469 | + 'mwe-clipedit-resource_page' => 'Pagina del ressource:', |
| 470 | + 'mwe-clipedit-set_in_out_points' => 'Definir punctos entrata-sortita', |
| 471 | + 'mwe-clipedit-start_time' => 'Hora de initio', |
| 472 | + 'mwe-clipedit-end_time' => 'Hora de fin', |
| 473 | + 'mwe-clipedit-preview_inout' => 'Previsualisar punctos entrata-sortita', |
| 474 | + 'mwe-clipedit-edit-tools' => 'Instrumentos de modification', |
| 475 | + 'mwe-clipedit-inline-description' => 'Legenda', |
| 476 | + 'mwe-clipedit-edit-video-tools' => 'Instrumentos de modification de video:', |
| 477 | + 'mwe-clipedit-duration' => 'Durata:', |
455 | 478 | ); |
| 479 | + |
456 | 480 | $messages['id'] = array( |
457 | | - 'mwe-crop' => 'Potong gambar', |
458 | | - 'mwe-apply_crop' => 'Terapkan pemotongan gambar', |
459 | | - 'mwe-reset_crop' => 'Kembalikan pemotongan', |
460 | | - 'mwe-insert_image_page' => 'Sisipkan pada halaman', |
461 | | - 'mwe-insert_into_sequence' => 'Sisipkan pada urutan', |
462 | | - 'mwe-preview_insert' => 'Sisipkan pratayang', |
463 | | - 'mwe-cancel_image_insert' => 'Batalkan penyisipan', |
464 | | - 'mwe-sc_inoutpoints' => 'Atur titik masuk-keluar', |
465 | | - 'mwe-sc_overlays' => 'Hamparan', |
466 | | - 'mwe-sc_audio' => 'Kontrol audio', |
467 | | - 'mwe-sc_duration' => 'Durasi', |
468 | | - 'mwe-template_properties' => 'Properti Templat', |
469 | | - 'mwe-custom_title' => 'Judul buatan', |
470 | | - 'mwe-edit_properties' => 'Sunting properti', |
471 | | - 'mwe-other_properties' => 'Properti lain', |
472 | | - 'mwe-resource_page' => 'Sumber halaman:', |
473 | | - 'mwe-set_in_out_points' => 'Atur titik masuk-keluar', |
474 | | - 'mwe-start_time' => 'Waktu mulai', |
475 | | - 'mwe-end_time' => 'Waktu selesai', |
476 | | - 'mwe-preview_inout' => 'Pratayang titik masuk-keluar', |
477 | | - 'mwe-edit-tools' => 'Alat penyuntingan', |
478 | | - 'mwe-inline-description' => 'Judul', |
479 | | - 'mwe-edit-video-tools' => 'Alat Penyuntingan Video:', |
480 | | - 'mwe-duration' => 'Durasi:', |
| 481 | + 'mwe-clipedit-crop' => 'Potong gambar', |
| 482 | + 'mwe-clipedit-apply_crop' => 'Terapkan pemotongan gambar', |
| 483 | + 'mwe-clipedit-reset_crop' => 'Kembalikan pemotongan', |
| 484 | + 'mwe-clipedit-insert_image_page' => 'Sisipkan pada halaman', |
| 485 | + 'mwe-clipedit-insert_into_sequence' => 'Sisipkan pada urutan', |
| 486 | + 'mwe-clipedit-preview_insert' => 'Sisipkan pratayang', |
| 487 | + 'mwe-clipedit-cancel_image_insert' => 'Batalkan penyisipan', |
| 488 | + 'mwe-clipedit-sc_inoutpoints' => 'Atur titik masuk-keluar', |
| 489 | + 'mwe-clipedit-sc_overlays' => 'Hamparan', |
| 490 | + 'mwe-clipedit-sc_audio' => 'Kontrol audio', |
| 491 | + 'mwe-clipedit-sc_duration' => 'Durasi', |
| 492 | + 'mwe-clipedit-template_properties' => 'Properti Templat', |
| 493 | + 'mwe-clipedit-custom_title' => 'Judul buatan', |
| 494 | + 'mwe-clipedit-edit_properties' => 'Sunting properti', |
| 495 | + 'mwe-clipedit-other_properties' => 'Properti lain', |
| 496 | + 'mwe-clipedit-resource_page' => 'Sumber halaman:', |
| 497 | + 'mwe-clipedit-set_in_out_points' => 'Atur titik masuk-keluar', |
| 498 | + 'mwe-clipedit-start_time' => 'Waktu mulai', |
| 499 | + 'mwe-clipedit-end_time' => 'Waktu selesai', |
| 500 | + 'mwe-clipedit-preview_inout' => 'Pratayang titik masuk-keluar', |
| 501 | + 'mwe-clipedit-edit-tools' => 'Alat penyuntingan', |
| 502 | + 'mwe-clipedit-inline-description' => 'Judul', |
| 503 | + 'mwe-clipedit-edit-video-tools' => 'Alat Penyuntingan Video:', |
| 504 | + 'mwe-clipedit-duration' => 'Durasi:', |
481 | 505 | ); |
| 506 | + |
482 | 507 | $messages['ja'] = array( |
483 | | - 'mwe-crop' => '画像をトリミング', |
484 | | - 'mwe-apply_crop' => '画像にトリミングを適用', |
485 | | - 'mwe-reset_crop' => 'トリミングを取り消す', |
486 | | - 'mwe-insert_image_page' => 'ページ中に挿入', |
487 | | - 'mwe-insert_into_sequence' => 'シーケンス中に挿入', |
488 | | - 'mwe-preview_insert' => '挿入をプレビュー', |
489 | | - 'mwe-cancel_image_insert' => '挿入を中止', |
490 | | - 'mwe-sc_inoutpoints' => 'イン・アウトポイントを設定', |
491 | | - 'mwe-sc_overlays' => 'オーバーレイ', |
492 | | - 'mwe-sc_audio' => 'オーディオ・コントロール', |
493 | | - 'mwe-sc_duration' => '時間', |
494 | | - 'mwe-template_properties' => 'テンプレートの属性', |
495 | | - 'mwe-custom_title' => '独自のタイトル', |
496 | | - 'mwe-edit_properties' => 'プロパティを編集', |
497 | | - 'mwe-other_properties' => 'その他のプロパティ', |
498 | | - 'mwe-resource_page' => 'リソースページ:', |
499 | | - 'mwe-set_in_out_points' => 'イン・アウトポイントを設定', |
500 | | - 'mwe-start_time' => '開始時間', |
501 | | - 'mwe-end_time' => '終了時間', |
502 | | - 'mwe-preview_inout' => 'イン・アウトポイントをプレビュー', |
503 | | - 'mwe-edit-tools' => '編集ツール', |
504 | | - 'mwe-inline-description' => 'キャプション', |
505 | | - 'mwe-edit-video-tools' => '動画編集ツール:', |
506 | | - 'mwe-duration' => '時間:', |
| 508 | + 'mwe-clipedit-crop' => '画像をトリミング', |
| 509 | + 'mwe-clipedit-apply_crop' => '画像にトリミングを適用', |
| 510 | + 'mwe-clipedit-reset_crop' => 'トリミングを取り消す', |
| 511 | + 'mwe-clipedit-insert_image_page' => 'ページ中に挿入', |
| 512 | + 'mwe-clipedit-insert_into_sequence' => 'シーケンス中に挿入', |
| 513 | + 'mwe-clipedit-preview_insert' => '挿入をプレビュー', |
| 514 | + 'mwe-clipedit-cancel_image_insert' => '挿入を中止', |
| 515 | + 'mwe-clipedit-sc_inoutpoints' => 'イン・アウトポイントを設定', |
| 516 | + 'mwe-clipedit-sc_overlays' => 'オーバーレイ', |
| 517 | + 'mwe-clipedit-sc_audio' => 'オーディオ・コントロール', |
| 518 | + 'mwe-clipedit-sc_duration' => '時間', |
| 519 | + 'mwe-clipedit-template_properties' => 'テンプレートの属性', |
| 520 | + 'mwe-clipedit-custom_title' => '独自のタイトル', |
| 521 | + 'mwe-clipedit-edit_properties' => 'プロパティを編集', |
| 522 | + 'mwe-clipedit-other_properties' => 'その他のプロパティ', |
| 523 | + 'mwe-clipedit-resource_page' => 'リソースページ:', |
| 524 | + 'mwe-clipedit-set_in_out_points' => 'イン・アウトポイントを設定', |
| 525 | + 'mwe-clipedit-start_time' => '開始時間', |
| 526 | + 'mwe-clipedit-end_time' => '終了時間', |
| 527 | + 'mwe-clipedit-preview_inout' => 'イン・アウトポイントをプレビュー', |
| 528 | + 'mwe-clipedit-edit-tools' => '編集ツール', |
| 529 | + 'mwe-clipedit-inline-description' => 'キャプション', |
| 530 | + 'mwe-clipedit-edit-video-tools' => '動画編集ツール:', |
| 531 | + 'mwe-clipedit-duration' => '時間:', |
507 | 532 | ); |
| 533 | + |
508 | 534 | $messages['ka'] = array( |
509 | | - 'mwe-sc_audio' => 'აუდიო კონტროლი', |
510 | | - 'mwe-sc_duration' => 'ხანგძლივობა', |
| 535 | + 'mwe-clipedit-sc_audio' => 'აუდიო კონტროლი', |
| 536 | + 'mwe-clipedit-sc_duration' => 'ხანგძლივობა', |
511 | 537 | ); |
| 538 | + |
512 | 539 | $messages['ko'] = array( |
513 | | - 'mwe-crop' => '그림을 잘라내기', |
514 | | - 'mwe-start_time' => '시작 시간', |
515 | | - 'mwe-end_time' => '종료 시간', |
516 | | - 'mwe-duration' => '시간:', |
| 540 | + 'mwe-clipedit-crop' => '그림을 잘라내기', |
| 541 | + 'mwe-clipedit-start_time' => '시작 시간', |
| 542 | + 'mwe-clipedit-end_time' => '종료 시간', |
| 543 | + 'mwe-clipedit-duration' => '시간:', |
517 | 544 | ); |
| 545 | + |
518 | 546 | $messages['ksh'] = array( |
519 | | - 'mwe-crop' => 'Beld beschnigge', |
520 | | - 'mwe-apply_crop' => 'Lohß Jonn!', |
521 | | - 'mwe-reset_crop' => 'Et Zerääschnigge ophävve', |
522 | | - 'mwe-insert_image_page' => 'En en Sigg ennfööje', |
523 | | - 'mwe-insert_into_sequence' => 'En de Afshpellleß ennfööje', |
524 | | - 'mwe-preview_insert' => 'Vör_Aansich för et Ennfööje', |
525 | | - 'mwe-cancel_image_insert' => 'Et Enfööje avbreche!', |
526 | | - 'mwe-sc_inoutpoints' => 'Der En- un Ußschteeschßpunk för et Afschpelle faßlääje', |
527 | | - 'mwe-sc_overlays' => 'Övverbländunge', |
528 | | - 'mwe-sc_audio' => 'Enshtällunge för der Tohn', |
529 | | - 'mwe-sc_duration' => 'Duuer', |
530 | | - 'mwe-template_properties' => 'Eijeschaffte vun en Schabloon', |
531 | | - 'mwe-custom_title' => 'Ene aanjepaßte Tittel', |
532 | | - 'mwe-edit_properties' => 'Eijeschaffte ändere', |
533 | | - 'mwe-other_properties' => 'Ander Eijeschaffte', |
534 | | - 'mwe-resource_page' => 'De Sigg dovun:', |
535 | | - 'mwe-set_in_out_points' => 'En- un Ußschteeschßpunk faßlääje', |
536 | | - 'mwe-start_time' => 'Aanfangszick', |
537 | | - 'mwe-end_time' => 'Schloßzick', |
538 | | - 'mwe-preview_inout' => 'Vör-Aanseesch vum En- un Ußschteeschßpunk', |
539 | | - 'mwe-edit-tools' => 'Wärkzüsch för Belder de ändere', |
540 | | - 'mwe-inline-description' => 'Legände', |
541 | | - 'mwe-edit-video-tools' => 'Wärkzüsch för Viddejos ze beärbeide:', |
542 | | - 'mwe-duration' => 'Duur:', |
| 547 | + 'mwe-clipedit-crop' => 'Beld beschnigge', |
| 548 | + 'mwe-clipedit-apply_crop' => 'Lohß Jonn!', |
| 549 | + 'mwe-clipedit-reset_crop' => 'Et Zerääschnigge ophävve', |
| 550 | + 'mwe-clipedit-insert_image_page' => 'En en Sigg ennfööje', |
| 551 | + 'mwe-clipedit-insert_into_sequence' => 'En de Afshpellleß ennfööje', |
| 552 | + 'mwe-clipedit-preview_insert' => 'Vör_Aansich för et Ennfööje', |
| 553 | + 'mwe-clipedit-cancel_image_insert' => 'Et Enfööje avbreche!', |
| 554 | + 'mwe-clipedit-sc_inoutpoints' => 'Der En- un Ußschteeschßpunk för et Afschpelle faßlääje', |
| 555 | + 'mwe-clipedit-sc_overlays' => 'Övverbländunge', |
| 556 | + 'mwe-clipedit-sc_audio' => 'Enshtällunge för der Tohn', |
| 557 | + 'mwe-clipedit-sc_duration' => 'Duuer', |
| 558 | + 'mwe-clipedit-template_properties' => 'Eijeschaffte vun en Schabloon', |
| 559 | + 'mwe-clipedit-custom_title' => 'Ene aanjepaßte Tittel', |
| 560 | + 'mwe-clipedit-edit_properties' => 'Eijeschaffte ändere', |
| 561 | + 'mwe-clipedit-other_properties' => 'Ander Eijeschaffte', |
| 562 | + 'mwe-clipedit-resource_page' => 'De Sigg dovun:', |
| 563 | + 'mwe-clipedit-set_in_out_points' => 'En- un Ußschteeschßpunk faßlääje', |
| 564 | + 'mwe-clipedit-start_time' => 'Aanfangszick', |
| 565 | + 'mwe-clipedit-end_time' => 'Schloßzick', |
| 566 | + 'mwe-clipedit-preview_inout' => 'Vör-Aanseesch vum En- un Ußschteeschßpunk', |
| 567 | + 'mwe-clipedit-edit-tools' => 'Wärkzüsch för Belder de ändere', |
| 568 | + 'mwe-clipedit-inline-description' => 'Legände', |
| 569 | + 'mwe-clipedit-edit-video-tools' => 'Wärkzüsch för Viddejos ze beärbeide:', |
| 570 | + 'mwe-clipedit-duration' => 'Duur:', |
543 | 571 | ); |
| 572 | + |
544 | 573 | $messages['lb'] = array( |
545 | | - 'mwe-crop' => 'Bild ofschneiden', |
546 | | - 'mwe-apply_crop' => 'Ofschneiden op d\'Bild uwenden', |
547 | | - 'mwe-reset_crop' => 'Ofschneiden zrécksetzen', |
548 | | - 'mwe-insert_image_page' => 'An d\'Säit drasetzen', |
549 | | - 'mwe-insert_into_sequence' => 'An d\'Sequenz drasetzen', |
550 | | - 'mwe-preview_insert' => 'Drasetze kucken ouni ze späicheren', |
551 | | - 'mwe-cancel_image_insert' => 'Drasetzen ofbriechen', |
552 | | - 'mwe-sc_audio' => 'Audiosteierung', |
553 | | - 'mwe-sc_duration' => 'Dauer', |
554 | | - 'mwe-template_properties' => 'Eegeschafte vun der Schabloun', |
555 | | - 'mwe-custom_title' => 'Personaliséierten Titel', |
556 | | - 'mwe-edit_properties' => 'Eegeschaften änneren', |
557 | | - 'mwe-other_properties' => 'Aner Eegeschaften', |
558 | | - 'mwe-start_time' => 'Ufankszäit', |
559 | | - 'mwe-end_time' => 'Schlusszäit', |
560 | | - 'mwe-edit-tools' => 'Handwierksgeschir fir z\'änneren', |
561 | | - 'mwe-inline-description' => 'Beschreiwung', |
562 | | - 'mwe-duration' => 'Dauer:', |
| 574 | + 'mwe-clipedit-crop' => 'Bild ofschneiden', |
| 575 | + 'mwe-clipedit-apply_crop' => 'Ofschneiden op d\'Bild uwenden', |
| 576 | + 'mwe-clipedit-reset_crop' => 'Ofschneiden zrécksetzen', |
| 577 | + 'mwe-clipedit-insert_image_page' => 'An d\'Säit drasetzen', |
| 578 | + 'mwe-clipedit-insert_into_sequence' => 'An d\'Sequenz drasetzen', |
| 579 | + 'mwe-clipedit-preview_insert' => 'Drasetze kucken ouni ze späicheren', |
| 580 | + 'mwe-clipedit-cancel_image_insert' => 'Drasetzen ofbriechen', |
| 581 | + 'mwe-clipedit-sc_audio' => 'Audiosteierung', |
| 582 | + 'mwe-clipedit-sc_duration' => 'Dauer', |
| 583 | + 'mwe-clipedit-template_properties' => 'Eegeschafte vun der Schabloun', |
| 584 | + 'mwe-clipedit-custom_title' => 'Personaliséierten Titel', |
| 585 | + 'mwe-clipedit-edit_properties' => 'Eegeschaften änneren', |
| 586 | + 'mwe-clipedit-other_properties' => 'Aner Eegeschaften', |
| 587 | + 'mwe-clipedit-start_time' => 'Ufankszäit', |
| 588 | + 'mwe-clipedit-end_time' => 'Schlusszäit', |
| 589 | + 'mwe-clipedit-edit-tools' => 'Handwierksgeschir fir z\'änneren', |
| 590 | + 'mwe-clipedit-inline-description' => 'Beschreiwung', |
| 591 | + 'mwe-clipedit-duration' => 'Dauer:', |
563 | 592 | ); |
| 593 | + |
564 | 594 | $messages['ml'] = array( |
565 | | - 'mwe-crop' => 'ചിത്രം മുറിയ്ക്കുക', |
566 | | - 'mwe-apply_crop' => 'മുറിയ്ക്കൽ ചിത്രത്തിൽ പ്രാവർത്തികമാക്കുക', |
567 | | - 'mwe-reset_crop' => 'മുറിയ്ക്കൽ പുനഃക്രമീകരിക്കുക', |
568 | | - 'mwe-insert_image_page' => 'താളിൽ ഉൾപ്പെടുത്തുക', |
569 | | - 'mwe-insert_into_sequence' => 'അനുവർത്തനത്തിലേയ്ക്ക് ഉൾപ്പെടുത്തുക', |
570 | | - 'mwe-preview_insert' => 'ഉൾപ്പെടുത്തലിന്റെ പ്രിവ്യൂ', |
571 | | - 'mwe-cancel_image_insert' => 'ഉൾപ്പെടുത്തൽ റദ്ദാക്കുക', |
572 | | - 'mwe-sc_audio' => 'ശബ്ദ നിയന്ത്രണം', |
573 | | - 'mwe-sc_duration' => 'കാലയളവ്', |
574 | | - 'mwe-template_properties' => 'ഫലക വിശേഷതകൾ', |
575 | | - 'mwe-custom_title' => 'മാറ്റിയെഴുതാവുന്ന തലക്കെട്ട്', |
576 | | - 'mwe-edit_properties' => 'വിശേഷതകൾ തിരുത്തുക', |
577 | | - 'mwe-other_properties' => 'മറ്റ് വിശേഷതകൾ', |
578 | | - 'mwe-resource_page' => 'സ്രോതസ്സ് താൾ:', |
579 | | - 'mwe-start_time' => 'തുടങ്ങുന്ന സമയം', |
580 | | - 'mwe-end_time' => 'അവസാനിക്കുന്ന സമയം', |
581 | | - 'mwe-edit-tools' => 'തിരുത്തൽ ഉപകരണങ്ങൾ', |
582 | | - 'mwe-inline-description' => 'അടിക്കുറിപ്പ്', |
583 | | - 'mwe-edit-video-tools' => 'ചലച്ചിത്രത്തിൽ മാറ്റം വരുത്താനുള്ള ഉപകരണങ്ങൾ:', |
584 | | - 'mwe-duration' => 'ദൈർഘ്യം:', |
| 595 | + 'mwe-clipedit-crop' => 'ചിത്രം മുറിയ്ക്കുക', |
| 596 | + 'mwe-clipedit-apply_crop' => 'മുറിയ്ക്കൽ ചിത്രത്തിൽ പ്രാവർത്തികമാക്കുക', |
| 597 | + 'mwe-clipedit-reset_crop' => 'മുറിയ്ക്കൽ പുനഃക്രമീകരിക്കുക', |
| 598 | + 'mwe-clipedit-insert_image_page' => 'താളിൽ ഉൾപ്പെടുത്തുക', |
| 599 | + 'mwe-clipedit-insert_into_sequence' => 'അനുവർത്തനത്തിലേയ്ക്ക് ഉൾപ്പെടുത്തുക', |
| 600 | + 'mwe-clipedit-preview_insert' => 'ഉൾപ്പെടുത്തലിന്റെ പ്രിവ്യൂ', |
| 601 | + 'mwe-clipedit-cancel_image_insert' => 'ഉൾപ്പെടുത്തൽ റദ്ദാക്കുക', |
| 602 | + 'mwe-clipedit-sc_audio' => 'ശബ്ദ നിയന്ത്രണം', |
| 603 | + 'mwe-clipedit-sc_duration' => 'കാലയളവ്', |
| 604 | + 'mwe-clipedit-template_properties' => 'ഫലക വിശേഷതകൾ', |
| 605 | + 'mwe-clipedit-custom_title' => 'മാറ്റിയെഴുതാവുന്ന തലക്കെട്ട്', |
| 606 | + 'mwe-clipedit-edit_properties' => 'വിശേഷതകൾ തിരുത്തുക', |
| 607 | + 'mwe-clipedit-other_properties' => 'മറ്റ് വിശേഷതകൾ', |
| 608 | + 'mwe-clipedit-resource_page' => 'സ്രോതസ്സ് താൾ:', |
| 609 | + 'mwe-clipedit-start_time' => 'തുടങ്ങുന്ന സമയം', |
| 610 | + 'mwe-clipedit-end_time' => 'അവസാനിക്കുന്ന സമയം', |
| 611 | + 'mwe-clipedit-edit-tools' => 'തിരുത്തൽ ഉപകരണങ്ങൾ', |
| 612 | + 'mwe-clipedit-inline-description' => 'അടിക്കുറിപ്പ്', |
| 613 | + 'mwe-clipedit-edit-video-tools' => 'ചലച്ചിത്രത്തിൽ മാറ്റം വരുത്താനുള്ള ഉപകരണങ്ങൾ:', |
| 614 | + 'mwe-clipedit-duration' => 'ദൈർഘ്യം:', |
585 | 615 | ); |
| 616 | + |
586 | 617 | $messages['nl'] = array( |
587 | | - 'mwe-crop' => 'Afbeelding uitsnijden', |
588 | | - 'mwe-apply_crop' => 'Uitsnede op afbeelding toepassen', |
589 | | - 'mwe-reset_crop' => 'Uitsnede verwijderen', |
590 | | - 'mwe-insert_image_page' => 'Aan pagina toevoegen', |
591 | | - 'mwe-insert_into_sequence' => 'Aan reeks toevoegen', |
592 | | - 'mwe-preview_insert' => 'Voorvertoning', |
593 | | - 'mwe-cancel_image_insert' => 'Toevoegen annuleren', |
594 | | - 'mwe-sc_inoutpoints' => 'In-uit-punten instellen', |
595 | | - 'mwe-sc_overlays' => 'Overlays', |
596 | | - 'mwe-sc_audio' => 'Audioinstellingen', |
597 | | - 'mwe-sc_duration' => 'Duur', |
598 | | - 'mwe-template_properties' => 'Eigenschappen van sjabloon', |
599 | | - 'mwe-custom_title' => 'Aangepaste beschijving', |
600 | | - 'mwe-edit_properties' => 'Eigenschappen bewerken', |
601 | | - 'mwe-other_properties' => 'Overige eigenschappen', |
602 | | - 'mwe-resource_page' => 'Bronpagina:', |
603 | | - 'mwe-set_in_out_points' => 'In- en uitpunten instellen', |
604 | | - 'mwe-start_time' => 'Starttijd', |
605 | | - 'mwe-end_time' => 'Eindtijd', |
606 | | - 'mwe-preview_inout' => 'In- en uitpunten weergeven', |
607 | | - 'mwe-edit-tools' => 'Bewerkingshulpmiddelen', |
608 | | - 'mwe-inline-description' => 'Beschrijving', |
609 | | - 'mwe-edit-video-tools' => 'Videobewerkingshulpmiddelen:', |
610 | | - 'mwe-duration' => 'Duur:', |
| 618 | + 'mwe-clipedit-crop' => 'Afbeelding uitsnijden', |
| 619 | + 'mwe-clipedit-apply_crop' => 'Uitsnede op afbeelding toepassen', |
| 620 | + 'mwe-clipedit-reset_crop' => 'Uitsnede verwijderen', |
| 621 | + 'mwe-clipedit-insert_image_page' => 'Aan pagina toevoegen', |
| 622 | + 'mwe-clipedit-insert_into_sequence' => 'Aan reeks toevoegen', |
| 623 | + 'mwe-clipedit-preview_insert' => 'Voorvertoning', |
| 624 | + 'mwe-clipedit-cancel_image_insert' => 'Toevoegen annuleren', |
| 625 | + 'mwe-clipedit-sc_inoutpoints' => 'In-uit-punten instellen', |
| 626 | + 'mwe-clipedit-sc_overlays' => 'Overlays', |
| 627 | + 'mwe-clipedit-sc_audio' => 'Audioinstellingen', |
| 628 | + 'mwe-clipedit-sc_duration' => 'Duur', |
| 629 | + 'mwe-clipedit-template_properties' => 'Eigenschappen van sjabloon', |
| 630 | + 'mwe-clipedit-custom_title' => 'Aangepaste beschijving', |
| 631 | + 'mwe-clipedit-edit_properties' => 'Eigenschappen bewerken', |
| 632 | + 'mwe-clipedit-other_properties' => 'Overige eigenschappen', |
| 633 | + 'mwe-clipedit-resource_page' => 'Bronpagina:', |
| 634 | + 'mwe-clipedit-set_in_out_points' => 'In- en uitpunten instellen', |
| 635 | + 'mwe-clipedit-start_time' => 'Starttijd', |
| 636 | + 'mwe-clipedit-end_time' => 'Eindtijd', |
| 637 | + 'mwe-clipedit-preview_inout' => 'In- en uitpunten weergeven', |
| 638 | + 'mwe-clipedit-edit-tools' => 'Bewerkingshulpmiddelen', |
| 639 | + 'mwe-clipedit-inline-description' => 'Beschrijving', |
| 640 | + 'mwe-clipedit-edit-video-tools' => 'Videobewerkingshulpmiddelen:', |
| 641 | + 'mwe-clipedit-duration' => 'Duur:', |
611 | 642 | ); |
| 643 | + |
612 | 644 | $messages['oc'] = array( |
613 | | - 'mwe-crop' => 'Retalhar l\'imatge', |
614 | | - 'mwe-apply_crop' => 'Aplicar lo retalh a l\'imatge', |
615 | | - 'mwe-reset_crop' => 'Reïnicializar lo retalh', |
616 | | - 'mwe-insert_image_page' => 'Inserir dins la pagina', |
617 | | - 'mwe-insert_into_sequence' => 'Inserir dins la sequéncia', |
618 | | - 'mwe-preview_insert' => 'Previsualizar l\'insercion', |
619 | | - 'mwe-cancel_image_insert' => 'Anullar l\'insercion', |
620 | | - 'mwe-sc_inoutpoints' => 'Definir de punts d\'entrada-sortida', |
621 | | - 'mwe-sc_overlays' => 'Revestiments', |
622 | | - 'mwe-sc_audio' => 'Contraròtle àudio', |
623 | | - 'mwe-sc_duration' => 'Durada', |
624 | | - 'mwe-template_properties' => 'Proprietats del modèl', |
625 | | - 'mwe-custom_title' => 'Títol personalizat', |
626 | | - 'mwe-edit_properties' => 'Modificar las proprietats', |
627 | | - 'mwe-other_properties' => 'Autras proprietats', |
628 | | - 'mwe-resource_page' => 'Pagina de la ressorsa :', |
629 | | - 'mwe-set_in_out_points' => 'Definir de punts d\'entrada-sortida', |
630 | | - 'mwe-start_time' => 'Ora de començament', |
631 | | - 'mwe-end_time' => 'Ora de fin', |
632 | | - 'mwe-preview_inout' => 'Previsualizar los punts d\'entrada-sortida', |
633 | | - 'mwe-edit-tools' => 'Espleches de modificacion', |
634 | | - 'mwe-inline-description' => 'Descripcion \'\'inline\'\'', |
635 | | - 'mwe-edit-video-tools' => 'Espleches de modificacion de las vidèos :', |
636 | | - 'mwe-duration' => 'Durada :', |
| 645 | + 'mwe-clipedit-crop' => 'Retalhar l\'imatge', |
| 646 | + 'mwe-clipedit-apply_crop' => 'Aplicar lo retalh a l\'imatge', |
| 647 | + 'mwe-clipedit-reset_crop' => 'Reïnicializar lo retalh', |
| 648 | + 'mwe-clipedit-insert_image_page' => 'Inserir dins la pagina', |
| 649 | + 'mwe-clipedit-insert_into_sequence' => 'Inserir dins la sequéncia', |
| 650 | + 'mwe-clipedit-preview_insert' => 'Previsualizar l\'insercion', |
| 651 | + 'mwe-clipedit-cancel_image_insert' => 'Anullar l\'insercion', |
| 652 | + 'mwe-clipedit-sc_inoutpoints' => 'Definir de punts d\'entrada-sortida', |
| 653 | + 'mwe-clipedit-sc_overlays' => 'Revestiments', |
| 654 | + 'mwe-clipedit-sc_audio' => 'Contraròtle àudio', |
| 655 | + 'mwe-clipedit-sc_duration' => 'Durada', |
| 656 | + 'mwe-clipedit-template_properties' => 'Proprietats del modèl', |
| 657 | + 'mwe-clipedit-custom_title' => 'Títol personalizat', |
| 658 | + 'mwe-clipedit-edit_properties' => 'Modificar las proprietats', |
| 659 | + 'mwe-clipedit-other_properties' => 'Autras proprietats', |
| 660 | + 'mwe-clipedit-resource_page' => 'Pagina de la ressorsa :', |
| 661 | + 'mwe-clipedit-set_in_out_points' => 'Definir de punts d\'entrada-sortida', |
| 662 | + 'mwe-clipedit-start_time' => 'Ora de començament', |
| 663 | + 'mwe-clipedit-end_time' => 'Ora de fin', |
| 664 | + 'mwe-clipedit-preview_inout' => 'Previsualizar los punts d\'entrada-sortida', |
| 665 | + 'mwe-clipedit-edit-tools' => 'Espleches de modificacion', |
| 666 | + 'mwe-clipedit-inline-description' => 'Descripcion \'\'inline\'\'', |
| 667 | + 'mwe-clipedit-edit-video-tools' => 'Espleches de modificacion de las vidèos :', |
| 668 | + 'mwe-clipedit-duration' => 'Durada :', |
637 | 669 | ); |
| 670 | + |
638 | 671 | $messages['pl'] = array( |
639 | | - 'mwe-crop' => 'Kadruj', |
640 | | - 'mwe-apply_crop' => 'Skadruj obrazek', |
641 | | - 'mwe-reset_crop' => 'Ponów kadrowanie', |
642 | | - 'mwe-insert_image_page' => 'Wstaw na stronę', |
643 | | - 'mwe-insert_into_sequence' => 'Wstaw do sekwencji', |
644 | | - 'mwe-preview_insert' => 'Podgląd wstawienia', |
645 | | - 'mwe-cancel_image_insert' => 'Anuluj wstawienie', |
646 | | - 'mwe-sc_inoutpoints' => 'Ustaw czasy początku i końca', |
647 | | - 'mwe-sc_overlays' => 'Nakładki', |
648 | | - 'mwe-sc_audio' => 'Kontrola dźwięku', |
649 | | - 'mwe-sc_duration' => 'Czas trwania', |
650 | | - 'mwe-template_properties' => 'Właściwości szablonu', |
651 | | - 'mwe-custom_title' => 'Niestandardowy tytuł', |
652 | | - 'mwe-edit_properties' => 'Edycja właściwości', |
653 | | - 'mwe-other_properties' => 'Inne właściwości', |
654 | | - 'mwe-resource_page' => 'Strona zasobów', |
655 | | - 'mwe-set_in_out_points' => 'Ustaw czasy rozpoczęcia i zakończenia', |
656 | | - 'mwe-start_time' => 'Czas rozpoczęcia', |
657 | | - 'mwe-end_time' => 'Czas zakończenia', |
658 | | - 'mwe-preview_inout' => 'Podgląd dla obecnie ustawionych czasów', |
659 | | - 'mwe-edit-tools' => 'Narzędzia edycyjne', |
660 | | - 'mwe-inline-description' => 'Nagłówek', |
661 | | - 'mwe-edit-video-tools' => 'Narzędzia edycji wideo:', |
662 | | - 'mwe-duration' => 'Czas trwania', |
| 672 | + 'mwe-clipedit-crop' => 'Kadruj', |
| 673 | + 'mwe-clipedit-apply_crop' => 'Skadruj obrazek', |
| 674 | + 'mwe-clipedit-reset_crop' => 'Ponów kadrowanie', |
| 675 | + 'mwe-clipedit-insert_image_page' => 'Wstaw na stronę', |
| 676 | + 'mwe-clipedit-insert_into_sequence' => 'Wstaw do sekwencji', |
| 677 | + 'mwe-clipedit-preview_insert' => 'Podgląd wstawienia', |
| 678 | + 'mwe-clipedit-cancel_image_insert' => 'Anuluj wstawienie', |
| 679 | + 'mwe-clipedit-sc_inoutpoints' => 'Ustaw czasy początku i końca', |
| 680 | + 'mwe-clipedit-sc_overlays' => 'Nakładki', |
| 681 | + 'mwe-clipedit-sc_audio' => 'Kontrola dźwięku', |
| 682 | + 'mwe-clipedit-sc_duration' => 'Czas trwania', |
| 683 | + 'mwe-clipedit-template_properties' => 'Właściwości szablonu', |
| 684 | + 'mwe-clipedit-custom_title' => 'Niestandardowy tytuł', |
| 685 | + 'mwe-clipedit-edit_properties' => 'Edycja właściwości', |
| 686 | + 'mwe-clipedit-other_properties' => 'Inne właściwości', |
| 687 | + 'mwe-clipedit-resource_page' => 'Strona zasobów', |
| 688 | + 'mwe-clipedit-set_in_out_points' => 'Ustaw czasy rozpoczęcia i zakończenia', |
| 689 | + 'mwe-clipedit-start_time' => 'Czas rozpoczęcia', |
| 690 | + 'mwe-clipedit-end_time' => 'Czas zakończenia', |
| 691 | + 'mwe-clipedit-preview_inout' => 'Podgląd dla obecnie ustawionych czasów', |
| 692 | + 'mwe-clipedit-edit-tools' => 'Narzędzia edycyjne', |
| 693 | + 'mwe-clipedit-inline-description' => 'Nagłówek', |
| 694 | + 'mwe-clipedit-edit-video-tools' => 'Narzędzia edycji wideo:', |
| 695 | + 'mwe-clipedit-duration' => 'Czas trwania', |
663 | 696 | ); |
| 697 | + |
664 | 698 | $messages['pt'] = array( |
665 | | - 'mwe-crop' => 'Cortar imagem', |
666 | | - 'mwe-apply_crop' => 'Aplicar corte à imagem', |
667 | | - 'mwe-reset_crop' => 'Reiniciar corte', |
668 | | - 'mwe-insert_image_page' => 'Inserir na página', |
669 | | - 'mwe-insert_into_sequence' => 'Inserir na sequência', |
670 | | - 'mwe-preview_insert' => 'Antever inserção', |
671 | | - 'mwe-cancel_image_insert' => 'Cancelar a inserção', |
672 | | - 'mwe-sc_inoutpoints' => 'Estabelecer pontos de entrada e saída', |
673 | | - 'mwe-sc_overlays' => 'Sobreposições', |
674 | | - 'mwe-sc_audio' => 'Controlo de áudio', |
675 | | - 'mwe-sc_duration' => 'Duração', |
676 | | - 'mwe-template_properties' => 'Propriedades do modelo', |
677 | | - 'mwe-custom_title' => 'Título personalizado', |
678 | | - 'mwe-edit_properties' => 'Editar propriedades', |
679 | | - 'mwe-other_properties' => 'Outras propriedades', |
680 | | - 'mwe-resource_page' => 'Página de recursos:', |
681 | | - 'mwe-set_in_out_points' => 'Estabelecer pontos de entrada e saída', |
682 | | - 'mwe-start_time' => 'Tempo de início', |
683 | | - 'mwe-end_time' => 'Tempo de fim', |
684 | | - 'mwe-preview_inout' => 'Antever pontos de entrada e saída', |
685 | | - 'mwe-edit-tools' => 'Instrumentos de edição', |
686 | | - 'mwe-inline-description' => 'Descrição', |
687 | | - 'mwe-edit-video-tools' => 'Ferramentas de edição de vídeo:', |
688 | | - 'mwe-duration' => 'Duração:', |
| 699 | + 'mwe-clipedit-crop' => 'Cortar imagem', |
| 700 | + 'mwe-clipedit-apply_crop' => 'Aplicar corte à imagem', |
| 701 | + 'mwe-clipedit-reset_crop' => 'Reiniciar corte', |
| 702 | + 'mwe-clipedit-insert_image_page' => 'Inserir na página', |
| 703 | + 'mwe-clipedit-insert_into_sequence' => 'Inserir na sequência', |
| 704 | + 'mwe-clipedit-preview_insert' => 'Antever inserção', |
| 705 | + 'mwe-clipedit-cancel_image_insert' => 'Cancelar a inserção', |
| 706 | + 'mwe-clipedit-sc_inoutpoints' => 'Estabelecer pontos de entrada e saída', |
| 707 | + 'mwe-clipedit-sc_overlays' => 'Sobreposições', |
| 708 | + 'mwe-clipedit-sc_audio' => 'Controlo de áudio', |
| 709 | + 'mwe-clipedit-sc_duration' => 'Duração', |
| 710 | + 'mwe-clipedit-template_properties' => 'Propriedades do modelo', |
| 711 | + 'mwe-clipedit-custom_title' => 'Título personalizado', |
| 712 | + 'mwe-clipedit-edit_properties' => 'Editar propriedades', |
| 713 | + 'mwe-clipedit-other_properties' => 'Outras propriedades', |
| 714 | + 'mwe-clipedit-resource_page' => 'Página de recursos:', |
| 715 | + 'mwe-clipedit-set_in_out_points' => 'Estabelecer pontos de entrada e saída', |
| 716 | + 'mwe-clipedit-start_time' => 'Tempo de início', |
| 717 | + 'mwe-clipedit-end_time' => 'Tempo de fim', |
| 718 | + 'mwe-clipedit-preview_inout' => 'Antever pontos de entrada e saída', |
| 719 | + 'mwe-clipedit-edit-tools' => 'Instrumentos de edição', |
| 720 | + 'mwe-clipedit-inline-description' => 'Descrição', |
| 721 | + 'mwe-clipedit-edit-video-tools' => 'Ferramentas de edição de vídeo:', |
| 722 | + 'mwe-clipedit-duration' => 'Duração:', |
689 | 723 | ); |
| 724 | + |
690 | 725 | $messages['pt-br'] = array( |
691 | | - 'mwe-preview_insert' => 'Prever inserção', |
692 | | - 'mwe-sc_duration' => 'Duração', |
693 | | - 'mwe-other_properties' => 'Outras propriedades', |
| 726 | + 'mwe-clipedit-preview_insert' => 'Prever inserção', |
| 727 | + 'mwe-clipedit-sc_duration' => 'Duração', |
| 728 | + 'mwe-clipedit-other_properties' => 'Outras propriedades', |
694 | 729 | ); |
| 730 | + |
695 | 731 | $messages['ru'] = array( |
696 | | - 'mwe-crop' => 'Кадрировать изображение', |
697 | | - 'mwe-apply_crop' => 'Применить кадрирование к изображению', |
698 | | - 'mwe-reset_crop' => 'Сбросить кадрирование', |
699 | | - 'mwe-insert_image_page' => 'Вставить на страницу', |
700 | | - 'mwe-insert_into_sequence' => 'Вставить в последовательность', |
701 | | - 'mwe-preview_insert' => 'Предпросмотр вставки', |
702 | | - 'mwe-cancel_image_insert' => 'Отменить вставку', |
703 | | - 'mwe-sc_inoutpoints' => 'Установить очки ввода-вывода', |
704 | | - 'mwe-sc_overlays' => 'Перекрытия', |
705 | | - 'mwe-sc_audio' => 'Аудиоконтроль', |
706 | | - 'mwe-sc_duration' => 'Длительность', |
707 | | - 'mwe-template_properties' => 'Настройки шаблона', |
708 | | - 'mwe-custom_title' => 'Свой заголовок', |
709 | | - 'mwe-edit_properties' => 'Править настройки', |
710 | | - 'mwe-other_properties' => 'Другие настройки', |
711 | | - 'mwe-resource_page' => 'Страница ресурса:', |
712 | | - 'mwe-set_in_out_points' => 'Установить очки ввода-вывода', |
713 | | - 'mwe-start_time' => 'Время начала', |
714 | | - 'mwe-end_time' => 'Время окончания', |
715 | | - 'mwe-preview_inout' => 'Просмотр точек ввода-вывода', |
716 | | - 'mwe-edit-tools' => 'Инструменты редактирования', |
717 | | - 'mwe-inline-description' => 'Заголовок', |
718 | | - 'mwe-edit-video-tools' => 'Инструменты редактирования видео:', |
719 | | - 'mwe-duration' => 'Длительность:', |
| 732 | + 'mwe-clipedit-crop' => 'Кадрировать изображение', |
| 733 | + 'mwe-clipedit-apply_crop' => 'Применить кадрирование к изображению', |
| 734 | + 'mwe-clipedit-reset_crop' => 'Сбросить кадрирование', |
| 735 | + 'mwe-clipedit-insert_image_page' => 'Вставить на страницу', |
| 736 | + 'mwe-clipedit-insert_into_sequence' => 'Вставить в последовательность', |
| 737 | + 'mwe-clipedit-preview_insert' => 'Предпросмотр вставки', |
| 738 | + 'mwe-clipedit-cancel_image_insert' => 'Отменить вставку', |
| 739 | + 'mwe-clipedit-sc_inoutpoints' => 'Установить очки ввода-вывода', |
| 740 | + 'mwe-clipedit-sc_overlays' => 'Перекрытия', |
| 741 | + 'mwe-clipedit-sc_audio' => 'Аудиоконтроль', |
| 742 | + 'mwe-clipedit-sc_duration' => 'Длительность', |
| 743 | + 'mwe-clipedit-template_properties' => 'Настройки шаблона', |
| 744 | + 'mwe-clipedit-custom_title' => 'Свой заголовок', |
| 745 | + 'mwe-clipedit-edit_properties' => 'Править настройки', |
| 746 | + 'mwe-clipedit-other_properties' => 'Другие настройки', |
| 747 | + 'mwe-clipedit-resource_page' => 'Страница ресурса:', |
| 748 | + 'mwe-clipedit-set_in_out_points' => 'Установить очки ввода-вывода', |
| 749 | + 'mwe-clipedit-start_time' => 'Время начала', |
| 750 | + 'mwe-clipedit-end_time' => 'Время окончания', |
| 751 | + 'mwe-clipedit-preview_inout' => 'Просмотр точек ввода-вывода', |
| 752 | + 'mwe-clipedit-edit-tools' => 'Инструменты редактирования', |
| 753 | + 'mwe-clipedit-inline-description' => 'Заголовок', |
| 754 | + 'mwe-clipedit-edit-video-tools' => 'Инструменты редактирования видео:', |
| 755 | + 'mwe-clipedit-duration' => 'Длительность:', |
720 | 756 | ); |
| 757 | + |
721 | 758 | $messages['sah'] = array( |
722 | | - 'mwe-crop' => 'Ойууну быс', |
723 | | - 'mwe-apply_crop' => 'Ойууга төгүрүччу быһыыны тутун', |
724 | | - 'mwe-reset_crop' => 'Быспыты төннөр', |
725 | | - 'mwe-insert_image_page' => 'Сирэйгэ киллэрэн биэр', |
726 | | - 'mwe-preview_insert' => 'Киллэриини угуох иннинэ көрүү', |
727 | | - 'mwe-cancel_image_insert' => 'Киллэриини төннөр', |
728 | | - 'mwe-sc_duration' => 'Уһуна', |
729 | | - 'mwe-custom_title' => 'Атын аат', |
730 | | - 'mwe-edit_properties' => 'Туруоруулары көннөрүү', |
731 | | - 'mwe-other_properties' => 'Атын туруоруулар', |
732 | | - 'mwe-resource_page' => 'Ресурс сирэйэ:', |
733 | | - 'mwe-start_time' => 'Саҕаланар кэмэ', |
734 | | - 'mwe-end_time' => 'Түмүктэнэр кэмэ', |
| 759 | + 'mwe-clipedit-crop' => 'Ойууну быс', |
| 760 | + 'mwe-clipedit-apply_crop' => 'Ойууга төгүрүччу быһыыны тутун', |
| 761 | + 'mwe-clipedit-reset_crop' => 'Быспыты төннөр', |
| 762 | + 'mwe-clipedit-insert_image_page' => 'Сирэйгэ киллэрэн биэр', |
| 763 | + 'mwe-clipedit-preview_insert' => 'Киллэриини угуох иннинэ көрүү', |
| 764 | + 'mwe-clipedit-cancel_image_insert' => 'Киллэриини төннөр', |
| 765 | + 'mwe-clipedit-sc_duration' => 'Уһуна', |
| 766 | + 'mwe-clipedit-custom_title' => 'Атын аат', |
| 767 | + 'mwe-clipedit-edit_properties' => 'Туруоруулары көннөрүү', |
| 768 | + 'mwe-clipedit-other_properties' => 'Атын туруоруулар', |
| 769 | + 'mwe-clipedit-resource_page' => 'Ресурс сирэйэ:', |
| 770 | + 'mwe-clipedit-start_time' => 'Саҕаланар кэмэ', |
| 771 | + 'mwe-clipedit-end_time' => 'Түмүктэнэр кэмэ', |
735 | 772 | ); |
| 773 | + |
736 | 774 | $messages['sk'] = array( |
737 | | - 'mwe-crop' => 'Orezať obrázok', |
738 | | - 'mwe-apply_crop' => 'Použiť orezanie na obrázok', |
739 | | - 'mwe-reset_crop' => 'Vrátiť orezanie', |
740 | | - 'mwe-insert_image_page' => 'Vložiť na stránku', |
741 | | - 'mwe-insert_into_sequence' => 'Vložiť do sekvencie', |
742 | | - 'mwe-preview_insert' => 'Náhľad vloženia', |
743 | | - 'mwe-cancel_image_insert' => 'Zrušiť vloženie', |
744 | | - 'mwe-sc_inoutpoints' => 'Nastaviť body priblíženia/vzdialenia', |
745 | | - 'mwe-sc_overlays' => 'Vrstvy', |
746 | | - 'mwe-sc_audio' => 'Ovládanie zvuku', |
747 | | - 'mwe-sc_duration' => 'Trvanie', |
748 | | - 'mwe-template_properties' => 'Vlastnosti šablóny', |
749 | | - 'mwe-custom_title' => 'Vlastný názov', |
750 | | - 'mwe-edit_properties' => 'Upraviť vlastnosti', |
751 | | - 'mwe-other_properties' => 'Iné vlastnosti', |
752 | | - 'mwe-resource_page' => 'Stránka so zdrojmi:', |
753 | | - 'mwe-set_in_out_points' => 'Nastaviť body priblíženia/vzdialenia', |
754 | | - 'mwe-start_time' => 'Čas začiatku', |
755 | | - 'mwe-end_time' => 'Čas konca', |
756 | | - 'mwe-preview_inout' => 'Náhľad/prehranie bodov priblíženia/vzdialenia', |
| 775 | + 'mwe-clipedit-crop' => 'Orezať obrázok', |
| 776 | + 'mwe-clipedit-apply_crop' => 'Použiť orezanie na obrázok', |
| 777 | + 'mwe-clipedit-reset_crop' => 'Vrátiť orezanie', |
| 778 | + 'mwe-clipedit-insert_image_page' => 'Vložiť na stránku', |
| 779 | + 'mwe-clipedit-insert_into_sequence' => 'Vložiť do sekvencie', |
| 780 | + 'mwe-clipedit-preview_insert' => 'Náhľad vloženia', |
| 781 | + 'mwe-clipedit-cancel_image_insert' => 'Zrušiť vloženie', |
| 782 | + 'mwe-clipedit-sc_inoutpoints' => 'Nastaviť body priblíženia/vzdialenia', |
| 783 | + 'mwe-clipedit-sc_overlays' => 'Vrstvy', |
| 784 | + 'mwe-clipedit-sc_audio' => 'Ovládanie zvuku', |
| 785 | + 'mwe-clipedit-sc_duration' => 'Trvanie', |
| 786 | + 'mwe-clipedit-template_properties' => 'Vlastnosti šablóny', |
| 787 | + 'mwe-clipedit-custom_title' => 'Vlastný názov', |
| 788 | + 'mwe-clipedit-edit_properties' => 'Upraviť vlastnosti', |
| 789 | + 'mwe-clipedit-other_properties' => 'Iné vlastnosti', |
| 790 | + 'mwe-clipedit-resource_page' => 'Stránka so zdrojmi:', |
| 791 | + 'mwe-clipedit-set_in_out_points' => 'Nastaviť body priblíženia/vzdialenia', |
| 792 | + 'mwe-clipedit-start_time' => 'Čas začiatku', |
| 793 | + 'mwe-clipedit-end_time' => 'Čas konca', |
| 794 | + 'mwe-clipedit-preview_inout' => 'Náhľad/prehranie bodov priblíženia/vzdialenia', |
757 | 795 | ); |
| 796 | + |
758 | 797 | $messages['sv'] = array( |
759 | | - 'mwe-crop' => 'Beskär bild', |
760 | | - 'mwe-apply_crop' => 'Verkställ beskärning', |
761 | | - 'mwe-reset_crop' => 'Återställ beskärning', |
762 | | - 'mwe-edit_properties' => 'Redigera egenskaper', |
763 | | - 'mwe-other_properties' => 'Andra egenskaper', |
764 | | - 'mwe-start_time' => 'Starttid', |
765 | | - 'mwe-end_time' => 'Sluttid', |
| 798 | + 'mwe-clipedit-crop' => 'Beskär bild', |
| 799 | + 'mwe-clipedit-apply_crop' => 'Verkställ beskärning', |
| 800 | + 'mwe-clipedit-reset_crop' => 'Återställ beskärning', |
| 801 | + 'mwe-clipedit-edit_properties' => 'Redigera egenskaper', |
| 802 | + 'mwe-clipedit-other_properties' => 'Andra egenskaper', |
| 803 | + 'mwe-clipedit-start_time' => 'Starttid', |
| 804 | + 'mwe-clipedit-end_time' => 'Sluttid', |
766 | 805 | ); |
| 806 | + |
767 | 807 | $messages['te'] = array( |
768 | | - 'mwe-sc_duration' => 'నిడివి', |
769 | | - 'mwe-template_properties' => 'మూస లక్షణాలు', |
770 | | - 'mwe-edit_properties' => 'లక్షణాలని మార్చు', |
771 | | - 'mwe-other_properties' => 'ఇతర లక్షణాలు', |
772 | | - 'mwe-start_time' => 'ప్రారంభ సమయం', |
773 | | - 'mwe-end_time' => 'ముగింపు సమయం', |
774 | | - 'mwe-duration' => 'నిడివి:', |
| 808 | + 'mwe-clipedit-sc_duration' => 'నిడివి', |
| 809 | + 'mwe-clipedit-template_properties' => 'మూస లక్షణాలు', |
| 810 | + 'mwe-clipedit-edit_properties' => 'లక్షణాలని మార్చు', |
| 811 | + 'mwe-clipedit-other_properties' => 'ఇతర లక్షణాలు', |
| 812 | + 'mwe-clipedit-start_time' => 'ప్రారంభ సమయం', |
| 813 | + 'mwe-clipedit-end_time' => 'ముగింపు సమయం', |
| 814 | + 'mwe-clipedit-duration' => 'నిడివి:', |
775 | 815 | ); |
| 816 | + |
776 | 817 | $messages['tr'] = array( |
777 | | - 'mwe-crop' => 'Resmi kırp', |
778 | | - 'mwe-apply_crop' => 'Kırpmayı resme uygula', |
779 | | - 'mwe-reset_crop' => 'Kırpmayı sıfırla', |
780 | | - 'mwe-insert_image_page' => 'Sayfaya ekle', |
781 | | - 'mwe-insert_into_sequence' => 'Sıraya ekle', |
782 | | - 'mwe-preview_insert' => 'Eklemeyi önizle', |
783 | | - 'mwe-cancel_image_insert' => 'Eklemeyi iptal et', |
784 | | - 'mwe-sc_inoutpoints' => 'Başlangıç-bitiş noktalarını ayarla', |
785 | | - 'mwe-sc_overlays' => 'Katmanlar', |
786 | | - 'mwe-sc_audio' => 'Ses denetimi', |
787 | | - 'mwe-sc_duration' => 'Süre', |
788 | | - 'mwe-template_properties' => 'Şablon özellikleri', |
789 | | - 'mwe-custom_title' => 'Özel başlık', |
790 | | - 'mwe-edit_properties' => 'Değişiklik özellikleri', |
791 | | - 'mwe-other_properties' => 'Diğer özellikler', |
792 | | - 'mwe-resource_page' => 'Kaynak sayfası:', |
793 | | - 'mwe-set_in_out_points' => 'Başlangıç-bitiş noktalarını ayarla', |
794 | | - 'mwe-start_time' => 'Başlangıç zamanı', |
795 | | - 'mwe-end_time' => 'Bitiş zamanı', |
796 | | - 'mwe-preview_inout' => 'Başlangıç-bitiş noktalarını önizle', |
797 | | - 'mwe-edit-tools' => 'Değişiklik araçları', |
798 | | - 'mwe-inline-description' => 'Resim yazısı', |
799 | | - 'mwe-edit-video-tools' => 'Video Düzenleme Araçları:', |
800 | | - 'mwe-duration' => 'Süre:', |
| 818 | + 'mwe-clipedit-crop' => 'Resmi kırp', |
| 819 | + 'mwe-clipedit-apply_crop' => 'Kırpmayı resme uygula', |
| 820 | + 'mwe-clipedit-reset_crop' => 'Kırpmayı sıfırla', |
| 821 | + 'mwe-clipedit-insert_image_page' => 'Sayfaya ekle', |
| 822 | + 'mwe-clipedit-insert_into_sequence' => 'Sıraya ekle', |
| 823 | + 'mwe-clipedit-preview_insert' => 'Eklemeyi önizle', |
| 824 | + 'mwe-clipedit-cancel_image_insert' => 'Eklemeyi iptal et', |
| 825 | + 'mwe-clipedit-sc_inoutpoints' => 'Başlangıç-bitiş noktalarını ayarla', |
| 826 | + 'mwe-clipedit-sc_overlays' => 'Katmanlar', |
| 827 | + 'mwe-clipedit-sc_audio' => 'Ses denetimi', |
| 828 | + 'mwe-clipedit-sc_duration' => 'Süre', |
| 829 | + 'mwe-clipedit-template_properties' => 'Şablon özellikleri', |
| 830 | + 'mwe-clipedit-custom_title' => 'Özel başlık', |
| 831 | + 'mwe-clipedit-edit_properties' => 'Değişiklik özellikleri', |
| 832 | + 'mwe-clipedit-other_properties' => 'Diğer özellikler', |
| 833 | + 'mwe-clipedit-resource_page' => 'Kaynak sayfası:', |
| 834 | + 'mwe-clipedit-set_in_out_points' => 'Başlangıç-bitiş noktalarını ayarla', |
| 835 | + 'mwe-clipedit-start_time' => 'Başlangıç zamanı', |
| 836 | + 'mwe-clipedit-end_time' => 'Bitiş zamanı', |
| 837 | + 'mwe-clipedit-preview_inout' => 'Başlangıç-bitiş noktalarını önizle', |
| 838 | + 'mwe-clipedit-edit-tools' => 'Değişiklik araçları', |
| 839 | + 'mwe-clipedit-inline-description' => 'Resim yazısı', |
| 840 | + 'mwe-clipedit-edit-video-tools' => 'Video Düzenleme Araçları:', |
| 841 | + 'mwe-clipedit-duration' => 'Süre:', |
801 | 842 | ); |
| 843 | + |
802 | 844 | $messages['uk'] = array( |
803 | | - 'mwe-template_properties' => 'Властивості шаблону', |
804 | | - 'mwe-start_time' => 'Час початку', |
| 845 | + 'mwe-clipedit-template_properties' => 'Властивості шаблону', |
| 846 | + 'mwe-clipedit-start_time' => 'Час початку', |
805 | 847 | ); |
| 848 | + |
806 | 849 | $messages['vec'] = array( |
807 | | - 'mwe-crop' => 'Taja l\'imagine', |
808 | | - 'mwe-insert_image_page' => 'Inserissi drento la pagina', |
809 | | - 'mwe-insert_into_sequence' => 'Inserissi drento la sequensa', |
810 | | - 'mwe-preview_insert' => 'Anteprima de l\'inserimento', |
811 | | - 'mwe-sc_audio' => 'Controlo de l\'audio', |
812 | | - 'mwe-sc_duration' => 'Durata', |
813 | | - 'mwe-template_properties' => 'Proprietà del modèl', |
814 | | - 'mwe-custom_title' => 'Titolo personalizà', |
815 | | - 'mwe-edit_properties' => 'Canbia proprietà', |
816 | | - 'mwe-other_properties' => 'Altre proprietà', |
817 | | - 'mwe-start_time' => 'Tenpo de inissio', |
818 | | - 'mwe-end_time' => 'Tenpo de fine', |
819 | | - 'mwe-inline-description' => 'Legenda', |
820 | | - 'mwe-duration' => 'Durata:', |
| 850 | + 'mwe-clipedit-crop' => 'Taja l\'imagine', |
| 851 | + 'mwe-clipedit-insert_image_page' => 'Inserissi drento la pagina', |
| 852 | + 'mwe-clipedit-insert_into_sequence' => 'Inserissi drento la sequensa', |
| 853 | + 'mwe-clipedit-preview_insert' => 'Anteprima de l\'inserimento', |
| 854 | + 'mwe-clipedit-sc_audio' => 'Controlo de l\'audio', |
| 855 | + 'mwe-clipedit-sc_duration' => 'Durata', |
| 856 | + 'mwe-clipedit-template_properties' => 'Proprietà del modèl', |
| 857 | + 'mwe-clipedit-custom_title' => 'Titolo personalizà', |
| 858 | + 'mwe-clipedit-edit_properties' => 'Canbia proprietà', |
| 859 | + 'mwe-clipedit-other_properties' => 'Altre proprietà', |
| 860 | + 'mwe-clipedit-start_time' => 'Tenpo de inissio', |
| 861 | + 'mwe-clipedit-end_time' => 'Tenpo de fine', |
| 862 | + 'mwe-clipedit-inline-description' => 'Legenda', |
| 863 | + 'mwe-clipedit-duration' => 'Durata:', |
821 | 864 | ); |
| 865 | + |
822 | 866 | $messages['vep'] = array( |
823 | | - 'mwe-sc_audio' => 'Audiokontrol\'', |
824 | | - 'mwe-template_properties' => 'Šablonan ičendad', |
825 | | - 'mwe-edit_properties' => 'Redaktiruida ičendad', |
826 | | - 'mwe-other_properties' => 'Toižed ičendad', |
827 | | - 'mwe-resource_page' => 'Purtken lehtpol\':', |
828 | | - 'mwe-start_time' => 'Augotišen aig', |
829 | | - 'mwe-end_time' => 'Lopun aig', |
| 867 | + 'mwe-clipedit-sc_audio' => 'Audiokontrol\'', |
| 868 | + 'mwe-clipedit-template_properties' => 'Šablonan ičendad', |
| 869 | + 'mwe-clipedit-edit_properties' => 'Redaktiruida ičendad', |
| 870 | + 'mwe-clipedit-other_properties' => 'Toižed ičendad', |
| 871 | + 'mwe-clipedit-resource_page' => 'Purtken lehtpol\':', |
| 872 | + 'mwe-clipedit-start_time' => 'Augotišen aig', |
| 873 | + 'mwe-clipedit-end_time' => 'Lopun aig', |
830 | 874 | ); |
| 875 | + |
831 | 876 | $messages['vi'] = array( |
832 | | - 'mwe-crop' => 'Cắt ảnh', |
833 | | - 'mwe-apply_crop' => 'Cắt ảnh', |
834 | | - 'mwe-reset_crop' => 'Tái tạo cắt ảnh', |
835 | | - 'mwe-insert_image_page' => 'Chèn vào trang', |
836 | | - 'mwe-insert_into_sequence' => 'Chèn vào dãy', |
837 | | - 'mwe-preview_insert' => 'Chèn thử', |
838 | | - 'mwe-cancel_image_insert' => 'Hủy chèn', |
839 | | - 'mwe-sc_inoutpoints' => 'Thiết lập điểm vào-ra', |
840 | | - 'mwe-sc_overlays' => 'Chèn lắp', |
841 | | - 'mwe-sc_audio' => 'Quản lý âm thanh', |
842 | | - 'mwe-sc_duration' => 'Thời lượng', |
843 | | - 'mwe-template_properties' => 'Thuộc tính mẫu', |
844 | | - 'mwe-custom_title' => 'Tựa đề tùy chỉnh', |
845 | | - 'mwe-edit_properties' => 'Sửa thuộc tính', |
846 | | - 'mwe-other_properties' => 'Thuộc tính khác', |
847 | | - 'mwe-resource_page' => 'Trang tài nguyên:', |
848 | | - 'mwe-set_in_out_points' => 'Thiết lập điểm vào-ra', |
849 | | - 'mwe-start_time' => 'Thời điểm bắt đầu', |
850 | | - 'mwe-end_time' => 'Thời điểm kết thúc', |
851 | | - 'mwe-preview_inout' => 'Nghe thử điểm vào-ra', |
852 | | - 'mwe-edit-tools' => 'Công cụ sửa đổi', |
| 877 | + 'mwe-clipedit-crop' => 'Cắt ảnh', |
| 878 | + 'mwe-clipedit-apply_crop' => 'Cắt ảnh', |
| 879 | + 'mwe-clipedit-reset_crop' => 'Tái tạo cắt ảnh', |
| 880 | + 'mwe-clipedit-insert_image_page' => 'Chèn vào trang', |
| 881 | + 'mwe-clipedit-insert_into_sequence' => 'Chèn vào dãy', |
| 882 | + 'mwe-clipedit-preview_insert' => 'Chèn thử', |
| 883 | + 'mwe-clipedit-cancel_image_insert' => 'Hủy chèn', |
| 884 | + 'mwe-clipedit-sc_inoutpoints' => 'Thiết lập điểm vào-ra', |
| 885 | + 'mwe-clipedit-sc_overlays' => 'Chèn lắp', |
| 886 | + 'mwe-clipedit-sc_audio' => 'Quản lý âm thanh', |
| 887 | + 'mwe-clipedit-sc_duration' => 'Thời lượng', |
| 888 | + 'mwe-clipedit-template_properties' => 'Thuộc tính mẫu', |
| 889 | + 'mwe-clipedit-custom_title' => 'Tựa đề tùy chỉnh', |
| 890 | + 'mwe-clipedit-edit_properties' => 'Sửa thuộc tính', |
| 891 | + 'mwe-clipedit-other_properties' => 'Thuộc tính khác', |
| 892 | + 'mwe-clipedit-resource_page' => 'Trang tài nguyên:', |
| 893 | + 'mwe-clipedit-set_in_out_points' => 'Thiết lập điểm vào-ra', |
| 894 | + 'mwe-clipedit-start_time' => 'Thời điểm bắt đầu', |
| 895 | + 'mwe-clipedit-end_time' => 'Thời điểm kết thúc', |
| 896 | + 'mwe-clipedit-preview_inout' => 'Nghe thử điểm vào-ra', |
| 897 | + 'mwe-clipedit-edit-tools' => 'Công cụ sửa đổi', |
853 | 898 | ); |
| 899 | + |
Index: trunk/extensions/AddMediaWizard/ClipEdit/pixastic-lib/mw.ClipEdit.js |
— | — | @@ -4,34 +4,34 @@ |
5 | 5 | |
6 | 6 | // set gMsg object: |
7 | 7 | mw.addMessages( { |
8 | | - "mwe-crop" : "Crop image", |
9 | | - "mwe-apply_crop" : "Apply crop to image", |
10 | | - "mwe-reset_crop" : "Reset crop", |
11 | | - "mwe-insert_image_page" : "Insert into page", |
12 | | - "mwe-insert_into_sequence" : "Insert into sequence", |
13 | | - "mwe-preview_insert" : "Preview insert", |
14 | | - "mwe-cancel_image_insert" : "Cancel insert", |
15 | | - "mwe-sc_attributes" : "Clip detail edit", |
16 | | - "mwe-sc_inoutpoints" : "Set in-out points", |
17 | | - "mwe-sc_overlays" : "Overlays", |
18 | | - "mwe-sc_audio" : "Audio control", |
19 | | - "mwe-sc_duration" : "Duration", |
20 | | - "mwe-template_properties" : "Template properties", |
21 | | - "mwe-custom_title" : "Custom title", |
22 | | - "mwe-edit_properties" : "Edit properties", |
23 | | - "mwe-other_properties" : "Other properties", |
24 | | - "mwe-resource_page" : "Resource page:", |
25 | | - "mwe-set_in_out_points" : "Set in-out points", |
26 | | - "mwe-start_time" : "Start time", |
27 | | - "mwe-end_time" : "End time", |
28 | | - "mwe-preview_inout" : "Preview in-out points", |
29 | | - "mwe-edit-tools" : "Edit tools", |
30 | | - "mwe-inline-description" : "Caption", |
31 | | - "mwe-edit-video-tools" : "Edit video tools:", |
32 | | - "mwe-duration" : "Duration:", |
33 | | - "mwe-layout" : "Layout", |
34 | | - "mwe-layout_right" : "Right side image layout", |
35 | | - "mwe-layout_left" : "Left side image layout" |
| 8 | + "mwe-clipedit-crop" : "Crop image", |
| 9 | + "mwe-clipedit-apply_crop" : "Apply crop to image", |
| 10 | + "mwe-clipedit-reset_crop" : "Reset crop", |
| 11 | + "mwe-clipedit-insert_image_page" : "Insert into page", |
| 12 | + "mwe-clipedit-insert_into_sequence" : "Insert into sequence", |
| 13 | + "mwe-clipedit-preview_insert" : "Preview insert", |
| 14 | + "mwe-clipedit-cancel_image_insert" : "Cancel insert", |
| 15 | + "mwe-clipedit-sc_attributes" : "Clip detail edit", |
| 16 | + "mwe-clipedit-sc_inoutpoints" : "Set in-out points", |
| 17 | + "mwe-clipedit-sc_overlays" : "Overlays", |
| 18 | + "mwe-clipedit-sc_audio" : "Audio control", |
| 19 | + "mwe-clipedit-sc_duration" : "Duration", |
| 20 | + "mwe-clipedit-template_properties" : "Template properties", |
| 21 | + "mwe-clipedit-custom_title" : "Custom title", |
| 22 | + "mwe-clipedit-edit_properties" : "Edit properties", |
| 23 | + "mwe-clipedit-other_properties" : "Other properties", |
| 24 | + "mwe-clipedit-resource_page" : "Resource page:", |
| 25 | + "mwe-clipedit-set_in_out_points" : "Set in-out points", |
| 26 | + "mwe-clipedit-start_time" : "Start time", |
| 27 | + "mwe-clipedit-end_time" : "End time", |
| 28 | + "mwe-clipedit-preview_inout" : "Preview in-out points", |
| 29 | + "mwe-clipedit-edit-tools" : "Edit tools", |
| 30 | + "mwe-clipedit-inline-description" : "Caption", |
| 31 | + "mwe-clipedit-edit-video-tools" : "Edit video tools:", |
| 32 | + "mwe-clipedit-duration" : "Duration:", |
| 33 | + "mwe-clipedit-layout" : "Layout", |
| 34 | + "mwe-clipedit-layout_right" : "Right side image layout", |
| 35 | + "mwe-clipedit-layout_left" : "Left side image layout" |
36 | 36 | } ); |
37 | 37 | |
38 | 38 | /** |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | |
190 | 190 | $j('<label />') |
191 | 191 | .attr('for','ce_dur') |
192 | | - .text( gM( 'mwe-duration' ) ), |
| 192 | + .text( gM( 'mwe-clipedit-duration' ) ), |
193 | 193 | |
194 | 194 | $j('<input />') |
195 | 195 | .attr({ |
— | — | @@ -320,11 +320,11 @@ |
321 | 321 | // Add html for resource resource: |
322 | 322 | var o = '<table>' + |
323 | 323 | '<tr>' + |
324 | | - '<td colspan="2"><b>' + gM( 'mwe-edit_properties' ) + '</b></td>' + |
| 324 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-edit_properties' ) + '</b></td>' + |
325 | 325 | '</tr>' + |
326 | 326 | '<tr>' + |
327 | 327 | '<td>' + |
328 | | - gM( 'mwe-custom_title' ) + |
| 328 | + gM( 'mwe-clipedit-custom_title' ) + |
329 | 329 | '</td>' + |
330 | 330 | '<td><input type="text" size="15" maxwidth="255" value="'; |
331 | 331 | |
— | — | @@ -342,7 +342,7 @@ |
343 | 343 | var testing_a = _this.resource.tVars; |
344 | 344 | // debugger; |
345 | 345 | o += '<tr>' + |
346 | | - '<td colspan="2"><b>' + gM( 'mwe-template_properties' ) + '</b></td>' + |
| 346 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-template_properties' ) + '</b></td>' + |
347 | 347 | '</tr>'; |
348 | 348 | for ( var i = 0; i < _this.resource.tVars.length ; i++ ) { |
349 | 349 | o += '<tr>' + |
— | — | @@ -367,11 +367,11 @@ |
368 | 368 | var res_title = mw.parseUri( _this.resource.src ).file; |
369 | 369 | } |
370 | 370 | o +='<tr>' + |
371 | | - '<td colspan="2"><b>' + gM( 'mwe-other_properties' ) + '</b></td>' + |
| 371 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-other_properties' ) + '</b></td>' + |
372 | 372 | '</tr>' + |
373 | 373 | '<tr>' + |
374 | 374 | '<td>' + |
375 | | - gM( 'mwe-resource_page' ) + |
| 375 | + gM( 'mwe-clipedit-resource_page' ) + |
376 | 376 | '</td>' + |
377 | 377 | '<td>' + |
378 | 378 | '<a href="' + res_src + '" ' + |
— | — | @@ -441,7 +441,7 @@ |
442 | 442 | } |
443 | 443 | if ( include ) { |
444 | 444 | o +='<li>' + |
445 | | - '<a id="mv_smi_' + sInx + '" href="#sc_' + sInx + '">' + gM( 'mwe-sc_' + sInx ) + '</a>' + |
| 445 | + '<a id="mv_smi_' + sInx + '" href="#sc_' + sInx + '">' + gM( 'mwe-clipedit-sc_' + sInx ) + '</a>' + |
446 | 446 | '</li>'; |
447 | 447 | tabc += '<div id="sc_' + sInx + '" style="overflow:auto;" ></div>'; |
448 | 448 | } |
— | — | @@ -488,7 +488,7 @@ |
489 | 489 | var eb = $j( '#embed_vid' ).get( 0 ); |
490 | 490 | // turn on preview to avoid onDone actions |
491 | 491 | eb.preview_mode = true; |
492 | | - $j( '#' + this.target_control_display ).html( '<h3>' + gM( 'mwe-edit-video-tools' ) + '</h3>' ); |
| 492 | + $j( '#' + this.target_control_display ).html( '<h3>' + gM( 'mwe-clipedit-edit-video-tools' ) + '</h3>' ); |
493 | 493 | if ( eb.supportsURLTimeEncoding() ) { |
494 | 494 | if ( eb.end_ntp ) { |
495 | 495 | $j( '#' + this.target_control_display ).append( |
— | — | @@ -602,30 +602,30 @@ |
603 | 603 | * @param {Object} defaultTime Provides start and end time default values |
604 | 604 | */ |
605 | 605 | getStartEndHtml: function( defaultTime ) { |
606 | | - return '<strong>' + gM( 'mwe-set_in_out_points' ) + '</strong>' + |
| 606 | + return '<strong>' + gM( 'mwe-clipedit-set_in_out_points' ) + '</strong>' + |
607 | 607 | '<table border="0" style="background: transparent; width:94%;height:50px;">' + |
608 | 608 | '<tr>' + |
609 | 609 | '<td style="width:90px">' + |
610 | | - gM( 'mwe-start_time' ) + |
| 610 | + gM( 'mwe-clipedit-start_time' ) + |
611 | 611 | '<input class="ui-widget-content ui-corner-all startInOut" size="9" value="' + defaultTime.start_ntp + '">' + |
612 | 612 | '</td>' + |
613 | 613 | '<td>' + |
614 | 614 | '<div class="inOutSlider"></div>' + |
615 | 615 | '</td>' + |
616 | 616 | '<td style="width:90px;text-align:right;">' + |
617 | | - gM( 'mwe-end_time' ) + |
| 617 | + gM( 'mwe-clipedit-end_time' ) + |
618 | 618 | '<input class="ui-widget-content ui-corner-all endInOut" size="9" value="' + defaultTime.end_ntp + '">' + |
619 | 619 | '</td>' + |
620 | 620 | '</tr>' + |
621 | 621 | '</table>' + |
622 | | - $j.btnHtml( gM( 'mwe-preview_inout' ), 'inOutPreviewClip', 'video' ); |
| 622 | + $j.btnHtml( gM( 'mwe-clipedit-preview_inout' ), 'inOutPreviewClip', 'video' ); |
623 | 623 | }, |
624 | 624 | |
625 | 625 | /** |
626 | 626 | * Get the Insert Html form text area |
627 | 627 | */ |
628 | 628 | getInsertHtml: function() { |
629 | | - var o = '<h3>' + gM( 'mwe-inline-description' ) + '</h3>' + |
| 629 | + var o = '<h3>' + gM( 'mwe-clipedit-inline-description' ) + '</h3>' + |
630 | 630 | '<textarea style="width:95%" id="mv_inline_img_desc" rows="5" cols="30">'; |
631 | 631 | if ( this.parentRemoteSearchDriver ) { |
632 | 632 | // If we have a parent remote search driver let it parse the inline description |
— | — | @@ -649,7 +649,7 @@ |
650 | 650 | for ( var callbackType in _this.controlActionsCallback ) { |
651 | 651 | switch( callbackType ) { |
652 | 652 | case 'insert_seq': |
653 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-insert_into_sequence' ), 'mv_insert_sequence', 'check' ) + ' ' ) |
| 653 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-insert_into_sequence' ), 'mv_insert_sequence', 'check' ) + ' ' ) |
654 | 654 | .children( '.mv_insert_sequence' ) |
655 | 655 | .buttonHover() |
656 | 656 | .click( function() { |
— | — | @@ -658,7 +658,7 @@ |
659 | 659 | } ); |
660 | 660 | break; |
661 | 661 | case 'insert': |
662 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-insert_image_page' ), 'mv_insert_image_page', 'check' ) + ' ' ) |
| 662 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-insert_image_page' ), 'mv_insert_image_page', 'check' ) + ' ' ) |
663 | 663 | .children( '.mv_insert_image_page' ) |
664 | 664 | .buttonHover() |
665 | 665 | .click( function() { |
— | — | @@ -667,7 +667,7 @@ |
668 | 668 | } ).show( 'slow' ); |
669 | 669 | break; |
670 | 670 | case 'preview': |
671 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-preview_insert' ), 'mv_preview_insert', 'refresh' ) + ' ' ) |
| 671 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-preview_insert' ), 'mv_preview_insert', 'refresh' ) + ' ' ) |
672 | 672 | .children( '.mv_preview_insert' ) |
673 | 673 | .buttonHover() |
674 | 674 | .click( function() { |
— | — | @@ -676,7 +676,7 @@ |
677 | 677 | } ).show( 'slow' ); |
678 | 678 | break; |
679 | 679 | case 'cancel': |
680 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-cancel_image_insert' ), 'mv_cancel_img_edit', 'close' ) + ' ' ) |
| 680 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-cancel_image_insert' ), 'mv_cancel_img_edit', 'close' ) + ' ' ) |
681 | 681 | .children( '.mv_cancel_img_edit' ) |
682 | 682 | .buttonHover() |
683 | 683 | .click( function() { |
— | — | @@ -720,7 +720,7 @@ |
721 | 721 | .css({ |
722 | 722 | "float" : "left" |
723 | 723 | }) |
724 | | - .text( gM( 'mwe-layout' ) ), |
| 724 | + .text( gM( 'mwe-clipedit-layout' ) ), |
725 | 725 | |
726 | 726 | // Left layout |
727 | 727 | $j('<input />') |
— | — | @@ -735,7 +735,7 @@ |
736 | 736 | $j( '<div /> ') |
737 | 737 | .attr({ |
738 | 738 | 'id' : 'mw_layout_left_img', |
739 | | - 'title': gM( 'mwe-layout_left' ) |
| 739 | + 'title': gM( 'mwe-clipedit-layout_left' ) |
740 | 740 | }), |
741 | 741 | |
742 | 742 | // Right Layout |
— | — | @@ -751,7 +751,7 @@ |
752 | 752 | $j( '<div /> ') |
753 | 753 | .attr({ |
754 | 754 | 'id' : 'mw_layout_right_img', |
755 | | - 'title': gM( 'mwe-layout_right' ) |
| 755 | + 'title': gM( 'mwe-clipedit-layout_right' ) |
756 | 756 | }), |
757 | 757 | |
758 | 758 | $j('<hr />') |
— | — | @@ -790,7 +790,7 @@ |
791 | 791 | .attr({ |
792 | 792 | 'id' : 'mw_crop_button', |
793 | 793 | 'alt' : 'crop', |
794 | | - 'title' : gM( 'mwe-crop' ) |
| 794 | + 'title' : gM( 'mwe-clipedit-crop' ) |
795 | 795 | }), |
796 | 796 | |
797 | 797 | $j( '<a />') |
— | — | @@ -798,11 +798,11 @@ |
799 | 799 | 'href': '#' |
800 | 800 | }) |
801 | 801 | .addClass( 'mw_crop_msg' ) |
802 | | - .text( gM( 'mwe-crop' ) ), |
| 802 | + .text( gM( 'mwe-clipedit-crop' ) ), |
803 | 803 | |
804 | 804 | $j( '<span />' ) |
805 | 805 | .addClass( 'mw_crop_msg_load') |
806 | | - .text( gM( 'mwe-loading_txt' ) ) |
| 806 | + .text( gM( 'mwe-clipedit-loading_txt' ) ) |
807 | 807 | .hide(), |
808 | 808 | |
809 | 809 | $j( '<a />' ) |
— | — | @@ -813,7 +813,7 @@ |
814 | 814 | 'display': 'inline' |
815 | 815 | }) |
816 | 816 | .addClass( 'mw_apply_crop' ) |
817 | | - .text( gM( 'mwe-apply_crop' ) ) |
| 817 | + .text( gM( 'mwe-clipedit-apply_crop' ) ) |
818 | 818 | .hide(), |
819 | 819 | |
820 | 820 | // some space between apply and rest |
— | — | @@ -827,7 +827,7 @@ |
828 | 828 | 'display': 'inline' |
829 | 829 | }) |
830 | 830 | .addClass( 'mw_reset_crop' ) |
831 | | - .text( gM( 'mwe-reset_crop' ) ) |
| 831 | + .text( gM( 'mwe-clipedit-reset_crop' ) ) |
832 | 832 | .hide(), |
833 | 833 | |
834 | 834 | $j( '<hr />' ) |
— | — | @@ -849,7 +849,7 @@ |
850 | 850 | $j( '.mw_reset_crop' ).click( function() { |
851 | 851 | $j( '.mw_apply_crop,.mw_reset_crop' ).hide(); |
852 | 852 | $j( '.mw_crop_msg' ).show(); |
853 | | - $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_selected' ).addClass( 'mw_crop_button_base' ).attr( 'title', gM( 'mwe-crop' ) ); |
| 853 | + $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_selected' ).addClass( 'mw_crop_button_base' ).attr( 'title', gM( 'mwe-clipedit-crop' ) ); |
854 | 854 | _this.resource.crop = null; |
855 | 855 | $j( '#' + _this.target_clip_display ).empty().html( |
856 | 856 | $j('<img />') |
— | — | @@ -879,7 +879,7 @@ |
880 | 880 | if ( _this.enabled_tools == 'all' || _this.enabled_tools.length > 0 ) { |
881 | 881 | $tool_target.html( |
882 | 882 | $j( '<h3 />' ) |
883 | | - .text( gM( 'mwe-edit-tools' ) ) |
| 883 | + .text( gM( 'mwe-clipedit-edit-tools' ) ) |
884 | 884 | ); |
885 | 885 | for ( var i in _this.toolset ) { |
886 | 886 | var toolid = _this.toolset[i]; |
— | — | @@ -907,7 +907,7 @@ |
908 | 908 | $j( '#mw_crop_button' ) |
909 | 909 | .removeClass( 'mw_crop_button_selected' ) |
910 | 910 | .addClass( 'mw_crop_button_base' ) |
911 | | - .attr( 'title', gM( 'mwe-crop' ) ); |
| 911 | + .attr( 'title', gM( 'mwe-clipedit-crop' ) ); |
912 | 912 | |
913 | 913 | if ( _this.resource.crop ) { |
914 | 914 | // Empty out and display cropped: |
— | — | @@ -981,7 +981,7 @@ |
982 | 982 | var _this = this; |
983 | 983 | $j( '.mw_crop_msg_load' ).hide(); |
984 | 984 | $j( '.mw_reset_crop,.mw_apply_crop' ).show(); |
985 | | - $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_base' ).addClass( 'mw_crop_button_selected' ).attr( 'title', gM( 'mwe-crop_done' ) ); |
| 985 | + $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_base' ).addClass( 'mw_crop_button_selected' ).attr( 'title', gM( 'mwe-clipedit-crop_done' ) ); |
986 | 986 | $j( '#' + _this.target_clip_display + ' img' ).Jcrop( { |
987 | 987 | onSelect: function( c ) { |
988 | 988 | mw.log( 'on select:' + c.x + ',' + c.y + ',' + c.x2 + ',' + c.y2 + ',' + c.w + ',' + c.h ); |
Index: trunk/extensions/AddMediaWizard/ClipEdit/mw.ClipEdit.js |
— | — | @@ -4,34 +4,34 @@ |
5 | 5 | |
6 | 6 | // set gMsg object: |
7 | 7 | mw.addMessages( { |
8 | | - "mwe-crop" : "Crop image", |
9 | | - "mwe-apply_crop" : "Apply crop to image", |
10 | | - "mwe-reset_crop" : "Reset crop", |
11 | | - "mwe-insert_image_page" : "Insert into page", |
12 | | - "mwe-insert_into_sequence" : "Insert into sequence", |
13 | | - "mwe-preview_insert" : "Preview insert", |
14 | | - "mwe-cancel_image_insert" : "Cancel insert", |
15 | | - "mwe-sc_attributes" : "Clip detail edit", |
16 | | - "mwe-sc_inoutpoints" : "Set in-out points", |
17 | | - "mwe-sc_overlays" : "Overlays", |
18 | | - "mwe-sc_audio" : "Audio control", |
19 | | - "mwe-sc_duration" : "Duration", |
20 | | - "mwe-template_properties" : "Template properties", |
21 | | - "mwe-custom_title" : "Custom title", |
22 | | - "mwe-edit_properties" : "Edit properties", |
23 | | - "mwe-other_properties" : "Other properties", |
24 | | - "mwe-resource_page" : "Resource page:", |
25 | | - "mwe-set_in_out_points" : "Set in-out points", |
26 | | - "mwe-start_time" : "Start time", |
27 | | - "mwe-end_time" : "End time", |
28 | | - "mwe-preview_inout" : "Preview in-out points", |
29 | | - "mwe-edit-tools" : "Edit tools", |
30 | | - "mwe-inline-description" : "Caption", |
31 | | - "mwe-edit-video-tools" : "Edit video tools:", |
32 | | - "mwe-duration" : "Duration:", |
33 | | - "mwe-layout" : "Layout", |
34 | | - "mwe-layout_right" : "Right side image layout", |
35 | | - "mwe-layout_left" : "Left side image layout" |
| 8 | + "mwe-clipedit-crop" : "Crop image", |
| 9 | + "mwe-clipedit-apply_crop" : "Apply crop to image", |
| 10 | + "mwe-clipedit-reset_crop" : "Reset crop", |
| 11 | + "mwe-clipedit-insert_image_page" : "Insert into page", |
| 12 | + "mwe-clipedit-insert_into_sequence" : "Insert into sequence", |
| 13 | + "mwe-clipedit-preview_insert" : "Preview insert", |
| 14 | + "mwe-clipedit-cancel_image_insert" : "Cancel insert", |
| 15 | + "mwe-clipedit-sc_attributes" : "Clip detail edit", |
| 16 | + "mwe-clipedit-sc_inoutpoints" : "Set in-out points", |
| 17 | + "mwe-clipedit-sc_overlays" : "Overlays", |
| 18 | + "mwe-clipedit-sc_audio" : "Audio control", |
| 19 | + "mwe-clipedit-sc_duration" : "Duration", |
| 20 | + "mwe-clipedit-template_properties" : "Template properties", |
| 21 | + "mwe-clipedit-custom_title" : "Custom title", |
| 22 | + "mwe-clipedit-edit_properties" : "Edit properties", |
| 23 | + "mwe-clipedit-other_properties" : "Other properties", |
| 24 | + "mwe-clipedit-resource_page" : "Resource page:", |
| 25 | + "mwe-clipedit-set_in_out_points" : "Set in-out points", |
| 26 | + "mwe-clipedit-start_time" : "Start time", |
| 27 | + "mwe-clipedit-end_time" : "End time", |
| 28 | + "mwe-clipedit-preview_inout" : "Preview in-out points", |
| 29 | + "mwe-clipedit-edit-tools" : "Edit tools", |
| 30 | + "mwe-clipedit-inline-description" : "Caption", |
| 31 | + "mwe-clipedit-edit-video-tools" : "Edit video tools:", |
| 32 | + "mwe-clipedit-duration" : "Duration:", |
| 33 | + "mwe-clipedit-layout" : "Layout", |
| 34 | + "mwe-clipedit-layout_right" : "Right side image layout", |
| 35 | + "mwe-clipedit-layout_left" : "Left side image layout" |
36 | 36 | } ); |
37 | 37 | |
38 | 38 | /** |
— | — | @@ -188,7 +188,7 @@ |
189 | 189 | |
190 | 190 | $j('<label />') |
191 | 191 | .attr('for','ce_dur') |
192 | | - .text( gM( 'mwe-duration' ) ), |
| 192 | + .text( gM( 'mwe-clipedit-duration' ) ), |
193 | 193 | |
194 | 194 | $j('<input />') |
195 | 195 | .attr({ |
— | — | @@ -320,11 +320,11 @@ |
321 | 321 | // Add html for resource resource: |
322 | 322 | var o = '<table>' + |
323 | 323 | '<tr>' + |
324 | | - '<td colspan="2"><b>' + gM( 'mwe-edit_properties' ) + '</b></td>' + |
| 324 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-edit_properties' ) + '</b></td>' + |
325 | 325 | '</tr>' + |
326 | 326 | '<tr>' + |
327 | 327 | '<td>' + |
328 | | - gM( 'mwe-custom_title' ) + |
| 328 | + gM( 'mwe-clipedit-custom_title' ) + |
329 | 329 | '</td>' + |
330 | 330 | '<td><input type="text" size="15" maxwidth="255" value="'; |
331 | 331 | |
— | — | @@ -342,7 +342,7 @@ |
343 | 343 | var testing_a = _this.resource.tVars; |
344 | 344 | // debugger; |
345 | 345 | o += '<tr>' + |
346 | | - '<td colspan="2"><b>' + gM( 'mwe-template_properties' ) + '</b></td>' + |
| 346 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-template_properties' ) + '</b></td>' + |
347 | 347 | '</tr>'; |
348 | 348 | for ( var i = 0; i < _this.resource.tVars.length ; i++ ) { |
349 | 349 | o += '<tr>' + |
— | — | @@ -367,11 +367,11 @@ |
368 | 368 | var res_title = mw.parseUri( _this.resource.src ).file; |
369 | 369 | } |
370 | 370 | o +='<tr>' + |
371 | | - '<td colspan="2"><b>' + gM( 'mwe-other_properties' ) + '</b></td>' + |
| 371 | + '<td colspan="2"><b>' + gM( 'mwe-clipedit-other_properties' ) + '</b></td>' + |
372 | 372 | '</tr>' + |
373 | 373 | '<tr>' + |
374 | 374 | '<td>' + |
375 | | - gM( 'mwe-resource_page' ) + |
| 375 | + gM( 'mwe-clipedit-resource_page' ) + |
376 | 376 | '</td>' + |
377 | 377 | '<td>' + |
378 | 378 | '<a href="' + res_src + '" ' + |
— | — | @@ -441,7 +441,7 @@ |
442 | 442 | } |
443 | 443 | if ( include ) { |
444 | 444 | o +='<li>' + |
445 | | - '<a id="mv_smi_' + sInx + '" href="#sc_' + sInx + '">' + gM( 'mwe-sc_' + sInx ) + '</a>' + |
| 445 | + '<a id="mv_smi_' + sInx + '" href="#sc_' + sInx + '">' + gM( 'mwe-clipedit-sc_' + sInx ) + '</a>' + |
446 | 446 | '</li>'; |
447 | 447 | tabc += '<div id="sc_' + sInx + '" style="overflow:auto;" ></div>'; |
448 | 448 | } |
— | — | @@ -488,7 +488,7 @@ |
489 | 489 | var eb = $j( '#embed_vid' ).get( 0 ); |
490 | 490 | // turn on preview to avoid onDone actions |
491 | 491 | eb.preview_mode = true; |
492 | | - $j( '#' + this.target_control_display ).html( '<h3>' + gM( 'mwe-edit-video-tools' ) + '</h3>' ); |
| 492 | + $j( '#' + this.target_control_display ).html( '<h3>' + gM( 'mwe-clipedit-edit-video-tools' ) + '</h3>' ); |
493 | 493 | if ( eb.supportsURLTimeEncoding() ) { |
494 | 494 | if ( eb.end_ntp ) { |
495 | 495 | $j( '#' + this.target_control_display ).append( |
— | — | @@ -602,30 +602,30 @@ |
603 | 603 | * @param {Object} defaultTime Provides start and end time default values |
604 | 604 | */ |
605 | 605 | getStartEndHtml: function( defaultTime ) { |
606 | | - return '<strong>' + gM( 'mwe-set_in_out_points' ) + '</strong>' + |
| 606 | + return '<strong>' + gM( 'mwe-clipedit-set_in_out_points' ) + '</strong>' + |
607 | 607 | '<table border="0" style="background: transparent; width:94%;height:50px;">' + |
608 | 608 | '<tr>' + |
609 | 609 | '<td style="width:90px">' + |
610 | | - gM( 'mwe-start_time' ) + |
| 610 | + gM( 'mwe-clipedit-start_time' ) + |
611 | 611 | '<input class="ui-widget-content ui-corner-all startInOut" size="9" value="' + defaultTime.start_ntp + '">' + |
612 | 612 | '</td>' + |
613 | 613 | '<td>' + |
614 | 614 | '<div class="inOutSlider"></div>' + |
615 | 615 | '</td>' + |
616 | 616 | '<td style="width:90px;text-align:right;">' + |
617 | | - gM( 'mwe-end_time' ) + |
| 617 | + gM( 'mwe-clipedit-end_time' ) + |
618 | 618 | '<input class="ui-widget-content ui-corner-all endInOut" size="9" value="' + defaultTime.end_ntp + '">' + |
619 | 619 | '</td>' + |
620 | 620 | '</tr>' + |
621 | 621 | '</table>' + |
622 | | - $j.btnHtml( gM( 'mwe-preview_inout' ), 'inOutPreviewClip', 'video' ); |
| 622 | + $j.btnHtml( gM( 'mwe-clipedit-preview_inout' ), 'inOutPreviewClip', 'video' ); |
623 | 623 | }, |
624 | 624 | |
625 | 625 | /** |
626 | 626 | * Get the Insert Html form text area |
627 | 627 | */ |
628 | 628 | getInsertHtml: function() { |
629 | | - var o = '<h3>' + gM( 'mwe-inline-description' ) + '</h3>' + |
| 629 | + var o = '<h3>' + gM( 'mwe-clipedit-inline-description' ) + '</h3>' + |
630 | 630 | '<textarea style="width:95%" id="mv_inline_img_desc" rows="5" cols="30">'; |
631 | 631 | if ( this.parentRemoteSearchDriver ) { |
632 | 632 | // If we have a parent remote search driver let it parse the inline description |
— | — | @@ -649,7 +649,7 @@ |
650 | 650 | for ( var callbackType in _this.controlActionsCallback ) { |
651 | 651 | switch( callbackType ) { |
652 | 652 | case 'insert_seq': |
653 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-insert_into_sequence' ), 'mv_insert_sequence', 'check' ) + ' ' ) |
| 653 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-insert_into_sequence' ), 'mv_insert_sequence', 'check' ) + ' ' ) |
654 | 654 | .children( '.mv_insert_sequence' ) |
655 | 655 | .buttonHover() |
656 | 656 | .click( function() { |
— | — | @@ -658,7 +658,7 @@ |
659 | 659 | } ); |
660 | 660 | break; |
661 | 661 | case 'insert': |
662 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-insert_image_page' ), 'mv_insert_image_page', 'check' ) + ' ' ) |
| 662 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-insert_image_page' ), 'mv_insert_image_page', 'check' ) + ' ' ) |
663 | 663 | .children( '.mv_insert_image_page' ) |
664 | 664 | .buttonHover() |
665 | 665 | .click( function() { |
— | — | @@ -667,7 +667,7 @@ |
668 | 668 | } ).show( 'slow' ); |
669 | 669 | break; |
670 | 670 | case 'preview': |
671 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-preview_insert' ), 'mv_preview_insert', 'refresh' ) + ' ' ) |
| 671 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-preview_insert' ), 'mv_preview_insert', 'refresh' ) + ' ' ) |
672 | 672 | .children( '.mv_preview_insert' ) |
673 | 673 | .buttonHover() |
674 | 674 | .click( function() { |
— | — | @@ -676,7 +676,7 @@ |
677 | 677 | } ).show( 'slow' ); |
678 | 678 | break; |
679 | 679 | case 'cancel': |
680 | | - $j( b_target ).append( $j.btnHtml( gM( 'mwe-cancel_image_insert' ), 'mv_cancel_img_edit', 'close' ) + ' ' ) |
| 680 | + $j( b_target ).append( $j.btnHtml( gM( 'mwe-clipedit-cancel_image_insert' ), 'mv_cancel_img_edit', 'close' ) + ' ' ) |
681 | 681 | .children( '.mv_cancel_img_edit' ) |
682 | 682 | .buttonHover() |
683 | 683 | .click( function() { |
— | — | @@ -720,7 +720,7 @@ |
721 | 721 | .css({ |
722 | 722 | "float" : "left" |
723 | 723 | }) |
724 | | - .text( gM( 'mwe-layout' ) ), |
| 724 | + .text( gM( 'mwe-clipedit-layout' ) ), |
725 | 725 | |
726 | 726 | // Left layout |
727 | 727 | $j('<input />') |
— | — | @@ -735,7 +735,7 @@ |
736 | 736 | $j( '<div /> ') |
737 | 737 | .attr({ |
738 | 738 | 'id' : 'mw_layout_left_img', |
739 | | - 'title': gM( 'mwe-layout_left' ) |
| 739 | + 'title': gM( 'mwe-clipedit-layout_left' ) |
740 | 740 | }), |
741 | 741 | |
742 | 742 | // Right Layout |
— | — | @@ -751,7 +751,7 @@ |
752 | 752 | $j( '<div /> ') |
753 | 753 | .attr({ |
754 | 754 | 'id' : 'mw_layout_right_img', |
755 | | - 'title': gM( 'mwe-layout_right' ) |
| 755 | + 'title': gM( 'mwe-clipedit-layout_right' ) |
756 | 756 | }), |
757 | 757 | |
758 | 758 | $j('<hr />') |
— | — | @@ -790,7 +790,7 @@ |
791 | 791 | .attr({ |
792 | 792 | 'id' : 'mw_crop_button', |
793 | 793 | 'alt' : 'crop', |
794 | | - 'title' : gM( 'mwe-crop' ) |
| 794 | + 'title' : gM( 'mwe-clipedit-crop' ) |
795 | 795 | }), |
796 | 796 | |
797 | 797 | $j( '<a />') |
— | — | @@ -798,11 +798,11 @@ |
799 | 799 | 'href': '#' |
800 | 800 | }) |
801 | 801 | .addClass( 'mw_crop_msg' ) |
802 | | - .text( gM( 'mwe-crop' ) ), |
| 802 | + .text( gM( 'mwe-clipedit-crop' ) ), |
803 | 803 | |
804 | 804 | $j( '<span />' ) |
805 | 805 | .addClass( 'mw_crop_msg_load') |
806 | | - .text( gM( 'mwe-loading_txt' ) ) |
| 806 | + .text( gM( 'mwe-clipedit-loading_txt' ) ) |
807 | 807 | .hide(), |
808 | 808 | |
809 | 809 | $j( '<a />' ) |
— | — | @@ -813,7 +813,7 @@ |
814 | 814 | 'display': 'inline' |
815 | 815 | }) |
816 | 816 | .addClass( 'mw_apply_crop' ) |
817 | | - .text( gM( 'mwe-apply_crop' ) ) |
| 817 | + .text( gM( 'mwe-clipedit-apply_crop' ) ) |
818 | 818 | .hide(), |
819 | 819 | |
820 | 820 | // some space between apply and rest |
— | — | @@ -827,7 +827,7 @@ |
828 | 828 | 'display': 'inline' |
829 | 829 | }) |
830 | 830 | .addClass( 'mw_reset_crop' ) |
831 | | - .text( gM( 'mwe-reset_crop' ) ) |
| 831 | + .text( gM( 'mwe-clipedit-reset_crop' ) ) |
832 | 832 | .hide(), |
833 | 833 | |
834 | 834 | $j( '<hr />' ) |
— | — | @@ -849,7 +849,7 @@ |
850 | 850 | $j( '.mw_reset_crop' ).click( function() { |
851 | 851 | $j( '.mw_apply_crop,.mw_reset_crop' ).hide(); |
852 | 852 | $j( '.mw_crop_msg' ).show(); |
853 | | - $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_selected' ).addClass( 'mw_crop_button_base' ).attr( 'title', gM( 'mwe-crop' ) ); |
| 853 | + $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_selected' ).addClass( 'mw_crop_button_base' ).attr( 'title', gM( 'mwe-clipedit-crop' ) ); |
854 | 854 | _this.resource.crop = null; |
855 | 855 | $j( '#' + _this.target_clip_display ).empty().html( |
856 | 856 | $j('<img />') |
— | — | @@ -879,7 +879,7 @@ |
880 | 880 | if ( _this.enabled_tools == 'all' || _this.enabled_tools.length > 0 ) { |
881 | 881 | $tool_target.html( |
882 | 882 | $j( '<h3 />' ) |
883 | | - .text( gM( 'mwe-edit-tools' ) ) |
| 883 | + .text( gM( 'mwe-clipedit-edit-tools' ) ) |
884 | 884 | ); |
885 | 885 | for ( var i in _this.toolset ) { |
886 | 886 | var toolid = _this.toolset[i]; |
— | — | @@ -907,7 +907,7 @@ |
908 | 908 | $j( '#mw_crop_button' ) |
909 | 909 | .removeClass( 'mw_crop_button_selected' ) |
910 | 910 | .addClass( 'mw_crop_button_base' ) |
911 | | - .attr( 'title', gM( 'mwe-crop' ) ); |
| 911 | + .attr( 'title', gM( 'mwe-clipedit-crop' ) ); |
912 | 912 | |
913 | 913 | if ( _this.resource.crop ) { |
914 | 914 | // Empty out and display cropped: |
— | — | @@ -981,7 +981,7 @@ |
982 | 982 | var _this = this; |
983 | 983 | $j( '.mw_crop_msg_load' ).hide(); |
984 | 984 | $j( '.mw_reset_crop,.mw_apply_crop' ).show(); |
985 | | - $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_base' ).addClass( 'mw_crop_button_selected' ).attr( 'title', gM( 'mwe-crop_done' ) ); |
| 985 | + $j( '#mw_crop_button' ).removeClass( 'mw_crop_button_base' ).addClass( 'mw_crop_button_selected' ).attr( 'title', gM( 'mwe-clipedit-crop_done' ) ); |
986 | 986 | $j( '#' + _this.target_clip_display + ' img' ).Jcrop( { |
987 | 987 | onSelect: function( c ) { |
988 | 988 | mw.log( 'on select:' + c.x + ',' + c.y + ',' + c.x2 + ',' + c.y2 + ',' + c.w + ',' + c.h ); |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -9,6 +9,13 @@ |
10 | 10 | |
11 | 11 | Add Media Wizard |
12 | 12 | |
| 13 | +Add Media Wizard - Add Media |
| 14 | +file = AddMediaWizard/AddMedia/AddMedia.i18n.php |
| 15 | +optional = rsd-archive_org-title, rsd-flickr-title, rsd-metavid-title |
| 16 | + |
| 17 | +Add Media Wizard - Clip Edit |
| 18 | +file = AddMediaWizard/ClipEdit/ClipEdit.i18n.php |
| 19 | + |
13 | 20 | Admin Links |
14 | 21 | aliasfile = AdminLinks/AdminLinks.alias.php |
15 | 22 | |