diff --git a/lang/en/local_chunkupload.php b/lang/en/local_chunkupload.php index b533160..103b6ee 100644 --- a/lang/en/local_chunkupload.php +++ b/lang/en/local_chunkupload.php @@ -22,15 +22,14 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ +$string['cleanup_task'] = 'Task to clean up old tokens and files'; +$string['deletefile'] = 'Delete file from moodle'; +$string['maxsize'] = 'Maximum file size: {$a}'; $string['pluginname'] = 'Chunk upload'; $string['setting:chunksize'] = 'Chunk size (MB)'; $string['setting:state0duration'] = 'Duration until unused token is deleted'; $string['setting:state1duration'] = 'Duration until uncompleted file upload is deleted'; $string['setting:state2duration'] = 'Duration until completed file upload is deleted'; -$string['cleanup_task'] = 'Task to clean up old tokens and files'; - -$string['deletefile'] = 'Delete file from moodle'; +$string['tokenexpired'] = 'The upload token has expired. Try refreshing the page to recieve a new one.'; $string['uploaded'] = 'File uploaded'; $string['uploadnotfinished'] = 'Upload did not finish!'; -$string['tokenexpired'] = 'The upload token has expired. Try refreshing the page to recieve a new one.'; -$string['maxsize'] = 'Maximum file size: {$a}';