[moodle] / lang / fr_ca_utf8 / langconfig.php Repository:

View of /lang/fr_ca_utf8/langconfig.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Mon Jul 13 05:04:14 2009 WST (4 months, 1 week ago) by martignoni
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +6 -13 lines
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