mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-29766 Add drag and drop upload to filemanager / filepicker elements
This commit is contained in:
parent
0e84b1664d
commit
f08fac7c89
9 changed files with 441 additions and 4 deletions
|
@ -451,6 +451,9 @@ $string['displayingfirst'] = 'Only the first {$a->count} {$a->things} are displa
|
|||
$string['displayingrecords'] = 'Displaying {$a} records';
|
||||
$string['displayingusers'] = 'Displaying users {$a->start} to {$a->end}';
|
||||
$string['displayonpage'] = 'Display on page';
|
||||
$string['dndenabled'] = 'You can drag and drop files into this box to upload them';
|
||||
$string['dndenabled_help'] = 'You can drag one or more files from your desktop and drop them onto the box below to upload them.<br />Note: this may not work with other web browsers';
|
||||
$string['dndenabled_single'] = 'you can drag and drop a file into this box to upload it';
|
||||
$string['documentation'] = 'Moodle documentation';
|
||||
$string['down'] = 'Down';
|
||||
$string['download'] = 'Download';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue