mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merged changes from stable
This commit is contained in:
parent
854c0e06a3
commit
ed527b33cc
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
// moodle.php - created with Moodle 1.5 UNSTABLE DEVELOPMENT (2005010100)
|
||||||
|
|
||||||
|
|
||||||
$string['mymoodle'] = 'My moodle';
|
$string['mymoodle'] = 'Overview of my courses';
|
||||||
$string['nocourses'] = 'No course information to show.';
|
$string['nocourses'] = 'No course information to show.';
|
||||||
$string['noguest'] = 'The \'My Moodle\' page is not available to guest users';
|
$string['noguest'] = 'The \'Course Overview\' page is not available to guest users';
|
||||||
$string['pinblocks'] = 'Configure pinned blocks for my moodle';
|
$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.';
|
$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.';
|
||||||
?>
|
?>
|
Loading…
Add table
Add a link
Reference in a new issue