Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

   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 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core
  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['alphabet'] = 'A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z';
  26  $string['am'] = 'am';
  27  $string['amcaps'] = 'AM';
  28  $string['backupnameformat'] = '%Y%m%d-%H%M';
  29  $string['dateintervaldayshoursmins'] = '%ad %hh %im'; // See https://www.php.net/manual/en/dateinterval.format.php for format.
  30  $string['decsep'] = '.';
  31  $string['firstdayofweek'] = '1';
  32  $string['iso6391'] = 'en';
  33  $string['iso6392'] = 'eng';
  34  $string['labelsep'] = ': ';
  35  $string['listsep'] = ',';
  36  $string['locale'] = 'en_AU.UTF-8';
  37  $string['localecldr'] = 'en-AU';
  38  $string['localewin'] = 'English_Australia.1252';
  39  $string['localewincharset'] = '';
  40  $string['oldcharset'] = 'ISO-8859-1';
  41  $string['parentlanguage'] = '';
  42  $string['pm'] = 'pm';
  43  $string['pmcaps'] = 'PM';
  44  $string['strftimedate'] = '%d %B %Y';
  45  $string['strftimedatemonthabbr'] = '%d %b %Y';
  46  $string['strftimedatefullshort'] = '%d/%m/%y';
  47  $string['strftimedateshort'] = '%d %B';
  48  $string['strftimedateshortmonthabbr'] = '%d %b';
  49  $string['strftimedatetime'] = '%d %B %Y, %I:%M %p';
  50  $string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M';
  51  $string['strftimedaydate'] = '%A, %d %B %Y';
  52  $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
  53  $string['strftimedayshort'] = '%A, %d %B';
  54  $string['strftimedaytime'] = '%a, %H:%M';
  55  $string['strftimemonthyear'] = '%B %Y';
  56  $string['strftimerecent'] = '%d %b, %H:%M';
  57  $string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p';
  58  $string['strftimetime'] = '%I:%M %p';
  59  $string['strftimetime12'] = '%I:%M %p';
  60  $string['strftimetime24'] = '%H:%M';
  61  $string['thisdirection'] = 'ltr';
  62  $string['thisdirectionvertical'] = 'btt';
  63  $string['thislanguage'] = 'English';
  64  $string['thislanguageint'] = 'English';
  65  $string['thousandssep'] = ',';