moodle/lang/fr_ca/block_online_users.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

10 lines
312 B
PHP

<?PHP // $Id$
// block_online_users.php - created with Moodle 1.4.1 (2004083101)
$string['blockname'] = 'Utilisateurs en ligne';
$string['configtimetosee'] = 'Un utilisateur est détecté comme en ligne s\'il est actif durant ce nombre de minutes';
$string['periodnminutes'] = 'dernières $a minutes';
?>