Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Differences Between: [Versions 310 and 403] [Versions 311 and 403] [Versions 39 and 403] [Versions 400 and 403] [Versions 401 and 403]

   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 'format_weeks', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   format_weeks
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['addsections'] = 'Add week';
  26  $string['automaticenddate'] = 'Calculate the end date from the number of sections';
  27  $string['automaticenddate_help'] = 'If enabled, the end date for the course will be automatically calculated from the number of sections and the course start date.';
  28  $string['currentsection'] = 'This week';
  29  $string['deletesection'] = 'Delete week';
  30  $string['editsection'] = 'Edit week';
  31  $string['editsectionname'] = 'Edit week name';
  32  $string['hidefromothers'] = 'Hide week';
  33  $string['newsectionname'] = 'New name for week {$a}';
  34  $string['page-course-view-weeks'] = 'Any course main page in weeks format';
  35  $string['page-course-view-weeks-x'] = 'Any course page in weeks format';
  36  $string['pluginname'] = 'Weekly format';
  37  $string['privacy:metadata'] = 'The Weekly format plugin does not store any personal data.';
  38  $string['indentation'] = 'Allow indentation on course page';
  39  $string['indentation_help'] = 'Allow teachers, and other users with the manage activities capability, to indent items on the course page.';
  40  $string['section0name'] = 'General';
  41  $string['sectionavailability_title'] = 'Week availability';
  42  $string['sectiondelete_title'] = 'Delete week?';
  43  $string['sectionmove_title'] = 'Move week';
  44  $string['sectionname'] = 'Week';
  45  $string['sectionsavailability'] = 'Weeks availability';
  46  $string['sectionsavailability_title'] = 'Weeks availability';
  47  $string['sectionsdelete'] = 'Delete weeks';
  48  $string['sectionsdelete_info'] = 'This will delete {$a->count} weeks and all the activities they contain.';
  49  $string['sectionsdelete_title'] = 'Delete selected weeks?';
  50  $string['sectionsmove'] = 'Move weeks';
  51  $string['sectionsmove_info'] = 'Move {$a} weeks after';
  52  $string['sectionsmove_title'] = 'Move selected weeks';
  53  $string['selectsection'] = 'Select week {$a}';
  54  $string['showfromothers'] = 'Show week';