X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=lang%2Fen%2Fmoodle.php;h=64ae940b5889e0dba25adbb632704c56b0e63776;hp=b7cc79e707ca5871ee81998bf345d166b75a2985;hb=5c50d45b79137038ce9487564d25b05fd0b90eca;hpb=04acd266638222f9f569aaf5170189a572bb650a diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b7cc79e707c..64ae940b588 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -467,7 +467,14 @@ $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.
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['dndworking'] = 'Drag and drop files, text or links onto course sections to upload them'; +$string['dnduploadwithoutcontent'] = 'This upload does not have any content'; +$string['dndworkingfiletextlink'] = 'Drag and drop files, text or links onto course sections to upload them'; +$string['dndworkingfilelink'] = 'Drag and drop files or links onto course sections to upload them'; +$string['dndworkingfiletext'] = 'Drag and drop files or text onto course sections to upload them'; +$string['dndworkingfile'] = 'Drag and drop files onto course sections to upload them'; +$string['dndworkingtextlink'] = 'Drag and drop text or links onto course sections to upload them'; +$string['dndworkingtext'] = 'Drag and drop text onto course sections to upload it'; +$string['dndworkinglink'] = 'Drag and drop links onto course sections to upload them'; $string['documentation'] = 'Moodle documentation'; $string['down'] = 'Down'; $string['download'] = 'Download';