Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

   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 page, you can use the value: "FRONTPAGE".
 103  ';
 104  $string['placement'] = 'Placement';
 105  $string['pluginname'] = 'User tours';
 106  $string['previousstep'] = 'Previous';
 107  $string['resettouronpage'] = 'Reset user tour on this page';
 108  $string['right'] = 'Right';
 109  $string['select_block'] = 'Select a block';
 110  $string['targettype_help'] = 'Each step is associated with a part of the page - the target. Target types are:
 111  
 112  * Block - for displaying a step next to a specified block
 113  * CSS selector - for accurately defining the target area using CSS
 114  * Display in middle of page - for a step which does not need to be associated with a specific part of the page';
 115  $string['selector_defaulttitle'] = 'Enter a descriptive title';
 116  $string['selectordisplayname'] = 'A CSS selector matching \'{$a}\'';
 117  $string['skip'] = 'Skip';
 118  $string['target'] = 'Target';
 119  $string['target_heading'] = 'Step target';
 120  $string['target_block'] = 'Block';
 121  $string['target_selector'] = 'Selector';
 122  $string['target_unattached'] = 'Display in middle of page';
 123  $string['targettype'] = 'Target type';
 124  $string['title'] = 'Title';
 125  $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.
 126  
 127  Alternatively, a language string ID may be entered in the format identifier,component (with no brackets or space after the comma).';
 128  $string['tourconfig'] = 'Tour configuration file to import';
 129  $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.';
 130  $string['tours'] = 'Tours';
 131  $string['pausetour'] = 'Pause';
 132  $string['resumetour'] = 'Resume';
 133  $string['endtour'] = 'End tour';
 134  $string['orphan'] = 'Show if target not found';
 135  $string['orphan_help'] = 'Show the step if the target could not be found on the page.';
 136  $string['backdrop'] = 'Show with backdrop';
 137  $string['backdrop_help'] = 'You can use a backdrop to highlight the part of the page that you are pointing to.
 138  
 139  Note: Backdrops are not compatible with some parts of the page such as the navigation bar.
 140  ';
 141  $string['reflex'] = 'Proceed on click';
 142  $string['reflex_help'] = 'Proceed to the next step when the target is clicked on.';
 143  $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.
 144  
 145  If the step does not fit on a particular page in the specified place, it will be automatically placed elsewhere.';
 146  $string['delay_help'] = 'You can optionally choose to add a delay before the step is displayed.
 147  
 148  This delay is in milliseconds.';
 149  $string['selecttype'] = 'Select step type';
 150  $string['sharedtourslink'] = 'Tour repository';
 151  $string['usertours'] = 'User tours';
 152  $string['usertours:managetours'] = 'Create, edit, and remove user tours';
 153  $string['target_selector_targetvalue'] = 'CSS selectors';
 154  $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.';
 155  $string['viewtour_info'] = 'This is the \'{$a->tourname}\' tour. It applies to the path \'{$a->path}\'.';
 156  $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.';
 157  $string['tour_resetforall'] = 'The state of the tour has been reset. It will be displayed to all users again.';
 158  
 159  // Boost - administrator tour.
 160  $string['tour1_title_welcome'] = 'Welcome';
 161  $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.';
 162  $string['tour1_title_navigation'] = 'Navigation';
 163  $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.';
 164  $string['tour1_title_customisation'] = 'Customisation';
 165  $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.';
 166  $string['tour1_title_blockregion'] = 'Block region';
 167  $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.';
 168  $string['tour1_title_addingblocks'] = 'Adding blocks';
 169  $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.';
 170  $string['tour1_title_end'] = 'End of tour';
 171  $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!';
 172  
 173  // Boost - course view tour.
 174  $string['tour2_title_welcome'] = 'Welcome';
 175  $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.';
 176  $string['tour2_title_customisation'] = 'Customisation';
 177  $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.';
 178  $string['tour2_title_navigation'] = 'Navigation';
 179  $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.';
 180  $string['tour2_title_opendrawer'] = 'Open the nav drawer';
 181  $string['tour2_content_opendrawer'] = 'Try opening the nav drawer now.';
 182  $string['tour2_title_participants'] = 'Course participants';
 183  $string['tour2_content_participants'] = 'View participants here. This is also where you go to add or remove students.';
 184  $string['tour2_title_addblock'] = 'Add a block';
 185  $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.';
 186  $string['tour2_title_addingblocks'] = 'Adding blocks';
 187  $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.';
 188  $string['tour2_title_end'] = 'End of tour';
 189  $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.';
 190  $string['privacy:metadata:preference:requested'] = 'The time that a user last manually requested a user tour.';
 191  $string['privacy:metadata:preference:completed'] = 'The time that a user last completed a user tour.';
 192  $string['privacy:request:preference:requested'] = 'You last requested the "{$a->name}" user tour on {$a->time}';
 193  $string['privacy:request:preference:completed'] = 'You last marked the "{$a->name}" user tour as completed on {$a->time}';
 194  
 195  // 3.6 Dashboard tour.
 196  $string['tour3_title_dashboard'] = 'Your Dashboard';
 197  $string['tour3_content_dashboard'] = 'Your new Dashboard has many features to help you easily access the information most important to you.';
 198  $string['tour3_title_timeline'] = 'Timeline block';
 199  $string['tour3_content_timeline'] = 'The Timeline block shows your important upcoming events.
 200  
 201  You can choose to show activities in the next week, month, or further into the future.
 202  
 203  You can also show items which are overdue.';
 204  $string['tour3_title_recentcourses'] = 'Recently accessed courses';
 205  $string['tour3_content_recentcourses'] = 'The Recently accessed courses block shows the courses that you last visited, allowing you to jump straight back in.';
 206  $string['tour3_title_overview'] = 'Course overview';
 207  $string['tour3_content_overview'] = 'The Course overview block shows all of the courses that you are enrolled in.
 208  
 209  You can choose to show courses currently in progress, or in the past or the future, or courses which you have starred.';
 210  $string['tour3_title_starring'] = 'Starring and hiding courses';
 211  $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.
 212  
 213  These actions only affect your view.
 214  
 215  You can also choose to display the courses in a list, or with summary information, or the default \'card\' view.';
 216  $string['tour3_title_displayoptions'] = 'Display options';
 217  $string['tour3_content_displayoptions'] = 'Courses may be sorted by course name, course short name or last access date.
 218  
 219  You can also choose to display the courses in a list, with summary information, or the default \'card\' view.';
 220  
 221  // 3.6 Messaging tour.
 222  $string['tour4_title_messaging'] = 'New messaging interface';
 223  $string['tour4_content_messaging'] = 'New messaging features include group messaging within a course and better control over who can message you.';
 224  $string['tour4_title_icon'] = 'Messaging';
 225  $string['tour4_content_icon'] = 'You can access your messages from any page using this icon.
 226  
 227  If you have any unread messages, the number of unread messages will show here too.
 228  
 229  Click on the icon to open the messaging drawer and continue the tour.';
 230  $string['tour4_title_groupconvo'] = 'Group messages';
 231  $string['tour4_content_groupconvo'] = 'If you are a member of a group with group messaging enabled, you\'ll see group conversations here.
 232  
 233  Course group conversations allow you to interact with the others in your group in a private and convenient location.';
 234  $string['tour4_title_starred'] = 'Starred';
 235  $string['tour4_content_starred'] = 'You can choose to star particular conversations to make them easier to find.';
 236  $string['tour4_title_settings'] = 'Messaging settings';
 237  $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.';
 238  
 239  $string['tour_final_step_title'] = 'End of tour';
 240  $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.';