Parent Directory
|
Revision Log
File cleaned up
<?php // $Id$ $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'; $string['backupnameformat'] = '%%Y%%m%%d-%%H%%M'; $string['decsep'] = ','; // Decimal separator, for most languages it is '.'. Cannot be the same as 'listsep' $string['firstdayofweek'] = '1'; // 0 = Sunday, 1 = Monday, etc. $string['listsep'] = ';'; // List separator, for most languages it is a comma ','. Cannot be the same as 'decsep' $string['locale'] = 'fr_CA.UTF-8'; $string['localewin'] = 'French_Canada.1252'; $string['oldcharset'] = 'ISO-8859-1'; $string['parentlanguage'] = 'fr_utf8'; $string['thischarset'] = 'UTF-8'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Français - Canada'; $string['thousandssep'] = ' '; // thousands separator, for some languages it is '.' or '\'' ?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |