mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
41 lines
1.7 KiB
PHP
41 lines
1.7 KiB
PHP
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
//
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
/**
|
|
* 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['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';
|