Index: trunk/phase3/maintenance/language/messages.inc |
— | — | @@ -3247,6 +3247,15 @@ |
3248 | 3248 | 'disableaccount-success', |
3249 | 3249 | 'disableaccount-logentry', |
3250 | 3250 | ), |
| 3251 | + 'uploadstash' => array( |
| 3252 | + 'uploadstash', |
| 3253 | + 'uploadstash-summary', |
| 3254 | + 'uploadstash-clear', |
| 3255 | + 'uploadstash-nofiles', |
| 3256 | + 'uploadstash-badtoken', |
| 3257 | + 'uploadstash-errclear', |
| 3258 | + 'uploadstash-refresh', |
| 3259 | + ), |
3251 | 3260 | ); |
3252 | 3261 | |
3253 | 3262 | /** Comments for each block */ |
— | — | @@ -3307,6 +3316,7 @@ |
3308 | 3317 | 'recentchangeslinked' => 'Recent changes linked', |
3309 | 3318 | 'upload' => 'Upload', |
3310 | 3319 | 'upload-errors' => '', |
| 3320 | + 'uploadstash' => 'Special:UploadStash', |
3311 | 3321 | 'img-auth' => 'img_auth script messages', |
3312 | 3322 | 'http-errors' => 'HTTP errors', |
3313 | 3323 | 'upload-curl-errors' => 'Some likely curl errors. More could be added from <http://curl.haxx.se/libcurl/c/libcurl-errors.html>', |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -2216,11 +2216,11 @@ |
2217 | 2217 | |
2218 | 2218 | # Special:UploadStash |
2219 | 2219 | 'uploadstash' => 'Upload stash', |
2220 | | -'uploadstash-summary' => 'This page provides access to files which are uploaded (or in the process of uploading) but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them. See the documentation for the upload API.', |
| 2220 | +'uploadstash-summary' => 'This page provides access to files which are uploaded (or in the process of uploading) but are not yet published to the wiki. These files are not visible to anyone but the user who uploaded them.', |
2221 | 2221 | 'uploadstash-clear' => 'Clear stashed files', |
2222 | 2222 | 'uploadstash-nofiles' => 'You have no stashed files.', |
2223 | | -'uploadstash-badtoken' => 'We could not perform that action, perhaps because your editing credentials expired. Try again.', |
2224 | | -'uploadstash-errclear' => 'We could not clear the files.', |
| 2223 | +'uploadstash-badtoken' => 'Performing of that action was unsuccessful, perhaps because your editing credentials expired. Try again.', |
| 2224 | +'uploadstash-errclear' => 'Clearing the files was unsuccessful.', |
2225 | 2225 | 'uploadstash-refresh' => 'Refresh the list of files', |
2226 | 2226 | |
2227 | 2227 | # img_auth script messages |