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
 * Strings for component 'block_section_links', language 'en', branch 'MOODLE_20_STABLE'
19
 *
20
 * @package    block_section_links
21
 * @copyright  Jason Hardin
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['incby1'] = 'Increase by';
26
$string['incby1_help'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
27
$string['incby2'] = 'Alternative increase by';
28
$string['incby2_help'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
29
$string['jumptocurrenttopic'] = 'Jump to highlighted section';
30
$string['jumptocurrentweek'] = 'Jump to current week';
31
$string['numsections1'] = 'Number of sections';
32
$string['numsections1_help'] = 'Once the number of sections in the course reaches this number then the increment by value is used.';
33
$string['numsections2'] = 'Alternative number of sections';
34
$string['numsections2_help'] = 'Once the number of sections in the course reaches this number then the Alternative increment by value is used.';
35
$string['pluginname'] = 'Section links';
36
$string['section_links:addinstance'] = 'Add a new section links block';
37
$string['showsectionname'] = 'Display section name';
38
$string['showsectionname_help'] = 'Display section name in addition to section number';
39
$string['privacy:metadata'] = 'The Section links block only shows data stored in other locations.';