Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
 
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/>.
17
 
18
/**
19
 * Strings for component 'label', language 'en', branch 'MOODLE_20_STABLE'
20
 *
21
 * @package mod_label
22
 * @copyright  1999 onwards Martin Dougiamas  {@link http://moodle.com}
23
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
24
 */
25
 
26
$string['configdndmedia'] = 'Offer to create a Text and media area when media files are dragged and dropped onto a course.';
27
$string['configdndresizeheight'] = 'When a Text and media area is created from a dragged and dropped media file, resize it if it is higher than this many pixels. If set to zero, the media file will not be resized.';
28
$string['configdndresizewidth'] = 'When a Text and media area is created from a dragged and dropped media file, resize it if it is wider than this many pixels. If set to zero, the media file will not be resized.';
29
$string['dndmedia'] = 'Media drag and drop';
30
$string['dndresizeheight'] = 'Resize drag and drop height';
31
$string['dndresizewidth'] = 'Resize drag and drop width';
32
$string['dnduploadlabel'] = 'Add media to course page';
33
$string['dnduploadlabeltext'] = 'Add a Text and media area to the course page';
34
$string['indicator:cognitivedepth'] = 'Text and media area cognitive';
35
$string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Text and media area resource.';
36
$string['indicator:cognitivedepthdef'] = 'Text and media area cognitive';
37
$string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Text and media area resources during this analysis interval (Levels = No view, View)';
38
$string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
39
$string['indicator:socialbreadth'] = 'Text and media area social';
40
$string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Text and media area resource.';
41
$string['indicator:socialbreadthdef'] = 'Text and media area social';
42
$string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Text and media area resources during this analysis interval (Levels = No participation, Participant alone)';
43
$string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
44
$string['label:addinstance'] = 'Add a new Text and media area';
45
$string['label:view'] = 'View Text and media area';
46
$string['labelname'] = 'Title in course index';
47
$string['labelname_help'] = 'The title is only used to identify the Text and media area in the course index and for activity completion. If you leave it empty,  a title will be automatically generated using the first characters of the text.';
48
$string['labeltext'] = 'Text';
49
$string['modulename'] = 'Text and media area';
50
$string['modulename_help'] = 'The Text and media area enables you to display text and multimedia on the course page.
51
 
52
You can use a Text and media area to:
53
 
54
* Split up a long list of course activities with a subheading or an image
55
* Display an embedded video directly on the course page
56
* Add a short description to a course section';
57
$string['modulename_link'] = 'mod/label/view';
58
$string['modulenameplural'] = 'Text and media areas';
59
$string['privacy:metadata'] = 'The Text and media area plugin does not store any personal data.';
60
$string['pluginadministration'] = 'Text and media area administration';
61
$string['pluginname'] = 'Text and media area';
62
$string['search:activity'] = 'Text and media area';