. /** * Strings for component 'label', language 'en', branch 'MOODLE_20_STABLE' * * @package mod * @subpackage label * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['configdndmedia'] = 'Offer to create a label when media files are dragged & dropped onto a course'; $string['dndmedia'] = 'Media drag and drop'; $string['dnduploadlabel'] = 'Create a label'; $string['label:addinstance'] = 'Add a new label'; $string['labeltext'] = 'Label text'; $string['modulename'] = 'Label'; $string['modulename_help'] = 'The label module enables text and multimedia to be inserted into the course page in between links to other resources and activities. Labels are very versatile and can help to improve the appearance of a course if used thoughtfully. Labels may be used * To split up a long list of activities with a subheading or an image * To display an embedded sound file or video directly on the course page * To add a short description to a course section'; $string['modulename_link'] = 'mod/label/view'; $string['modulenameplural'] = 'Labels'; $string['pluginadministration'] = 'Label administration'; $string['pluginname'] = 'Label';