mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
12 lines
503 B
PHP
12 lines
503 B
PHP
<?PHP // $Id$
|
|
// my.php - created with Moodle 1.7 beta + (2006101003)
|
|
|
|
|
|
$string['mymoodle'] = 'Overview of my courses';
|
|
$string['nocourses'] = 'No course information to show.';
|
|
$string['noguest'] = 'The \'Course Overview\' page is not available to guest users';
|
|
$string['pinblocks'] = 'Configure pinned blocks for my moodle';
|
|
$string['pinblocksexplan'] = 'Any block settings you configure here will be visible (and non-editable) for any user of moodle on their \'my moodle\' overview page.';
|
|
|
|
?>
|