. /** * Strings for component 'block_section_links', language 'en', branch 'MOODLE_20_STABLE' * * @package block_section_links * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ $string['incbydesc1'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.'; $string['incbydesc2'] = 'This is the value the section is incremented each time a section link is displayed starting at 1.'; $string['incby1'] = 'Increase by'; $string['incby2'] = 'Alternative increase by'; $string['jumptocurrenttopic'] = 'Jump to current topic'; $string['jumptocurrentweek'] = 'Jump to current week'; $string['numsectionsdesc1'] = 'Once the number of sections in the course reaches this number then the increment by value is used.'; $string['numsectionsdesc2'] = 'Once the number of sections in the course reaches this number then the Alternative increment by value is used.'; $string['numsections1'] = 'Number of sections'; $string['numsections2'] = 'Alternative number of sections'; $string['pluginname'] = 'Section links'; $string['topics'] = 'Topics'; $string['weeks'] = 'Weeks';