Index: trunk/extensions/UploadWizard/UploadWizardHooks.php |
— | — | @@ -39,6 +39,7 @@ |
40 | 40 | 'resources/jquery/jquery.autocomplete.js', |
41 | 41 | 'resources/jquery/jquery.spinner.js', |
42 | 42 | 'resources/jquery/jquery.removeCtrl.js', |
| 43 | + 'resources/jquery/jquery.showThumbCtrl.js', |
43 | 44 | 'resources/jquery/jquery.pubsub.js', |
44 | 45 | |
45 | 46 | // common utilities |
— | — | @@ -108,6 +109,7 @@ |
109 | 110 | 'resources/jquery/jquery.arrowSteps.css', |
110 | 111 | 'resources/jquery/jquery.mwCoolCats.css', |
111 | 112 | 'resources/jquery/jquery.removeCtrl.css', |
| 113 | + 'resources/jquery/jquery.showThumbCtrl.css', |
112 | 114 | ), |
113 | 115 | 'messages' => array( |
114 | 116 | 'uploadwizard', |
— | — | @@ -174,6 +176,8 @@ |
175 | 177 | 'mwe-upwiz-remove', |
176 | 178 | 'mwe-upwiz-remove-upload', |
177 | 179 | 'mwe-upwiz-remove-description', |
| 180 | + 'mwe-upwiz-show-thumb', |
| 181 | + 'mwe-upwiz-show-thumb-tip', |
178 | 182 | 'mwe-upwiz-upload', |
179 | 183 | 'mwe-upwiz-file-all-ok', |
180 | 184 | 'mwe-upwiz-file-some-failed', |
Index: trunk/extensions/UploadWizard/UploadWizard.i18n.php |
— | — | @@ -83,6 +83,8 @@ |
84 | 84 | 'mwe-upwiz-failed' => 'Failed.', |
85 | 85 | 'mwe-upwiz-remove' => 'Remove', |
86 | 86 | 'mwe-upwiz-remove-upload' => 'Remove this file from the list of files to upload', |
| 87 | + 'mwe-upwiz-show-thumb' => 'Show Thumbnail', |
| 88 | + 'mwe-upwiz-show-thumb-tip' => 'Load a thumbnail image for this file', |
87 | 89 | 'mwe-upwiz-remove-description' => 'Remove this description', |
88 | 90 | 'mwe-upwiz-upload' => 'Upload', |
89 | 91 | 'mwe-upwiz-file-all-ok' => 'All uploads were successful!', |
— | — | @@ -426,6 +428,8 @@ |
427 | 429 | 'mwe-upwiz-transported' => '{{Identical|OK}}', |
428 | 430 | 'mwe-upwiz-stashed-upload' => '{{Identical|OK}}', |
429 | 431 | 'mwe-upwiz-remove' => '{{Identical|Remove}}', |
| 432 | + 'mwe-upwiz-show-thumb' => 'Link text for the control that displays a thumbnail manually, when automatic client-side thumbs are disabled for performance', |
| 433 | + 'mwe-upwiz-show-thumb-tip' => 'The tooltip for the mwe-upwiz-show-thumb link', |
430 | 434 | 'mwe-upwiz-upload' => '{{Identical|Upload}}', |
431 | 435 | 'mwe-upwiz-source-thirdparty-accept' => '{{Identical|OK}}', |
432 | 436 | 'mwe-upwiz-more-options' => "Text for a 'more options' toggle that opens more of a form so a user can make more detailed descriptions/add more properties for uploaded images.", |