Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]
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['backupnameformat'] = '%Y%m%d-%H%M'; 27 $string['dateintervaldayshoursmins'] = '%ad %hh %im'; // See https://www.php.net/manual/en/dateinterval.format.php for format. 28 $string['decsep'] = '.'; 29 $string['firstdayofweek'] = '1'; 30 $string['iso6391'] = 'en'; 31 $string['iso6392'] = 'eng'; 32 $string['labelsep'] = ': '; 33 $string['listsep'] = ','; 34 $string['locale'] = 'en_AU.UTF-8'; 35 $string['localecldr'] = 'en-AU'; 36 $string['localewin'] = 'English_Australia.1252'; 37 $string['localewincharset'] = ''; 38 $string['oldcharset'] = 'ISO-8859-1'; 39 $string['parentlanguage'] = ''; 40 $string['strftimedate'] = '%d %B %Y'; 41 $string['strftimedatemonthabbr'] = '%d %b %Y'; 42 $string['strftimedatefullshort'] = '%d/%m/%y'; 43 $string['strftimedateshort'] = '%d %B'; 44 $string['strftimedateshortmonthabbr'] = '%d %b'; 45 $string['strftimedatetime'] = '%d %B %Y, %I:%M %p'; 46 $string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M'; 47 $string['strftimedaydate'] = '%A, %d %B %Y'; 48 $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p'; 49 $string['strftimedayshort'] = '%A, %d %B'; 50 $string['strftimedaytime'] = '%a, %H:%M'; 51 $string['strftimemonthyear'] = '%B %Y'; 52 $string['strftimerecent'] = '%d %b, %H:%M'; 53 $string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p'; 54 $string['strftimetime'] = '%I:%M %p'; 55 $string['strftimetime12'] = '%I:%M %p'; 56 $string['strftimetime24'] = '%H:%M'; 57 $string['thisdirection'] = 'ltr'; 58 $string['thisdirectionvertical'] = 'btt'; 59 $string['thislanguage'] = 'English'; 60 $string['thislanguageint'] = 'English'; 61 $string['thousandssep'] = ',';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body