mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-31642 added 'max attachments' to filemanager and 'drag and drop' message inside the box
This commit is contained in:
parent
5bbf3cb72b
commit
adce023069
6 changed files with 30 additions and 4 deletions
|
@ -455,6 +455,7 @@ $string['displayonpage'] = 'Display on page';
|
|||
$string['dndenabled'] = 'Drag and drop available';
|
||||
$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_insentence'] = 'drag and drop available';
|
||||
$string['dndenabled_inbox'] = 'drag and drop files here to upload them';
|
||||
$string['documentation'] = 'Moodle documentation';
|
||||
$string['down'] = 'Down';
|
||||
$string['download'] = 'Download';
|
||||
|
@ -970,6 +971,7 @@ $string['manageroles'] = 'Roles and permissions';
|
|||
$string['markedthistopic'] = 'This topic is highlighted as the current topic';
|
||||
$string['markthistopic'] = 'Highlight this topic as the current topic';
|
||||
$string['matchingsearchandrole'] = 'Matching \'{$a->search}\' and {$a->role}';
|
||||
$string['maxsizeandattachments'] = 'Maximum size for new files: {$a->size}, maximum attachments: {$a->attachments}';
|
||||
$string['maxfilesreached'] = 'You are allowed to attach a maximum of {$a} file(s) to this item';
|
||||
$string['maximumgrade'] = 'Maximum grade';
|
||||
$string['maximumgradex'] = 'Maximum grade: {$a}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue