Merge branch 'MDL-77275-master' of https://github.com/laurentdavid/moodle
[moodle.git] / lang / en / langconfig.php
blobe34c4019b709e59cfa35977aaec50ef1850d962f
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.
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/>.
17 /**
18 * Strings for component 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
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
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['strftimedatemonthtimeshort'] = '%d %b %Y, %I:%M';
47 $string['strftimedatefullshort'] = '%d/%m/%y';
48 $string['strftimedateshort'] = '%d %B';
49 $string['strftimedateshortmonthabbr'] = '%d %b';
50 $string['strftimedatetime'] = '%d %B %Y, %I:%M %p';
51 $string['strftimedatetimeaccurate'] = '%d %B %Y, %I:%M:%S %p';
52 $string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M';
53 $string['strftimedatetimeshortaccurate'] = '%d/%m/%y, %H:%M:%S';
54 $string['strftimedaydate'] = '%A, %d %B %Y';
55 $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
56 $string['strftimedayshort'] = '%A, %d %B';
57 $string['strftimedaytime'] = '%a, %H:%M';
58 $string['strftimemonth'] = '%B';
59 $string['strftimemonthyear'] = '%B %Y';
60 $string['strftimerecent'] = '%d %b, %H:%M';
61 $string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p';
62 $string['strftimetime'] = '%I:%M %p';
63 $string['strftimetime12'] = '%I:%M %p';
64 $string['strftimetime24'] = '%H:%M';
65 $string['thisdirection'] = 'ltr';
66 $string['thisdirectionvertical'] = 'btt';
67 $string['thislanguage'] = 'English';
68 $string['thislanguageint'] = 'English';
69 $string['thousandssep'] = ',';