Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
// This file is part of Moodle - http://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
17
/**
18
 * unilabel module.
19
 *
20
 * @package     mod_unilabel
21
 * @author      Andreas Grabs <info@grabs-edv.de>
22
 * @copyright   2018 onwards Grabs EDV {@link https://www.grabs-edv.de}
23
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
$string['addelement']            = 'Add element';
26
$string['autorun']               = 'Run automatically';
27
$string['chooseurlfromactivity'] = 'Choose url from activity';
28
$string['contentplugins']        = 'Content plugins';
29
$string['delete_element']        = 'Delete element';
30
$string['delete_element_nr']     = 'Delete element {$a}';
31
$string['editcontent']           = 'Edit content';
32
$string['generalsettings']       = 'General settings';
33
$string['invalidvalue']          = 'Invalid value';
34
$string['labeltype']             = 'Label type';
35
$string['labeltype_help']        = 'The label type defines the appearance of the content. Each type has an own configuration page.';
36
$string['modulename']            = 'Unilabel';
37
$string['modulename_help']       = 'The unilabel module allows you to present your information in an attractive way on the course page.';
38
$string['modulename_link']       = 'mod/unilabel/view';
39
$string['modulenameplural']      = 'Unilabels';
40
$string['noconfiguration']       = 'No configuration';
41
$string['pluginadministration']  = 'unilabel administration';
42
$string['pluginname']            = 'Unilabel';
43
$string['privacy:metadata']      = 'The unilabel resource plugin does not store any personal data.';
44
$string['search:activity']       = 'Unilabel';
45
$string['settings']              = 'Settings';
46
$string['subplugintype_unilabeltype'] = 'Unilabel type plugin';
47
$string['subplugintype_unilabeltype_plural'] = 'Unilabel type plugins';
48
$string['switchtype']            = 'Switch content type';
49
$string['unilabel:addinstance']  = 'Add a new unilabel';
50
$string['unilabel:edit']         = 'Edit unilabel';
51
$string['unilabel:view']         = 'View unilabel';
52
$string['unilabeltext']          = 'Unilabel text';
53
$string['unknowntype']           = 'Unknown type';
54
$string['updatefailed']          = 'Update failed';
55
$string['updatesuccessful']      = 'Update successful';