2010-04-10 14:01:45 +00:00
|
|
|
<?php
|
|
|
|
// This file is part of Moodle - http://moodle.org/
|
|
|
|
//
|
|
|
|
// Moodle is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU General Public License as published by
|
|
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
|
|
// (at your option) any later version.
|
|
|
|
//
|
|
|
|
// Moodle is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Strings for component 'langconfig', language 'en', branch 'MOODLE_20_STABLE'
|
|
|
|
*
|
2014-11-22 10:59:14 +13:00
|
|
|
* @package core
|
2010-04-10 14:01:45 +00:00
|
|
|
* @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
|
|
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
|
|
|
*/
|
2006-11-01 09:44:01 +00:00
|
|
|
|
2006-02-06 09:28:59 +00:00
|
|
|
$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';
|
2022-05-29 12:04:48 +02:00
|
|
|
$string['am'] = 'am';
|
|
|
|
$string['amcaps'] = 'AM';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['backupnameformat'] = '%Y%m%d-%H%M';
|
2019-09-02 10:54:16 +08:00
|
|
|
$string['dateintervaldayshoursmins'] = '%ad %hh %im'; // See https://www.php.net/manual/en/dateinterval.format.php for format.
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['decsep'] = '.';
|
2015-10-08 15:08:00 +01:00
|
|
|
$string['firstdayofweek'] = '1';
|
2010-04-20 08:36:22 +00:00
|
|
|
$string['iso6391'] = 'en';
|
2010-04-14 12:17:23 +00:00
|
|
|
$string['iso6392'] = 'eng';
|
2010-09-24 11:19:57 +00:00
|
|
|
$string['labelsep'] = ': ';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['listsep'] = ',';
|
2007-03-16 21:00:06 +00:00
|
|
|
$string['locale'] = 'en_AU.UTF-8';
|
2020-01-14 04:37:01 +11:00
|
|
|
$string['localecldr'] = 'en-AU';
|
2006-03-25 12:21:35 +00:00
|
|
|
$string['localewin'] = 'English_Australia.1252';
|
2006-03-23 23:45:28 +00:00
|
|
|
$string['localewincharset'] = '';
|
2006-02-06 09:28:59 +00:00
|
|
|
$string['oldcharset'] = 'ISO-8859-1';
|
2010-05-25 08:40:29 +00:00
|
|
|
$string['parentlanguage'] = '';
|
2022-05-29 12:04:48 +02:00
|
|
|
$string['pm'] = 'pm';
|
|
|
|
$string['pmcaps'] = 'PM';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimedate'] = '%d %B %Y';
|
2019-08-28 10:49:48 +08:00
|
|
|
$string['strftimedatemonthabbr'] = '%d %b %Y';
|
2022-03-16 14:21:29 +07:00
|
|
|
$string['strftimedatemonthtimeshort'] = '%d %b %Y, %I:%M';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimedatefullshort'] = '%d/%m/%y';
|
|
|
|
$string['strftimedateshort'] = '%d %B';
|
2019-08-28 10:49:48 +08:00
|
|
|
$string['strftimedateshortmonthabbr'] = '%d %b';
|
2012-02-06 12:26:40 +00:00
|
|
|
$string['strftimedatetime'] = '%d %B %Y, %I:%M %p';
|
2021-06-14 21:21:57 +01:00
|
|
|
$string['strftimedatetimeaccurate'] = '%d %B %Y, %I:%M:%S %p';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M';
|
2021-06-14 21:21:57 +01:00
|
|
|
$string['strftimedatetimeshortaccurate'] = '%d/%m/%y, %H:%M:%S';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimedaydate'] = '%A, %d %B %Y';
|
2012-02-06 12:26:40 +00:00
|
|
|
$string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimedayshort'] = '%A, %d %B';
|
|
|
|
$string['strftimedaytime'] = '%a, %H:%M';
|
2022-02-15 12:16:18 +07:00
|
|
|
$string['strftimemonth'] = '%B';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['strftimemonthyear'] = '%B %Y';
|
|
|
|
$string['strftimerecent'] = '%d %b, %H:%M';
|
2012-02-06 12:26:40 +00:00
|
|
|
$string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p';
|
|
|
|
$string['strftimetime'] = '%I:%M %p';
|
2018-01-04 14:52:57 +08:00
|
|
|
$string['strftimetime12'] = '%I:%M %p';
|
|
|
|
$string['strftimetime24'] = '%H:%M';
|
2006-02-06 09:28:59 +00:00
|
|
|
$string['thisdirection'] = 'ltr';
|
2010-05-24 08:50:03 +00:00
|
|
|
$string['thisdirectionvertical'] = 'btt';
|
2006-02-06 09:28:59 +00:00
|
|
|
$string['thislanguage'] = 'English';
|
2010-05-25 08:40:29 +00:00
|
|
|
$string['thislanguageint'] = 'English';
|
2010-04-10 14:01:45 +00:00
|
|
|
$string['thousandssep'] = ',';
|