Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
81d7de1a
Commit
81d7de1a
authored
Jan 30, 2015
by
Dave Cooper
Committed by
Adrian Greeve
Apr 10, 2015
Browse files
MDL-48936 lang: Changed "My Home" to "Dashboard".
Part of MDL-45774
parent
d7551257
Changes
42
Hide whitespace changes
Inline
Side-by-side
blocks/admin_bookmarks/lang/en/block_admin_bookmarks.php
View file @
81d7de1a
...
...
@@ -23,5 +23,5 @@
*/
$string
[
'admin_bookmarks:addinstance'
]
=
'Add a new admin bookmarks block'
;
$string
[
'admin_bookmarks:myaddinstance'
]
=
'Add a new admin bookmarks block to
My home
'
;
$string
[
'admin_bookmarks:myaddinstance'
]
=
'Add a new admin bookmarks block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Admin bookmarks'
;
blocks/badges/lang/en/block_badges.php
View file @
81d7de1a
...
...
@@ -27,4 +27,4 @@ $string['pluginname'] = 'My latest badges';
$string
[
'numbadgestodisplay'
]
=
'Number of latest badges to display'
;
$string
[
'nothingtodisplay'
]
=
'You have no badges to display'
;
$string
[
'badges:addinstance'
]
=
'Add a new My latest badges block'
;
$string
[
'badges:myaddinstance'
]
=
'Add a new My latest badges block to My home'
;
\ No newline at end of file
$string
[
'badges:myaddinstance'
]
=
'Add a new My latest badges block to Dashboard'
;
blocks/calendar_month/lang/en/block_calendar_month.php
View file @
81d7de1a
...
...
@@ -23,5 +23,5 @@
*/
$string
[
'calendar_month:addinstance'
]
=
'Add a new calendar block'
;
$string
[
'calendar_month:myaddinstance'
]
=
'Add a new calendar block to
My home
'
;
$string
[
'calendar_month:myaddinstance'
]
=
'Add a new calendar block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Calendar'
;
blocks/calendar_upcoming/lang/en/block_calendar_upcoming.php
View file @
81d7de1a
...
...
@@ -23,5 +23,5 @@
*/
$string
[
'calendar_upcoming:addinstance'
]
=
'Add a new upcoming events block'
;
$string
[
'calendar_upcoming:myaddinstance'
]
=
'Add a new upcoming events block to
My home
'
;
$string
[
'calendar_upcoming:myaddinstance'
]
=
'Add a new upcoming events block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Upcoming events'
;
blocks/comments/lang/en/block_comments.php
View file @
81d7de1a
...
...
@@ -23,6 +23,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string
[
'comments:myaddinstance'
]
=
'Add a new comments block to
My home
'
;
$string
[
'comments:myaddinstance'
]
=
'Add a new comments block to
Dashboard
'
;
$string
[
'comments:addinstance'
]
=
'Add a new comments block'
;
$string
[
'pluginname'
]
=
'Comments'
;
blocks/community/lang/en/block_community.php
View file @
81d7de1a
...
...
@@ -37,7 +37,7 @@ $string['blocks'] = 'Blocks';
$string
[
'cannotselecttopsubject'
]
=
'Cannot select a top subject level'
;
$string
[
'comments'
]
=
'Comments ({$a})'
;
$string
[
'community:addinstance'
]
=
'Add a new community finder block'
;
$string
[
'community:myaddinstance'
]
=
'Add a new community finder block to
My home
'
;
$string
[
'community:myaddinstance'
]
=
'Add a new community finder block to
Dashboard
'
;
$string
[
'contentinfo'
]
=
'Subject: {$a->subject} - Audience: {$a->audience} - Educational level: {$a->educationallevel}'
;
$string
[
'continue'
]
=
'Continue'
;
$string
[
'contributors'
]
=
' - Contributors: {$a}'
;
...
...
blocks/course_list/lang/en/block_course_list.php
View file @
81d7de1a
...
...
@@ -27,7 +27,7 @@ $string['allcourses'] = 'Admin user sees all courses';
$string
[
'configadminview'
]
=
'What should the admin see in the course list block?'
;
$string
[
'confighideallcourseslink'
]
=
'Remove the \'All courses\' link under the list of courses. (This setting does not affect the admin view.)'
;
$string
[
'course_list:addinstance'
]
=
'Add a new courses block'
;
$string
[
'course_list:myaddinstance'
]
=
'Add a new courses block to
My home
'
;
$string
[
'course_list:myaddinstance'
]
=
'Add a new courses block to
Dashboard
'
;
$string
[
'hideallcourseslink'
]
=
'Hide \'All courses\' link'
;
$string
[
'owncourses'
]
=
'Admin user sees own courses'
;
$string
[
'pluginname'
]
=
'Courses'
;
blocks/course_overview/lang/en/block_course_overview.php
View file @
81d7de1a
...
...
@@ -28,7 +28,7 @@ $string['collapseall'] = 'Collapse all course lists';
$string
[
'configotherexpanded'
]
=
'If enabled, other courses will be expanded by default unless overridden by user preferences.'
;
$string
[
'configpreservestates'
]
=
'If enabled, the collapsed/expanded states set by the user are stored and used on each load.'
;
$string
[
'course_overview:addinstance'
]
=
'Add a new course overview block'
;
$string
[
'course_overview:myaddinstance'
]
=
'Add a new course overview block to
My home
'
;
$string
[
'course_overview:myaddinstance'
]
=
'Add a new course overview block to
Dashboard
'
;
$string
[
'defaultmaxcourses'
]
=
'Default maximum courses'
;
$string
[
'defaultmaxcoursesdesc'
]
=
'Maximum courses which should be displayed on course overview block, 0 will show all courses'
;
$string
[
'expandall'
]
=
'Expand all course lists'
;
...
...
blocks/glossary_random/lang/en/block_glossary_random.php
View file @
81d7de1a
...
...
@@ -27,7 +27,7 @@ $string['askaddentry'] = 'When users can add entries to the glossary, show a lin
$string
[
'askinvisible'
]
=
'When users cannot edit or view the glossary, show this text (without link)'
;
$string
[
'askviewglossary'
]
=
'When users can view the glossary but not add entries, show a link with this text'
;
$string
[
'glossary_random:addinstance'
]
=
'Add a new random glossary entry block'
;
$string
[
'glossary_random:myaddinstance'
]
=
'Add a new random glossary entry block to
My home
'
;
$string
[
'glossary_random:myaddinstance'
]
=
'Add a new random glossary entry block to
Dashboard
'
;
$string
[
'intro'
]
=
'Make sure you have at least one glossary with at least one entry added to this course. Then you can adjust the following settings'
;
$string
[
'invisible'
]
=
'(to be continued)'
;
$string
[
'lastmodified'
]
=
'Last modified entry'
;
...
...
blocks/html/lang/en/block_html.php
View file @
81d7de1a
...
...
@@ -29,7 +29,7 @@ $string['configclasses_help'] = 'The purpose of this configuration is to aid wit
$string
[
'configcontent'
]
=
'Content'
;
$string
[
'configtitle'
]
=
'Block title'
;
$string
[
'html:addinstance'
]
=
'Add a new HTML block'
;
$string
[
'html:myaddinstance'
]
=
'Add a new HTML block to
My home
'
;
$string
[
'html:myaddinstance'
]
=
'Add a new HTML block to
Dashboard
'
;
$string
[
'leaveblanktohide'
]
=
'leave blank to hide the title'
;
$string
[
'newhtmlblock'
]
=
'(new HTML block)'
;
$string
[
'pluginname'
]
=
'HTML'
;
blocks/mentees/lang/en/block_mentees.php
View file @
81d7de1a
...
...
@@ -27,6 +27,6 @@ $string['configtitle'] = 'Block title';
$string
[
'configtitleblankhides'
]
=
'Block title (no title if blank)'
;
$string
[
'leaveblanktohide'
]
=
'leave blank to hide the title'
;
$string
[
'mentees:addinstance'
]
=
'Add a new mentees block'
;
$string
[
'mentees:myaddinstance'
]
=
'Add a new mentees block to
My home
'
;
$string
[
'mentees:myaddinstance'
]
=
'Add a new mentees block to
Dashboard
'
;
$string
[
'newmenteesblock'
]
=
'(new Mentees block)'
;
$string
[
'pluginname'
]
=
'Mentees'
;
blocks/messages/lang/en/block_messages.php
View file @
81d7de1a
...
...
@@ -23,5 +23,5 @@
*/
$string
[
'messages:addinstance'
]
=
'Add a new messages block'
;
$string
[
'messages:myaddinstance'
]
=
'Add a new messages block to
My home
'
;
$string
[
'messages:myaddinstance'
]
=
'Add a new messages block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Messages'
;
blocks/mnet_hosts/lang/en/block_mnet_hosts.php
View file @
81d7de1a
...
...
@@ -26,6 +26,6 @@ $string['error_authmnetneeded'] = 'MNet authentication plugin must be enabled to
$string
[
'error_localusersonly'
]
=
'Remote users can not jump to other MNet network servers from this host'
;
$string
[
'error_roamcapabilityneeded'
]
=
'Users need the capability \'Roam to a remote application via MNet\' to see the list of MNet network servers'
;
$string
[
'mnet_hosts:addinstance'
]
=
'Add a new network servers block'
;
$string
[
'mnet_hosts:myaddinstance'
]
=
'Add a new network servers block to
My home
'
;
$string
[
'mnet_hosts:myaddinstance'
]
=
'Add a new network servers block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Network servers'
;
$string
[
'server'
]
=
'Server'
;
blocks/myprofile/lang/en/block_myprofile.php
View file @
81d7de1a
...
...
@@ -43,6 +43,6 @@ $string['display_lastaccess'] = 'Display last access';
$string
[
'display_currentlogin'
]
=
'Display current login'
;
$string
[
'display_lastip'
]
=
'Display last IP'
;
$string
[
'myprofile:addinstance'
]
=
'Add a new logged in user block'
;
$string
[
'myprofile:myaddinstance'
]
=
'Add a new logged in user block to
My home
'
;
$string
[
'myprofile:myaddinstance'
]
=
'Add a new logged in user block to
Dashboard
'
;
$string
[
'myprofile_settings'
]
=
'Visible user information'
;
$string
[
'pluginname'
]
=
'Logged in user'
;
blocks/navigation/lang/en/block_navigation.php
View file @
81d7de1a
...
...
@@ -32,7 +32,7 @@ $string['enabledockdesc'] = 'Allow the user to dock this block';
$string
[
'expansionlimit'
]
=
'Generate navigation for the following'
;
$string
[
'linkcategoriesdesc'
]
=
'Display categories as links'
;
$string
[
'navigation:addinstance'
]
=
'Add a new navigation block'
;
$string
[
'navigation:myaddinstance'
]
=
'Add a new navigation block to
My home
'
;
$string
[
'navigation:myaddinstance'
]
=
'Add a new navigation block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Navigation'
;
$string
[
'trimmode'
]
=
'Trim mode'
;
$string
[
'trimmoderight'
]
=
'Trim characters from the right'
;
...
...
blocks/navigation/tests/behat/expand_my_courses_setting.feature
View file @
81d7de1a
...
...
@@ -22,27 +22,31 @@ Feature: Test expand my courses navigation setting
Scenario
:
The My Courses branch is expanded on the My Moodle page by default
When
I log in as
"student1"
And
I click on
"
My home
"
"link"
in the
"Navigation"
"block"
And
I click on
"
Dashboard
"
"link"
in the
"Navigation"
"block"
Then
I should see
"c1"
in the
"Navigation"
"block"
And
I should see
"c2"
in the
"Navigation"
"block"
And
I should not see
"c3"
in the
"Navigation"
"block"
@javascript
Scenario
:
The My Courses branch is collapsed when expand my courses is off
Given the following config values are set as admin
:
|
navexpandmycourses
|
0
|
Given
I log in as
"admin"
And I set the following administration settings values
:
|
Show
My
courses
expanded
on
Dashboard
|
0
|
And
I
log
out
When
I log in as
"student1"
And
I click on
"
My home
"
"link"
in the
"Navigation"
"block"
And
I click on
"
Dashboard
"
"link"
in the
"Navigation"
"block"
Then
I should not see
"c1"
in the
"Navigation"
"block"
And
I should not see
"c2"
in the
"Navigation"
"block"
And
I should not see
"c3"
in the
"Navigation"
"block"
@javascript
Scenario
:
My Courses can be expanded on the My Moodle page when expand my courses is off
Given the following config values are set as admin
:
|
navexpandmycourses
|
0
|
Given
I log in as
"admin"
And I set the following administration settings values
:
|
Show
My
courses
expanded
on
Dashboard
|
0
|
And
I
log
out
When
I log in as
"student1"
And
I click on
"
My home
"
"link"
in the
"Navigation"
"block"
And
I click on
"
Dashboard
"
"link"
in the
"Navigation"
"block"
And
I should not see
"c1"
in the
"Navigation"
"block"
And
I should not see
"c2"
in the
"Navigation"
"block"
And
I should not see
"c3"
in the
"Navigation"
"block"
...
...
blocks/navigation/tests/behat/view_my_courses.feature
View file @
81d7de1a
...
...
@@ -35,7 +35,7 @@ Feature: View my courses in navigation block
Given the following config values are set as admin
:
|
navshowmycoursecategories
|
0
|
And
I
log
in
as
"student1"
When
I click on
"
My home
"
"link"
in the
"Navigation"
"block"
When
I click on
"
Dashboard
"
"link"
in the
"Navigation"
"block"
Then
I should not see
"cat1"
in the
"Navigation"
"block"
And
I should not see
"cat2"
in the
"Navigation"
"block"
And
I should see
"c1"
in the
"Navigation"
"block"
...
...
@@ -50,7 +50,7 @@ Feature: View my courses in navigation block
Given the following config values are set as admin
:
|
navshowmycoursecategories
|
1
|
And
I
log
in
as
"student1"
When
I click on
"
My home
"
"link"
in the
"Navigation"
"block"
When
I click on
"
Dashboard
"
"link"
in the
"Navigation"
"block"
Then
I should see
"cat1"
in the
"Navigation"
"block"
And
I should see
"cat3"
in the
"Navigation"
"block"
And
I should not see
"cat2"
in the
"Navigation"
"block"
...
...
blocks/news_items/lang/en/block_news_items.php
View file @
81d7de1a
...
...
@@ -23,5 +23,5 @@
*/
$string
[
'news_items:addinstance'
]
=
'Add a new latest news block'
;
$string
[
'news_items:myaddinstance'
]
=
'Add a new latest news block to
My home
'
;
$string
[
'news_items:myaddinstance'
]
=
'Add a new latest news block to
Dashboard
'
;
$string
[
'pluginname'
]
=
'Latest news'
;
blocks/online_users/lang/en/block_online_users.php
View file @
81d7de1a
...
...
@@ -25,7 +25,7 @@
$string
[
'configtimetosee'
]
=
'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.'
;
$string
[
'online_users:addinstance'
]
=
'Add a new online users block'
;
$string
[
'online_users:myaddinstance'
]
=
'Add a new online users block to
My home
'
;
$string
[
'online_users:myaddinstance'
]
=
'Add a new online users block to
Dashboard
'
;
$string
[
'online_users:viewlist'
]
=
'View list of online users'
;
$string
[
'periodnminutes'
]
=
'last {$a} minutes'
;
$string
[
'pluginname'
]
=
'Online users'
;
...
...
blocks/private_files/lang/en/block_private_files.php
View file @
81d7de1a
...
...
@@ -25,5 +25,5 @@
$string
[
'pluginname'
]
=
'My private files'
;
$string
[
'privatefiles'
]
=
'Private files'
;
$string
[
'private_files:addinstance'
]
=
'Add a new private files block'
;
$string
[
'private_files:myaddinstance'
]
=
'Add a new my private files block to
My home
'
;
$string
[
'private_files:myaddinstance'
]
=
'Add a new my private files block to
Dashboard
'
;
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment