2006-05-29 09:40:38 +00:00

11 lines
519 B
PHP

<?PHP // $Id$
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
$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.';
?>