AutorÃa | Ultima modificación | Ver Log |
<?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/>./*** unilabel module.** @package mod_unilabel* @author Andreas Grabs <info@grabs-edv.de>* @copyright 2018 onwards Grabs EDV {@link https://www.grabs-edv.de}* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/$string['addelement'] = 'Add element';$string['autorun'] = 'Run automatically';$string['chooseurlfromactivity'] = 'Choose url from activity';$string['contentplugins'] = 'Content plugins';$string['delete_element'] = 'Delete element';$string['delete_element_nr'] = 'Delete element {$a}';$string['editcontent'] = 'Edit content';$string['generalsettings'] = 'General settings';$string['invalidvalue'] = 'Invalid value';$string['labeltype'] = 'Label type';$string['labeltype_help'] = 'The label type defines the appearance of the content. Each type has an own configuration page.';$string['modulename'] = 'Unilabel';$string['modulename_help'] = 'The unilabel module allows you to present your information in an attractive way on the course page.';$string['modulename_link'] = 'mod/unilabel/view';$string['modulenameplural'] = 'Unilabels';$string['noconfiguration'] = 'No configuration';$string['pluginadministration'] = 'unilabel administration';$string['pluginname'] = 'Unilabel';$string['privacy:metadata'] = 'The unilabel resource plugin does not store any personal data.';$string['search:activity'] = 'Unilabel';$string['settings'] = 'Settings';$string['subplugintype_unilabeltype'] = 'Unilabel type plugin';$string['subplugintype_unilabeltype_plural'] = 'Unilabel type plugins';$string['switchtype'] = 'Switch content type';$string['unilabel:addinstance'] = 'Add a new unilabel';$string['unilabel:edit'] = 'Edit unilabel';$string['unilabel:view'] = 'View unilabel';$string['unilabeltext'] = 'Unilabel text';$string['unknowntype'] = 'Unknown type';$string['updatefailed'] = 'Update failed';$string['updatesuccessful'] = 'Update successful';