mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
41 lines
2.1 KiB
PHP
41 lines
2.1 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 'block_section_links', language 'en', branch 'MOODLE_20_STABLE'
|
|
*
|
|
* @package block_section_links
|
|
* @copyright Jason Hardin
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
*/
|
|
|
|
$string['incby1'] = 'Increase by';
|
|
$string['incby1_help'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
|
|
$string['incby2'] = 'Alternative increase by';
|
|
$string['incby2_help'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.';
|
|
$string['jumptocurrenttopic'] = 'Jump to current topic';
|
|
$string['jumptocurrentweek'] = 'Jump to current week';
|
|
$string['numsections1'] = 'Number of sections';
|
|
$string['numsections1_help'] = 'Once the number of sections in the course reaches this number then the increment by value is used.';
|
|
$string['numsections2'] = 'Alternative number of sections';
|
|
$string['numsections2_help'] = 'Once the number of sections in the course reaches this number then the Alternative increment by value is used.';
|
|
$string['pluginname'] = 'Section links';
|
|
$string['section_links:addinstance'] = 'Add a new section links block';
|
|
$string['showsectionname'] = 'Display section name';
|
|
$string['showsectionname_help'] = 'Display section name in addition to section number';
|
|
$string['topics'] = 'Topics';
|
|
$string['weeks'] = 'Weeks';
|
|
$string['privacy:metadata'] = 'The Section links block only shows data stored in other locations.';
|