Skip to content

Commit

Permalink
Merge pull request #32 from Opencast-Moodle/issue-31
Browse files Browse the repository at this point in the history
sorted lang file alphabetically
  • Loading branch information
bluetom authored Dec 3, 2024
2 parents 21b8f82 + 866c222 commit 25d6a73
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions lang/en/local_chunkupload.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}';

0 comments on commit 25d6a73

Please sign in to comment.