moodle/lang/fr_ca/pix.php
koenr 4173f2cefc Deleted thislanguage, thisdirection thischaracterset parentlanguage from files wich are not supposed to contain those strings
This cause also some empty files (because they didn't contain anything else) wich I also deleted
2005-05-28 21:24:06 +00:00

28 lines
762 B
PHP

<?PHP // $Id$
// pix.php - created with Moodle 1.4.1 (2004083101)
$string['angry'] = 'En colère';
$string['approve'] = 'Approbateur';
$string['biggrin'] = 'Gros sourire';
$string['blackeye'] = 'Oeil tuméfié';
$string['blush'] = 'Rouge de gêne';
$string['clown'] = 'Clown';
$string['cool'] = 'Cool';
$string['dead'] = 'Mort';
$string['evil'] = 'Démoniaque';
$string['kiss'] = 'Baiser';
$string['mixed'] = 'Indécis';
$string['sad'] = 'Triste';
$string['shy'] = 'Gêné';
$string['sleepy'] = 'Endormi';
$string['smiley'] = 'Souriant';
$string['surprise'] = 'Surpris';
$string['thisdirection'] = 'ltr';
$string['thoughtful'] = 'Pensif';
$string['tongueout'] = 'Langue tirée';
$string['wideeyes'] = 'Yeux grands ouverts';
$string['wink'] = 'Clin d\'oeil';
?>