Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

Differences Between: [Versions 310 and 311] [Versions 311 and 400] [Versions 311 and 401] [Versions 311 and 402] [Versions 311 and 403] [Versions 39 and 311]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for tool_usertours.
  19   *
  20   * @package   tool_usertours
  21   * @copyright 2016 Andrew Nicols <andrew@nicols.co.uk>
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['above'] = 'Above';
  26  $string['actions'] = 'Actions';
  27  $string['appliesto'] = 'Applies to';
  28  $string['below'] = 'Below';
  29  $string['block'] = 'Block';
  30  $string['block_named'] = 'Block named \'{$a}\'';
  31  $string['cachedef_stepdata'] = 'List of user tour steps';
  32  $string['cachedef_tourdata'] = 'List of enabled user tours information which is fetched on every page';
  33  $string['description'] = 'Description';
  34  $string['confirmstepremovalquestion'] = 'Are you sure that you wish to remove this step?';
  35  $string['confirmstepremovaltitle'] = 'Confirm step removal';
  36  $string['confirmtourremovalquestion'] = 'Are you sure that you wish to remove this tour?';
  37  $string['confirmtourremovaltitle'] = 'Confirm tour removal';
  38  $string['content'] = 'Content';
  39  $string['content_heading'] = 'Content';
  40  $string['content_help'] = 'Content describing the step may be added as plain text, enclosed in multilang tags (for use with the multi-language content filter) if required.
  41  
  42  Alternatively, a language string ID may be entered in the format identifier,component (with no brackets or space after the comma).';
  43  $string['cssselector'] = 'CSS selector';
  44  $string['defaultvalue'] = 'Default ({$a})';
  45  $string['delay'] = 'Delay before showing the step';
  46  $string['done'] = 'Done';
  47  $string['duplicatetour'] = 'Duplicate tour';
  48  $string['duplicatetour_name'] = '{$a} (copy)';
  49  $string['editstep'] = 'Editing "{$a}"';
  50  $string['tourisenabled'] = 'Tour is enabled';
  51  $string['enabled'] = 'Enabled';
  52  $string['event_tour_started'] = 'Tour started';
  53  $string['event_tour_reset'] = 'Tour reset';
  54  $string['event_tour_ended'] = 'Tour ended';
  55  $string['event_step_shown'] = 'Step shown';
  56  $string['exporttour'] = 'Export tour';
  57  $string['filter_accessdate'] = 'Access date';
  58  $string['filter_accessdate_enabled'] = 'Enable access date filter';
  59  $string['filter_accessdate_enabled_help'] = 'Only show the tour to new users or users who have accessed the site recently.';
  60  $string['filter_category'] = 'Category';
  61  $string['filter_category_help'] = 'Show the tour on a page that is associated with a course in the selected category.';
  62  $string['filter_course'] = 'Courses';
  63  $string['filter_course_help'] = 'Show the tour on a page that is associated with the selected course.';
  64  $string['filter_courseformat'] = 'Course format';
  65  $string['filter_courseformat_help'] = 'Show the tour on a page that is associated with a course using the selected course format.';
  66  $string['filter_cssselector'] = 'CSS selector';
  67  $string['filter_cssselector_help'] = 'Only show the tour when the specified CSS selector is found on the page.';
  68  $string['filter_header'] = 'Tour filters';
  69  $string['filter_help'] = 'Select the conditions under which the tour will be shown. All of the filters must match for a tour to be shown to a user.';
  70  $string['filter_date_account_creation'] = 'User account creation date within';
  71  $string['filter_date_first_login'] = 'User\'s first access date within';
  72  $string['filter_date_last_login'] = 'User\'s last access date within';
  73  $string['filter_theme'] = 'Theme';
  74  $string['filter_theme_help'] = 'Show the tour when the user is using one of the selected themes.';
  75  $string['filter_role'] = 'Role';
  76  $string['filter_role_help'] = 'A tour may be restricted to users with selected roles in the context where the tour is shown. For example, restricting a Dashboard tour to users with the role of student won\'t work if users have the role of student in a course (as is generally the case). A Dashboard tour can only be restricted to users with a system role.';
  77  $string['importtour'] = 'Import tour';
  78  $string['left'] = 'Left';
  79  $string['modifyshippedtourwarning'] = 'This is a user tour that has shipped with Moodle. Any modifications you make may be overridden during your next site upgrade.';
  80  $string['movestepdown'] = 'Move step down';
  81  $string['movestepup'] = 'Move step up';
  82  $string['movetourdown'] = 'Move tour down';
  83  $string['movetourup'] = 'Move tour up';
  84  $string['name'] = 'Name';
  85  $string['newstep'] = 'Create step';
  86  $string['newstep'] = 'New step';
  87  $string['newtour'] = 'Create a new tour';
  88  $string['next'] = 'Next';
  89  $string['nextstep'] = 'Next';
  90  $string['options_heading'] = 'Options';
  91  $string['pathmatch'] = 'Apply to URL match';
  92  $string['pathmatch_help'] = 'Tours will be displayed on any page whose URL matches this value.
  93  
  94  You can use the % character as a wildcard to mean anything.
  95  Some example values include:
  96  
  97  * /my/% - to match the Dashboard
  98  * /course/view.php?id=2 - to match a specific course
  99  * /mod/forum/view.php% - to match the forum discussion list
 100  * /user/profile.php% - to match the user profile page
 101  
 102  If you wish to display a tour on the site home, you can use the value: "FRONTPAGE".';
 103  $string['placement'] = 'Placement';
 104  $string['pluginname'] = 'User tours';
 105  $string['previousstep'] = 'Previous';
 106  $string['resettouronpage'] = 'Reset user tour on this page';
 107  $string['right'] = 'Right';
 108  $string['select_block'] = 'Select a block';
 109  $string['targettype_help'] = 'Each step is associated with a part of the page - the target. Target types are:
 110  
 111  * Block - for displaying a step next to a specified block
 112  * CSS selector - for accurately defining the target area using CSS
 113  * Display in middle of page - for a step which does not need to be associated with a specific part of the page';
 114  $string['selector_defaulttitle'] = 'Enter a descriptive title';
 115  $string['selectordisplayname'] = 'A CSS selector matching \'{$a}\'';
 116  $string['skip'] = 'Skip';
 117  $string['target'] = 'Target';
 118  $string['target_heading'] = 'Step target';
 119  $string['target_block'] = 'Block';
 120  $string['target_selector'] = 'Selector';
 121  $string['target_unattached'] = 'Display in middle of page';
 122  $string['targettype'] = 'Target type';
 123  $string['title'] = 'Title';
 124  $string['title_help'] = 'The title of a step may be added as plain text, enclosed in multilang tags (for use with the multi-language content filter) if required.
 125  
 126  Alternatively, a language string ID may be entered in the format identifier,component (with no brackets or space after the comma).';
 127  $string['tourconfig'] = 'Tour configuration file to import';
 128  $string['tourlist_explanation'] = 'You can create as many tours as you like and enable them for different parts of Moodle. Only one tour can be created per page.';
 129  $string['tours'] = 'Tours';
 130  $string['pausetour'] = 'Pause';
 131  $string['resumetour'] = 'Resume';
 132  $string['endtour'] = 'End tour';
 133  $string['orphan'] = 'Show if target not found';
 134  $string['orphan_help'] = 'Show the step if the target could not be found on the page.';
 135  $string['backdrop'] = 'Show with backdrop';
 136  $string['backdrop_help'] = 'You can use a backdrop to highlight the part of the page that you are pointing to.
 137  
 138  Note: Backdrops are not compatible with some parts of the page such as the navigation bar.
 139  ';
 140  $string['reflex'] = 'Proceed on click';
 141  $string['reflex_help'] = 'Proceed to the next step when the target is clicked on.';
 142  $string['placement_help'] = 'A step may be placed above, below, left or right of the target. Above or below is recommended, as these adjust better for mobile display.
 143  
 144  If the step does not fit on a particular page in the specified place, it will be automatically placed elsewhere.';
 145  $string['delay_help'] = 'You can optionally choose to add a delay before the step is displayed.
 146  
 147  This delay is in milliseconds.';
 148  $string['selecttype'] = 'Select step type';
 149  $string['sharedtourslink'] = 'Tour repository';
 150  $string['usertours'] = 'User tours';
 151  $string['usertours:managetours'] = 'Create, edit, and remove user tours';
 152  $string['target_selector_targetvalue'] = 'CSS selectors';
 153  $string['target_selector_targetvalue_help'] = 'A CSS selector can be used to target almost any element on the page. The appropriate selector can be easily found using the developer tools for your web browser.';
 154  $string['viewtour_info'] = 'This is the \'{$a->tourname}\' tour. It applies to the path \'{$a->path}\'.';
 155  $string['viewtour_edit'] = 'You can <a href="{$a->editlink}">edit the tour defaults</a> and <a href="{$a->resetlink}">force the tour to be displayed</a> to all users again.';
 156  $string['tour_resetforall'] = 'The state of the tour has been reset. It will be displayed to all users again.';
 157  
 158  // Boost - administrator tour.
 159  $string['tour1_title_welcome'] = 'Welcome';
 160  $string['tour1_content_welcome'] = 'Welcome to the Boost theme. If you\'ve upgraded from an earlier version, you might find some things look a bit different with this theme.';
 161  $string['tour1_title_navigation'] = 'Navigation';
 162  $string['tour1_content_navigation'] = 'Major navigation is now through this nav drawer. The contents update depending on where you are in the site. Use the button at the top to hide or show it.';
 163  $string['tour1_title_customisation'] = 'Customisation';
 164  $string['tour1_content_customisation'] = 'To customise the look of your site and the front page, use the settings menu in the corner of this header. Try turning editing on right now.';
 165  $string['tour1_title_blockregion'] = 'Block region';
 166  $string['tour1_content_blockregion'] = 'There is still a block region over here. We recommend removing the Navigation and Administration blocks completely, as all the functionality is elsewhere in the Boost theme.';
 167  $string['tour1_title_addingblocks'] = 'Adding blocks';
 168  $string['tour1_content_addingblocks'] = 'In fact, think carefully about including any blocks on your pages. Blocks are not shown in the Moodle app, so as a general rule it\'s much better to make sure your site works well without any blocks.';
 169  $string['tour1_title_end'] = 'End of tour';
 170  $string['tour1_content_end'] = 'This is the end of your user tour. It won\'t show again unless you reset it using the link in the footer. As an admin you can also create your own tours like this!';
 171  
 172  // Boost - course view tour.
 173  $string['tour2_title_welcome'] = 'Welcome';
 174  $string['tour2_content_welcome'] = 'Welcome to the Boost theme. If your site has been upgraded from an earlier version, you might find things look a bit different here on the course page.';
 175  $string['tour2_title_customisation'] = 'Customisation';
 176  $string['tour2_content_customisation'] = 'To change any course settings, use the settings menu in the corner of this header. You will find a similar settings menu on the home page of every activity, too. Try turning editing on right now.';
 177  $string['tour2_title_navigation'] = 'Navigation';
 178  $string['tour2_content_navigation'] = 'Navigation is now through this nav drawer. Use the button at the top to hide or show it. You will see that there are links for sections of your course.';
 179  $string['tour2_title_opendrawer'] = 'Open the nav drawer';
 180  $string['tour2_content_opendrawer'] = 'Try opening the nav drawer now.';
 181  $string['tour2_title_participants'] = 'Course participants';
 182  $string['tour2_content_participants'] = 'View participants here. This is also where you go to add or remove students.';
 183  $string['tour2_title_addblock'] = 'Add a block';
 184  $string['tour2_content_addblock'] = 'If you turn editing on you can add blocks from the nav drawer. However, think carefully about including any blocks on your pages. Blocks are not shown in the Moodle app, so for the best user experience it is better to make sure your course works well without any blocks.';
 185  $string['tour2_title_addingblocks'] = 'Adding blocks';
 186  $string['tour2_content_addingblocks'] = 'You can add blocks to this page using this button. However, think carefully about including any blocks on your pages. Blocks are not shown in the Moodle app, so for the best user experience it is better to make sure your course works well without any blocks.';
 187  $string['tour2_title_end'] = 'End of tour';
 188  $string['tour2_content_end'] = 'This is the end of your user tour. It won\'t show again unless you reset it using the link in the footer. The site admin can also create further tours for this site if required.';
 189  $string['privacy:metadata:preference:requested'] = 'The time that a user last manually requested a user tour.';
 190  $string['privacy:metadata:preference:completed'] = 'The time that a user last completed a user tour.';
 191  $string['privacy:request:preference:requested'] = 'You last requested the "{$a->name}" user tour on {$a->time}';
 192  $string['privacy:request:preference:completed'] = 'You last marked the "{$a->name}" user tour as completed on {$a->time}';
 193  
 194  // 3.6 Dashboard tour.
 195  $string['tour3_title_dashboard'] = 'Your Dashboard';
 196  $string['tour3_content_dashboard'] = 'Your new Dashboard has many features to help you easily access the information most important to you.';
 197  $string['tour3_title_timeline'] = 'Timeline block';
 198  $string['tour3_content_timeline'] = 'The Timeline block shows your important upcoming events.
 199  
 200  You can choose to show activities in the next week, month, or further into the future.
 201  
 202  You can also show items which are overdue.';
 203  $string['tour3_title_recentcourses'] = 'Recently accessed courses';
 204  $string['tour3_content_recentcourses'] = 'The Recently accessed courses block shows the courses that you last visited, allowing you to jump straight back in.';
 205  $string['tour3_title_overview'] = 'Course overview';
 206  $string['tour3_content_overview'] = 'The Course overview block shows all of the courses that you are enrolled in.
 207  
 208  You can choose to show courses currently in progress, or in the past or the future, or courses which you have starred.';
 209  $string['tour3_title_starring'] = 'Starring and hiding courses';
 210  $string['tour3_content_starring'] = 'You can choose to star a course to make it stand out, or hide a course which is no longer important to you.
 211  
 212  These actions only affect your view.
 213  
 214  You can also choose to display the courses in a list, or with summary information, or the default \'card\' view.';
 215  $string['tour3_title_displayoptions'] = 'Display options';
 216  $string['tour3_content_displayoptions'] = 'Courses may be sorted by course name, course short name or last access date.
 217  
 218  You can also choose to display the courses in a list, with summary information, or the default \'card\' view.';
 219  
 220  // 3.6 Messaging tour.
 221  $string['tour4_title_messaging'] = 'New messaging interface';
 222  $string['tour4_content_messaging'] = 'New messaging features include group messaging within a course and better control over who can message you.';
 223  $string['tour4_title_icon'] = 'Messaging';
 224  $string['tour4_content_icon'] = 'You can access your messages from any page using this icon.
 225  
 226  If you have any unread messages, the number of unread messages will show here too.
 227  
 228  Click on the icon to open the messaging drawer and continue the tour.';
 229  $string['tour4_title_groupconvo'] = 'Group messages';
 230  $string['tour4_content_groupconvo'] = 'If you are a member of a group with group messaging enabled, you\'ll see group conversations here.
 231  
 232  Course group conversations allow you to interact with the others in your group in a private and convenient location.';
 233  $string['tour4_title_starred'] = 'Starred';
 234  $string['tour4_content_starred'] = 'You can choose to star particular conversations to make them easier to find.';
 235  $string['tour4_title_settings'] = 'Messaging settings';
 236  $string['tour4_content_settings'] = 'You can access your messaging settings via the cog icon. A new privacy setting allows you to restrict who can message you.';
 237  
 238  // 3.11 Activity information tour.
 239  $string['tour_activityinfo_activity_student_title'] = 'New: Activity information';
 240  $string['tour_activityinfo_activity_student_content'] = 'Activity dates plus what to do to complete the activity are shown on the activity page.';
 241  $string['tour_activityinfo_activity_teacher_title'] = 'New: Activity information';
 242  $string['tour_activityinfo_activity_teacher_content'] = 'Activity dates and completion conditions are now displayed for students on each activity page (and optionally on the course page).
 243  
 244  For activities requiring students to manually mark an activity as completed, a \'Mark as done\' button is shown on the activity page.';
 245  $string['tour_activityinfo_course_student_title'] = 'New: Activity information';
 246  $string['tour_activityinfo_course_student_content'] = 'Activity dates and/or what to do to complete the activity are displayed on the course page.';
 247  $string['tour_activityinfo_course_teacher_title'] = 'New: Activity information';
 248  $string['tour_activityinfo_course_teacher_content'] = 'New course settings \'Show completion conditions\' and \'Show activity dates\' enable you to choose whether activity completion conditions (if set) and/or dates are displayed for students on the course page.';
 249  
 250  $string['tour_final_step_title'] = 'End of tour';
 251  $string['tour_final_step_content'] = 'This is the end of your user tour. It won\'t show again unless you reset it using the link in the footer.';