2 // langconfig.php - created with Moodle 1.7 beta + (2006101003)
5 $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';
6 $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M';
7 $string['decpoint'] = '.'; // decimal point, for some languages it is ',' if this is changed, must set thousandsep
8 $string['firstdayofweek'] = '0';
9 $string['locale'] = 'en_AU.UTF-8';
10 $string['localewin'] = 'English_Australia.1252';
11 $string['localewincharset'] = '';
12 $string['oldcharset'] = 'ISO-8859-1';
13 $string['strftimedate'] = '%%d %%B %%Y';
14 $string['strftimedateshort'] = '%%d %%B';
15 $string['strftimedatetime'] = '%%d %%B %%Y, %%I:%%M %%p';
16 $string['strftimedaydate'] = '%%A, %%d %%B %%Y';
17 $string['strftimedaydatetime'] = '%%A, %%d %%B %%Y, %%I:%%M %%p';
18 $string['strftimedayshort'] = '%%A, %%d %%B';
19 $string['strftimedaytime'] = '%%a, %%H:%%M';
20 $string['strftimemonthyear'] = '%%B %%Y';
21 $string['strftimerecent'] = '%%d %%b, %%H:%%M';
22 $string['strftimerecentfull'] = '%%a, %%d %%b %%Y, %%I:%%M %%p';
23 $string['strftimetime'] = '%%I:%%M %%p';
24 $string['thischarset'] = 'UTF-8';
25 $string['thisdirection'] = 'ltr';
26 $string['thislanguage'] = 'English';
27 $string['thousandsep'] = ','; // thousand separator, set to '' if none, if this is set, must set decpoint