mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 02:40:10 +01:00
AMOS BEGIN MOV [assignmentadministration,mod_assignment],[pluginadministration,mod_assignment] MOV [dataadministration,mod_data],[pluginadministration,mod_data] MOV [feedbackadministration,mod_feedback],[pluginadministration,mod_feedback] MOV [folderadministration,mod_folder],[pluginadministration,mod_folder] MOV [forumadministration,mod_forum],[pluginadministration,mod_forum] MOV [glossaryadministration,mod_glossary],[pluginadministration,mod_glossary] MOV [chatadministration,mod_chat],[pluginadministration,mod_chat] MOV [choiceadministration,mod_choice],[pluginadministration,mod_choice] MOV [imscpadministration,mod_imscp],[pluginadministration,mod_imscp] MOV [labeladministration,mod_label],[pluginadministration,mod_label] MOV [lessonadministration,mod_lesson],[pluginadministration,mod_lesson] MOV [pageadministration,mod_page],[pluginadministration,mod_page] MOV [quizadministration,mod_quiz],[pluginadministration,mod_quiz] MOV [resourceadministration,mod_resource],[pluginadministration,mod_resource] MOV [scormadministration,mod_scorm],[pluginadministration,mod_scorm] MOV [surveyadministration,mod_survey],[pluginadministration,mod_survey] MOV [urladministration,mod_url],[pluginadministration,mod_url] MOV [wikiadministration,mod_wiki],[pluginadministration,mod_wiki] MOV [workshopadministration,mod_workshop],[pluginadministration,mod_workshop] AMOS END
33 lines
1.3 KiB
PHP
33 lines
1.3 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['labeltext'] = 'Label text';
|
|
$string['modulename'] = 'Label';
|
|
$string['modulename_help'] = 'A label enables text and images to be inserted among the activity links on the course page.';
|
|
$string['modulenameplural'] = 'Labels';
|
|
$string['pluginadministration'] = 'Label administration';
|
|
$string['pluginname'] = 'Label';
|