mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
8 lines
161 B
PHP
8 lines
161 B
PHP
<?php
|
|
|
|
$string['downloadfile'] = 'Download your portfolio export file';
|
|
$string['pluginname'] = 'File download';
|
|
$string['downloading'] = 'Downloading ...';
|
|
|
|
?>
|