b99b6ddced6bcfbb1cdf7d9fae1fb5c8db7e9059
[moodle.git] / mod / label / lang / en / label.php
1 <?php
3 // This file is part of Moodle - http://moodle.org/
4 //
5 // Moodle is free software: you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation, either version 3 of the License, or
8 // (at your option) any later version.
9 //
10 // Moodle is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
18 /**
19  * Strings for component 'label', language 'en', branch 'MOODLE_20_STABLE'
20  *
21  * @package    mod
22  * @subpackage label
23  * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
24  * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25  */
27 $string['configdndmedia'] = 'Offer to create a label when media files are dragged & dropped onto a course';
28 $string['dndmedia'] = 'Media drag and drop';
29 $string['dnduploadlabel'] = 'Create a label';
30 $string['label:addinstance'] = 'Add a new label';
31 $string['labeltext'] = 'Label text';
32 $string['modulename'] = 'Label';
33 $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.
35 Labels may be used
37 * To split up a long list of activities with a subheading or an image
38 * To display an embedded sound file or video directly on the course page
39 * To add a short description to a course section';
40 $string['modulename_link'] = 'mod/label/view';
41 $string['modulenameplural'] = 'Labels';
42 $string['pluginadministration'] = 'Label administration';
43 $string['pluginname'] = 'Label';