|
Moodle
2.2.1
http://www.collinsharper.com
|
00001 <?php 00002 00003 // This file is part of Moodle - http://moodle.org/ 00004 // 00005 // Moodle is free software: you can redistribute it and/or modify 00006 // it under the terms of the GNU General Public License as published by 00007 // the Free Software Foundation, either version 3 of the License, or 00008 // (at your option) any later version. 00009 // 00010 // Moodle is distributed in the hope that it will be useful, 00011 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 // GNU General Public License for more details. 00014 // 00015 // You should have received a copy of the GNU General Public License 00016 // along with Moodle. If not, see <http://www.gnu.org/licenses/>. 00017 00026 $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'; 00027 $string['backupnameformat'] = '%Y%m%d-%H%M'; 00028 $string['decsep'] = '.'; 00029 $string['firstdayofweek'] = '0'; 00030 $string['iso6391'] = 'en'; 00031 $string['iso6392'] = 'eng'; 00032 $string['labelsep'] = ': '; 00033 $string['listsep'] = ','; 00034 $string['locale'] = 'en_AU.UTF-8'; 00035 $string['localewin'] = 'English_Australia.1252'; 00036 $string['localewincharset'] = ''; 00037 $string['oldcharset'] = 'ISO-8859-1'; 00038 $string['parentlanguage'] = ''; 00039 $string['strftimedate'] = '%d %B %Y'; 00040 $string['strftimedatefullshort'] = '%d/%m/%y'; 00041 $string['strftimedateshort'] = '%d %B'; 00042 $string['strftimedatetime'] = '%d %B %Y, %I:%M %p'; 00043 $string['strftimedatetimeshort'] = '%d/%m/%y, %H:%M'; 00044 $string['strftimedaydate'] = '%A, %d %B %Y'; 00045 $string['strftimedaydatetime'] = '%A, %d %B %Y, %I:%M %p'; 00046 $string['strftimedayshort'] = '%A, %d %B'; 00047 $string['strftimedaytime'] = '%a, %H:%M'; 00048 $string['strftimemonthyear'] = '%B %Y'; 00049 $string['strftimerecent'] = '%d %b, %H:%M'; 00050 $string['strftimerecentfull'] = '%a, %d %b %Y, %I:%M %p'; 00051 $string['strftimetime'] = '%I:%M %p'; 00052 $string['thisdirection'] = 'ltr'; 00053 $string['thisdirectionvertical'] = 'btt'; 00054 $string['thislanguage'] = 'English'; 00055 $string['thislanguageint'] = 'English'; 00056 $string['thousandssep'] = ',';