mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
9 lines
413 B
PHP
9 lines
413 B
PHP
<?PHP // $Id$
|
|
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
|
|
|
|
|
$string['mymoodle'] = 'My moodle';
|
|
$string['nocourses'] = 'No course information to show.';
|
|
$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\' screen.';
|
|
?>
|