You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/local_learningtools.php
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -89,6 +89,7 @@
89
89
$string['sortbycourse'] = "Sort by course";
90
90
$string['viewcourse'] = "View course";
91
91
$string['viewactivity'] = "View Activity";
92
+
$string['viewchapter'] = "View Chapter";
92
93
$string['deletemessage'] = 'Delete Message';
93
94
$string['deletemsgcheckfull'] = 'Are you absolutely sure you want to completely delete the bookmarks, including their bookmarks and other bookmarks data?';
94
95
$string['deletednotmessage'] = 'Could not delete bookmarks!';
@@ -99,6 +100,9 @@
99
100
$string['successbookmarkmessage'] = "This page bookmarked successfully and you can view the bookmarks under profile / learning tools / bookmarks.";
100
101
$string['removebookmarkmessage'] = "This page bookmark removed and you can view the bookmarks under profile / learning tools / bookmarks.";
101
102
103
+
$string['successchapterbookmarkmessage'] = "This chapter bookmarked successfully and you can view the bookmarks under profile / learning tools / bookmarks.";
104
+
$string['removechapterbookmarkmessage'] = "This chapter bookmark removed and you can view the bookmarks under profile / learning tools / bookmarks.";
105
+
102
106
// Notes strings.
103
107
104
108
$string['note'] = "Notes";
@@ -198,7 +202,6 @@
198
202
$string['successtoolschedule'] = "Schedule added the user calendar";
199
203
200
204
// Time management.
201
-
202
205
$string['timemanagement'] = 'Time management';
203
206
$string['timemanagementheader'] = 'Time management for {$a->name}';
0 commit comments