mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
12 lines
519 B
PHP
12 lines
519 B
PHP
<?PHP // $Id$
|
|
// my.php - created with Moodle 1.6 development (2005101200)
|
|
|
|
|
|
$string['mymoodle'] = 'Mijn Moodle';
|
|
$string['nocourses'] = 'Er is geen cursusinformatie om te tonen';
|
|
$string['noguest'] = 'De \"Mijn Moodle\"-pagina is niet toegankelijk voor gasten.';
|
|
$string['pinblocks'] = 'Configureer vaste blokken voor Mijn Moodle';
|
|
$string['pinblocksexplan'] = 'Elke blokinstelling die je hier configureert zal zichtbaar (en niet bewerkbaar) zijn voor elke Moodle-gebruiker op hun \'Mijn Moodle\' scherm.';
|
|
|
|
?>
|