From 866c22287c2f01c74cdb39c7a91918bdb1528192 Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Fri, 29 Nov 2024 09:30:50 +0100 Subject: [PATCH] sorted lang file alphabetically --- lang/en/local_chunkupload.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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}';