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.
/lang/en/ -> moodle.php (source)

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 component 'moodle', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core
  21   * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['abouttobeinstalled'] = 'about to be installed';
  26  $string['accept'] = 'Accept';
  27  $string['action'] = 'Action';
  28  $string['actionchoice'] = 'What do you want to do with the file \'{$a}\'?';
  29  $string['actions'] = 'Actions';
  30  $string['actionsmenu'] = 'Actions menu';
  31  $string['active'] = 'Active';
  32  $string['activeusers'] = 'Active users';
  33  $string['activities'] = 'Activities';
  34  $string['activities_help'] = 'Activities, such as forums, quizzes and wikis, enable interactive content to be added to the course.';
  35  $string['activity'] = 'Activity';
  36  $string['activityclipboard'] = 'Moving this activity: {$a}';
  37  $string['activityiscurrentlyhidden'] = 'Sorry, this activity is currently hidden';
  38  $string['activitymodule'] = 'Activity module';
  39  $string['activitymodules'] = 'Activity modules';
  40  $string['activityreport'] = 'Activity report';
  41  $string['activityreports'] = 'Activity reports';
  42  $string['activityselect'] = 'Select this activity to be moved elsewhere';
  43  $string['activitysince'] = 'Activity since {$a}';
  44  $string['activitytypetitle'] = '{$a->activity} - {$a->type}';
  45  $string['activityweighted'] = 'Activity per user';
  46  $string['actionsfor'] = 'Actions for {$a}';
  47  $string['add'] = 'Add';
  48  $string['addactivity'] = 'Add an activity...';
  49  $string['addactivitytosection'] = 'Add an activity to section \'{$a}\'';
  50  $string['addadmin'] = 'Add admin';
  51  $string['addblock'] = 'Add a block';
  52  $string['addcomment'] = 'Add a comment...';
  53  $string['addcountertousername'] = 'Create user by adding number to username';
  54  $string['addcreator'] = 'Add course creator';
  55  $string['adddots'] = 'Add...';
  56  $string['added'] = 'Added {$a}';
  57  $string['addedtogroup'] = 'Added to group "{$a}"';
  58  $string['addedtogroupnot'] = 'Not added to group "{$a}"';
  59  $string['addedtogroupnotenrolled'] = 'Not added to group "{$a}", because not enrolled in course';
  60  $string['addfilehere'] = 'Add file(s) here';
  61  $string['addinganew'] = 'Adding a new {$a}';
  62  $string['addnew'] = 'Add a new {$a}';
  63  $string['addinganewto'] = 'Adding a new {$a->what} to {$a->to}';
  64  $string['addingdatatoexisting'] = 'Adding data to existing';
  65  $string['additionalnames'] = 'Additional names';
  66  $string['addlinkhere'] = 'Add link here';
  67  $string['addnewcategory'] = 'Add new category';
  68  $string['addnewcourse'] = 'Add a new course';
  69  $string['addnewuser'] = 'Add a new user';
  70  $string['addnousersrecip'] = 'Add users who haven\'t accessed this {$a} to recipient list';
  71  $string['addpagehere'] = 'Add text here';
  72  $string['addresource'] = 'Add a resource...';
  73  $string['addresourceoractivity'] = 'Add an activity or resource';
  74  $string['addresourcetosection'] = 'Add a resource to section \'{$a}\'';
  75  $string['address'] = 'Address';
  76  $string['addsections'] = 'Add sections';
  77  $string['addstudent'] = 'Add student';
  78  $string['addsubcategory'] = 'Add a subcategory';
  79  $string['addteacher'] = 'Add teacher';
  80  $string['admin'] = 'Admin';
  81  $string['adminhelpaddnewuser'] = 'To manually create a new user account';
  82  $string['adminhelpassignadmins'] = 'Admins can do anything and go anywhere in the site';
  83  $string['adminhelpassigncreators'] = 'Course creators can create new courses';
  84  $string['adminhelpassignsiteroles'] = 'Apply defined site roles to specific users';
  85  $string['adminhelpassignstudents'] = 'Go into a course and add students from the admin menu';
  86  $string['adminhelpauthentication'] = 'You can use internal user accounts or external databases';
  87  $string['adminhelpbackup'] = 'Configure automated backups and their schedule';
  88  $string['adminhelpconfiguration'] = 'Configure how the site looks and works';
  89  $string['adminhelpconfigvariables'] = 'Configure variables that affect general operation of the site';
  90  $string['adminhelpcourses'] = 'Define courses and categories and assign people to them, edit pending courses';
  91  $string['adminhelpeditorsettings'] = 'Define basic settings for HTML editor';
  92  $string['adminhelpedituser'] = 'Browse the list of user accounts and edit any of them';
  93  $string['adminhelpenvironment'] = 'Check how your server suits current and future installation requirements';
  94  $string['adminhelpfailurelogs'] = 'Browse logs of failed logins';
  95  $string['adminhelplanguage'] = 'For checking and editing the current language pack';
  96  $string['adminhelplogs'] = 'Browse logs of all activity on this site';
  97  $string['adminhelpmanageblocks'] = 'Manage installed blocks and their settings';
  98  $string['adminhelpmanagedatabase'] = 'Access the database directly (be careful!)';
  99  $string['adminhelpmanagefilters'] = 'Choose text filters and related settings';
 100  $string['adminhelpmanagemodules'] = 'Manage installed modules and their settings';
 101  $string['adminhelpmanageroles'] = 'Create and define roles that may be applied to users';
 102  $string['adminhelpmymoodle'] = 'Configure the My Moodle blocks for users';
 103  $string['adminhelpreports'] = 'Site level reports';
 104  $string['adminhelpsitefiles'] = 'For publishing general files or uploading external backups';
 105  $string['adminhelpsitesettings'] = 'Define how the front page of the site looks';
 106  $string['adminhelpstickyblocks'] = 'Configure Moodle-wide sticky blocks';
 107  $string['adminhelpthemes'] = 'Choose how the site looks (colours, fonts etc)';
 108  $string['adminhelpuploadusers'] = 'Import new user accounts from a text file';
 109  $string['adminhelpusers'] = 'Define your users and set up authentication';
 110  $string['adminhelpxmldbeditor'] = 'Interface to edit the XMLDB files. Only for developers.';
 111  $string['administration'] = 'Administration';
 112  $string['administrationsite'] = 'Site administration';
 113  $string['administrator'] = 'Administrator';
 114  $string['administratordescription'] = 'Administrators can usually do anything on the site, in all courses.';
 115  $string['administrators'] = 'Administrators';
 116  $string['administratorsall'] = 'All administrators';
 117  $string['administratorsandteachers'] = 'Administrators and teachers';
 118  $string['advanced'] = 'Advanced';
 119  $string['advancedfilter'] = 'Advanced search';
 120  $string['advancedsettings'] = 'Advanced settings';
 121  $string['afterresource'] = 'After resource "{$a}"';
 122  $string['aftersection'] = 'After section "{$a}"';
 123  $string['again'] = 'again';
 124  $string['agelocationverification'] = 'Age and location verification';
 125  $string['ajaxuse'] = 'AJAX and Javascript';
 126  $string['all'] = 'All';
 127  $string['allactions'] = 'All actions';
 128  $string['allactivities'] = 'All activities';
 129  $string['allcategories'] = 'All categories';
 130  $string['alldays'] = 'All days';
 131  $string['allfiles'] = 'All files';
 132  $string['allgroups'] = 'All groups';
 133  $string['allchanges'] = 'All changes';
 134  $string['alllogs'] = 'All logs';
 135  $string['allmods'] = 'All {$a}';
 136  $string['allow'] = 'Allow';
 137  $string['allowinternal'] = 'Allow internal methods as well';
 138  $string['allowstealthmodules'] = 'Allow stealth activities';
 139  $string['allowstealthmodules_help'] = 'If enabled, activities can be made available but not shown in visible sections of the course page. If so, links to stealth activities must be provided from elsewhere, such as from a page resource. Stealth activities are still listed in the gradebook and other reports.';
 140  $string['allownone'] = 'Allow none';
 141  $string['allownot'] = 'Do not allow';
 142  $string['allparticipants'] = 'All participants';
 143  $string['allteachers'] = 'All teachers';
 144  $string['alphanumerical'] = 'Can only contain alphanumeric characters, hyphen (-) or period (.)';
 145  $string['alreadyconfirmed'] = 'Registration has already been confirmed';
 146  $string['alternatename'] = 'Alternate name';
 147  $string['always'] = 'Always';
 148  $string['and'] = '{$a->one} and {$a->two}';
 149  $string['answer'] = 'Answer';
 150  $string['any'] = 'Any';
 151  $string['approve'] = 'Approve';
 152  $string['appearance'] = 'Appearance';
 153  $string['areyousure'] = 'Are you sure?';
 154  $string['areyousuretorestorethis'] = 'Do you want to continue?';
 155  $string['areyousuretorestorethisinfo'] = 'Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.';
 156  $string['asc'] = 'Ascending';
 157  $string['assessment'] = 'Assessment';
 158  $string['assignadmins'] = 'Assign admins';
 159  $string['assigncreators'] = 'Assign creators';
 160  $string['assignedrolecount'] = '{$a->role}: {$a->count}';
 161  $string['assignsiteroles'] = 'Assign site-wide roles';
 162  $string['authenticateduser'] = 'Authenticated user';
 163  $string['authenticateduserdescription'] = 'All logged in users.';
 164  $string['authentication'] = 'Authentication';
 165  $string['authenticationplugins'] = 'Authentication plugins';
 166  $string['autosubscribe'] = 'Forum auto-subscribe';
 167  $string['autosubscribeno'] = 'No: don\'t automatically subscribe me to forum discussions';
 168  $string['autosubscribeyes'] = 'Yes: when I post, subscribe me to that forum discussion';
 169  $string['availability'] = 'Availability';
 170  $string['availablecourses'] = 'Available courses';
 171  $string['back'] = 'Back';
 172  $string['backto'] = 'Back to {$a}';
 173  $string['backtocourselisting'] = 'Back to course listing';
 174  $string['backtohome'] = 'Back to the site home';
 175  $string['backtopageyouwereon'] = 'Back to the page you were on';
 176  $string['backup'] = 'Backup';
 177  $string['backupactivehelp'] = 'Choose whether or not to do automated backups.';
 178  $string['backupadhocpending'] = 'Course backup ad hoc task pending';
 179  $string['backupcancelled'] = 'Backup cancelled';
 180  $string['backupcoursefileshelp'] = 'If enabled then course files will be included in automated backups';
 181  $string['backupdate'] = 'Backup date';
 182  $string['backupdatenew'] = '&nbsp; {$a->TAG} is now {$a->weekday}, {$a->mday} {$a->month} {$a->year}<br />';
 183  $string['backupdateold'] = '{$a->TAG} was {$a->weekday}, {$a->mday} {$a->month} {$a->year}';
 184  $string['backupdaterecordtype'] = '<br />{$a->recordtype} - {$a->recordname}<br />';
 185  $string['backupdetails'] = 'Backup details';
 186  $string['backuperrorinvaliddestination'] = 'The backup destination folder does not exist or is not writable.';
 187  $string['backupexecuteathelp'] = 'Choose what time automated backups should run at.';
 188  $string['backupfailed'] = 'Some of your courses weren\'t saved!!';
 189  $string['backupfilename'] = 'backup';
 190  $string['backupfinished'] = 'Backup completed successfully';
 191  $string['backupfromthissite'] = 'Backup was made on this site?';
 192  $string['backupgradebookhistoryhelp'] = 'If enabled then gradebook history will be included in automated backups. Note that grade history must not be disabled in server settings (disablegradehistory) in order for this to work';
 193  $string['backupincludemoduleshelp'] = 'Choose whether you want to include course modules, with or without user data, in automated backups';
 194  $string['backupincludemoduleuserdatahelp'] = 'Choose whether you want to include module user data in automated backups.';
 195  $string['backuplogdetailed'] = 'Detailed execution log';
 196  $string['backuploglaststatus'] = 'Last execution log';
 197  $string['backupmissinguserinfoperms'] = 'Note: This backup contains no user data. Exercise and Workshop activities will not be included in the backup, since these modules are not compatible with this type of backup.';
 198  $string['backupnext'] = 'Next backup';
 199  $string['backupnonisowarning'] = 'Warning: this backup is from a non-Unicode version of Moodle (pre 1.6). If this backup contains any non-ISO-8859-1 texts then they may be CORRUPTED if you try to restore them to this Unicode version of Moodle. See the <a href="https://docs.moodle.org/en/Backup_FAQ">Backup FAQ</a> for more information about how to recover this backup correctly.';
 200  $string['backupnotyetrun'] = 'Automated backup pending';
 201  $string['backuporiginalname'] = 'Backup name';
 202  $string['backuproleassignments'] = 'Backup role assignments for these roles';
 203  $string['backupsavetohelp'] = 'Full path to the directory where you want to save the backup files';
 204  $string['backupsitefileshelp'] = 'If enabled then site files used in courses will be included in automated backups';
 205  $string['backuptakealook'] = 'Please take a look at your backup logs in:
 206    {$a}';
 207  $string['backupuserfileshelp'] = 'Choose whether user files (eg profile images) should be included in automated backups';
 208  $string['backupversion'] = 'Backup version';
 209  $string['badges'] = 'Badges';
 210  $string['block'] = 'Block';
 211  $string['blockconfiga'] = 'Configuring a {$a} block';
 212  $string['blockconfigbad'] = 'This block has not been implemented correctly and thus cannot provide a configuration interface.';
 213  $string['blocks'] = 'Blocks';
 214  $string['blocksaddedit'] = 'Add/Edit blocks';
 215  $string['blockseditoff'] = 'Blocks editing off';
 216  $string['blocksediton'] = 'Blocks editing on';
 217  $string['blocksetup'] = 'Setting up block tables';
 218  $string['blocksuccess'] = '{$a} tables have been set up correctly';
 219  $string['brief'] = 'Brief';
 220  $string['bulkactions'] = 'Bulk actions';
 221  $string['bulkactionselect'] = '{$a} bulk action selection';
 222  $string['bulkmovecoursessuccess'] = 'Successfully moved {$a->courses} courses into {$a->category}';
 223  $string['bycourseorder'] = 'By course order';
 224  $string['byname'] = 'by {$a}';
 225  $string['bypassed'] = 'Bypassed';
 226  $string['cachecontrols'] = 'Cache controls';
 227  $string['calltofeedback'] = 'The creators of this software would like your feedback.';
 228  $string['calltofeedback_give'] = 'Give feedback about this software';
 229  $string['calltofeedback_remind'] = 'Remind me later';
 230  $string['cancel'] = 'Cancel';
 231  $string['cancelled'] = 'Cancelled';
 232  $string['categories'] = 'Course categories';
 233  $string['categoriesandcourses'] = 'Course categories and courses';
 234  $string['category'] = 'Category';
 235  $string['categoryadded'] = 'The category \'{$a}\' was added';
 236  $string['categorybulkaction'] = 'Bulk actions for selected categories';
 237  $string['categorycontents'] = 'Subcategories and courses';
 238  $string['categorycurrentcontents'] = 'Contents of {$a}';
 239  $string['categorydeleted'] = 'The category \'{$a}\' was deleted';
 240  $string['categoryduplicate'] = 'A category named \'{$a}\' already exists!';
 241  $string['categoryhidden'] = '(hidden)';
 242  $string['categorymodifiedcancel'] = 'Category was modified! Please cancel and try again.';
 243  $string['categoryname'] = 'Category name';
 244  $string['categorysubcategoryof'] = '{$a->category} - subcategory of {$a->parentcategory}';
 245  $string['idnumbercoursecategory'] = 'Category ID number';
 246  $string['idnumbercoursecategory_help'] = 'The ID number of a course category  is only used when matching the category against external systems and is not displayed anywhere on the site. If the category has an official code name it may be entered, otherwise the field can be left blank.';
 247  $string['categoryupdated'] = 'The category \'{$a}\' was updated';
 248  $string['changesmadereallygoaway'] = 'You have made changes. Are you sure you want to navigate away and lose your changes?';
 249  $string['city'] = 'City/town';
 250  $string['cleaningtempdata'] = 'Cleaning temp data';
 251  $string['clear'] = 'Clear';
 252  $string['clearsearch'] = 'Clear search input';
 253  $string['clickhelpiconformoreinfo'] = '... continues ... Click on the help icon to read the full article';
 254  $string['clickhere'] = 'Click here ...';
 255  $string['clicktohideshow'] = 'Click to expand or collapse';
 256  $string['clicktochangeinbrackets'] = '{$a} (Click to change)';
 257  $string['closewindow'] = 'Close this window';
 258  $string['closebuttontitle'] = 'Close';
 259  $string['collapse'] = 'Collapse';
 260  $string['collapseall'] = 'Collapse all';
 261  $string['collapsecategory'] = 'Collapse {$a}';
 262  $string['commentincontext'] = 'Find this comment in context';
 263  $string['comments'] = 'Comments';
 264  $string['commentscount'] = 'Comments ({$a})';
 265  $string['commentsnotenabled'] = 'Comments feature is not enabled';
 266  $string['commentsrequirelogin'] = 'You need to log in to view the comments.';
 267  $string['comparelanguage'] = 'Compare and edit current language';
 268  $string['complete'] = 'Complete';
 269  $string['completed'] = 'Completed';
 270  $string['completereport'] = 'Complete report';
 271  $string['configuration'] = 'Configuration';
 272  $string['confirm'] = 'Confirm';
 273  $string['confirmdeletesection'] = 'Are you absolutely sure you want to completely delete "{$a}" and all the activities it contains?';
 274  $string['confirmed'] = 'Your registration has been confirmed';
 275  $string['confirmednot'] = 'Your registration has not yet been confirmed. Please check your mailbox for a confirmation email.';
 276  $string['confirmcheckfull'] = 'Are you absolutely sure you want to confirm {$a} ?';
 277  $string['confirmcoursemove'] = 'Are you sure you want to move this course ({$a->course}) into this category ({$a->category})?';
 278  $string['considereddigitalminor'] = 'You are too young to create an account on this site.';
 279  $string['content'] = 'Content';
 280  $string['contentexport_aboutthiscourse'] = 'Course summary';
 281  $string['contentexport_coursesummary'] = 'This file is part of the content downloaded from <a href="{$a->courselink}">{$a->coursename}</a>.';
 282  $string['contentexport_footersummary'] = 'This file is part of the content downloaded from <a href="{$a->courselink}">{$a->coursename}</a> by {$a->userfullname} on {$a->date}.';
 283  $string['contentexport_modulesummary'] = 'This page is part of the content downloaded from <a href="{$a->modulelink}">{$a->modulename}</a> on {$a->date}. Note that some content and any files larger than {$a->maxfilesize} are not downloaded.';
 284  $string['contentexport_viewfilename'] = 'View the file {$a}';
 285  $string['contentbank'] = 'Content bank';
 286  $string['continue'] = 'Continue';
 287  $string['continuetocourse'] = 'Click here to enter your course';
 288  $string['convertingwikitomarkdown'] = 'Converting wiki to Markdown';
 289  $string['cookiesenabled'] = 'Cookies must be enabled in your browser';
 290  $string['cookiesenabled_help'] = 'Two cookies are used on this site:
 291  
 292  The essential one is the session cookie, usually called MoodleSession. You must allow this cookie in your browser to provide continuity and to remain logged in when browsing the site. When you log out or close the browser, this cookie is destroyed (in your browser and on the server).
 293  
 294  The other cookie is purely for convenience, usually called MOODLEID or similar. It just remembers your username in the browser. This means that when you return to this site, the username field on the login page is already filled in for you. It is safe to refuse this cookie - you will just have to retype your username each time you log in.';
 295  $string['cookiesenabledonlysession'] = 'Cookies must be enabled in your browser';
 296  $string['cookiesenabledonlysession_help'] = 'This site uses one session cookie, usually called MoodleSession. You must allow this cookie in your browser to provide continuity and to remain logged in when browsing the site. When you log out or close the browser, this cookie is destroyed (in your browser and on the server).';
 297  $string['cookiesnotenabled'] = 'Unfortunately, cookies are currently not enabled in your browser';
 298  $string['copy'] = 'copy';
 299  $string['copyasnoun'] = 'copy';
 300  $string['copycourse'] = 'Copy course';
 301  $string['copyingcoursefiles'] = 'Copying course files';
 302  $string['copyingsitefiles'] = 'Copying site files used in course';
 303  $string['copyinguserfiles'] = 'Copying user files';
 304  $string['copyingzipfile'] = 'Copying zip file';
 305  $string['copyrightnotice'] = 'Copyright notice';
 306  $string['coresystem'] = 'System';
 307  $string['cost'] = 'Cost';
 308  $string['costdefault'] = 'Default cost';
 309  $string['counteditems'] = '{$a->count} {$a->items}';
 310  $string['country'] = 'Country';
 311  $string['course'] = 'Course';
 312  $string['courseadministration'] = 'Course administration';
 313  $string['courseapprovedemail'] = 'Your requested course, {$a->name}, has been approved and you have been made a {$a->teacher}.  To access your new course, go to {$a->url}';
 314  $string['courseapprovedemail2'] = 'Your requested course, {$a->name}, has been approved.  To access your new course, go to {$a->url}';
 315  $string['courseapprovedfailed'] = 'Failed to save the course as approved!';
 316  $string['courseapprovedsubject'] = 'Your course has been approved!';
 317  $string['courseavailable'] = 'This course is available to students';
 318  $string['courseavailablenot'] = 'This course is not available to students';
 319  $string['coursebackup'] = 'Course backup';
 320  $string['coursebulkaction'] = 'Bulk actions for selected courses';
 321  $string['coursecategories'] = 'Course categories';
 322  $string['coursecategory'] = 'Course category';
 323  $string['coursecategory_help'] = 'This setting determines the category in which the course will appear in the list of courses.';
 324  $string['coursecategorydeleted'] = 'Deleted course category {$a}';
 325  $string['coursecatmanagement'] = 'Course and category management';
 326  $string['coursecompletion'] = 'Course completion';
 327  $string['coursecompletions'] = 'Course completions';
 328  $string['coursecreators'] = 'Course creator';
 329  $string['coursecreatorsdescription'] = 'Course creators can create new courses.';
 330  $string['coursedetails'] = 'Course details';
 331  $string['coursedisplay'] = 'Course layout';
 332  $string['coursedisplay_help'] = 'This setting determines whether the whole course is displayed on one page or split over several pages.';
 333  $string['coursedisplay_single'] = 'Show all sections on one page';
 334  $string['coursedisplay_multi'] = 'Show one section per page';
 335  $string['coursedeleted'] = 'Deleted course {$a}';
 336  $string['courseextendednamedisplay'] = '{$a->shortname} {$a->fullname}';
 337  $string['coursefiles'] = 'Legacy course files';
 338  $string['coursefilesedit'] = 'Edit legacy course files';
 339  $string['coursefileswarning'] = 'Course files are deprecated';
 340  $string['coursefileswarning_help'] = 'Course files are deprecated since Moodle 2.0, please use external repositories instead as much as possible.';
 341  $string['courseformatdata'] = 'Course format data';
 342  $string['courseformats'] = 'Course formats';
 343  $string['courseformatoptions'] = 'Formatting options for {$a}';
 344  $string['courseformatudpate'] = 'Update format';
 345  $string['courseprofiles'] = 'Course profiles';
 346  $string['coursegrades'] = 'Course grades';
 347  $string['coursehelpcategory'] = 'Position the course on the course listing and may make it easier for students to find it.';
 348  $string['coursehelpforce'] = 'Force the course group mode to every activity in the course.';
 349  $string['coursehelpformat'] = 'The course main page will be displayed in this format.';
 350  $string['coursehelphiddensections'] = 'How the hidden sections in the course are displayed to students.';
 351  $string['coursehelpmaximumupload'] = 'Define the largest size of file that can be uploaded in this course, limited by the site-wide setting.';
 352  $string['coursehelpnewsitemsnumber'] = 'Number of recent announcements appearing in the latest announcements block on the course page. If set to zero, the announcements forum will not be created.';
 353  $string['coursehelpnumberweeks'] = 'Number of sections in the course (applies to certain course formats only).';
 354  $string['coursehelpshowgrades'] = 'Enable the display of the gradebook. It does not prevent grades from being displayed within the individual activities.';
 355  $string['coursehidden'] = 'This course is currently unavailable to students';
 356  $string['courseoverviewfiles'] = 'Course image';
 357  $string['courseoverviewfilesext'] = 'Course image file extensions';
 358  $string['courseoverviewfileslimit'] = 'Course image files limit';
 359  $string['courseoverviewfiles_help'] = 'The course image is displayed in the course overview on the Dashboard. Additional accepted file types and more than one file may be enabled by a site administrator. If so, these files will be displayed next to the course summary on the list of courses page.';
 360  $string['courseinfo'] = 'Course info';
 361  $string['coursenotaccessible'] = 'This course does not allow public access';
 362  $string['courselegacyfiles'] = 'Legacy course files';
 363  $string['courselegacyfiles_help'] = 'The course files area provides some backward compatibility with Moodle 1.9 and earlier.  All files in this area are always accessible to all participants in the course (whether you link to them or not) and there is no way to know where any of these files are being used in Moodle.
 364  
 365  If you use this area to store course files, you can expose yourself to a number of privacy and security issues, as well as experiencing missing files in backups, course imports and any time content is shared or re-used.  It is therefore recommended that you do not use this area unless you really know what you are doing.';
 366  $string['courselegacyfiles_link'] = 'coursefiles2';
 367  $string['courselegacyfilesofcourse'] = 'Legacy course files: {$a}';
 368  $string['courseoverview'] = 'Course overview';
 369  $string['courseoverviewgraph'] = 'Course overview graph';
 370  $string['coursereasonforrejecting'] = 'Your reasons for rejecting this request';
 371  $string['coursereasonforrejectingemail'] = 'This will be emailed to the requester';
 372  $string['coursereject'] = 'Reject a course request';
 373  $string['courserejected'] = 'Course has been rejected and the requester has been notified.';
 374  $string['courserejectemail'] = 'Sorry, but the course you requested has been rejected. Here is the reason provided:
 375  
 376  {$a}';
 377  $string['courserejectreason'] = 'Outline your reasons for rejecting this course<br />(this will be emailed to the requester)';
 378  $string['courserejectsubject'] = 'Your course has been rejected';
 379  $string['coursereport'] = 'Course report';
 380  $string['coursereports'] = 'Course reports';
 381  $string['courserequest'] = 'Course request';
 382  $string['courserequestdetails'] = 'Details of the course you are requesting';
 383  $string['courserequestfailed'] = 'For some reason, your course request could not be saved';
 384  $string['courserequestintro'] = 'Use this form to request a course to be created for you.<br />Try and fill in as much information as you can to allow<br />the administrators to understand your reasons for wanting this course.';
 385  $string['courserequestreason'] = 'Reasons for wanting this course';
 386  $string['courserequestsuccess'] = 'Your course request has been saved successfully. You will be sent an email to inform you whether your request was approved.';
 387  $string['courserequestsupport'] = 'Supporting information to help the administrator evaluate this request';
 388  $string['courserequestwarning'] = 'The user requesting this course will be automatically enrolled and assigned the role of {$a}.';
 389  $string['courserestore'] = 'Course restore';
 390  $string['courses'] = 'Courses';
 391  $string['coursesectionsummaries'] = 'Course section summaries';
 392  $string['coursesectiontitle'] = 'Course: {$a->course}, {$a->sectionname}: {$a->sectiontitle}';
 393  $string['coursesettings'] = 'Course default settings';
 394  $string['coursesmovedout'] = 'Courses moved out from {$a}';
 395  $string['coursespending'] = 'Courses pending approval';
 396  $string['coursesearch'] = 'Search courses';
 397  $string['coursesearch_help'] = 'You can search for multiple words at once and can refine your search as follows:
 398  
 399  * word - find any match of this word within the text
 400  * +word - only exact matching words will be found
 401  * -word - don\'t include results containing this word.';
 402  $string['coursestart'] = 'Course start';
 403  $string['coursesummary'] = 'Course summary';
 404  $string['coursesummary_help'] = 'The course summary is displayed in the list of courses. A course search searches course summary text in addition to course names.';
 405  $string['coursetitle'] = 'Course: {$a->course}';
 406  $string['courseupdates'] = 'Course updates';
 407  $string['coursevisibility'] = 'Course visibility';
 408  $string['coursevisibility_help'] = 'This setting determines whether the course appears in the list of courses and whether students can access it. If set to Hide, then access is restricted to users with the capability to view hidden courses (such as teachers).';
 409  $string['create'] = 'Create';
 410  $string['createaccount'] = 'Create my new account';
 411  $string['createcategory'] = 'Create category';
 412  $string['createfolder'] = 'Create a folder in {$a}';
 413  $string['createnew'] = 'Create new';
 414  $string['createnewcategory'] = 'Create new category';
 415  $string['createnewcourse'] = 'Create new course';
 416  $string['createnewsubcategory'] = 'Create new subcategory';
 417  $string['createsubcategoryof'] = 'Create subcategory of {$a}';
 418  $string['createuserandpass'] = 'Choose your username and password';
 419  $string['createuser'] = 'Create user';
 420  $string['createziparchive'] = 'Create zip archive';
 421  $string['creatingblocks'] = 'Creating blocks';
 422  $string['creatingblocksroles'] = 'Creating block level role assignments and overrides';
 423  $string['creatingblogsinfo'] = 'Creating blogs info';
 424  $string['creatingcategoriesandquestions'] = 'Creating categories and questions';
 425  $string['creatingcoursemodules'] = 'Creating course modules';
 426  $string['creatingcourseroles'] = 'Creating course level role assignments and overrides';
 427  $string['creatingevents'] = 'Creating events';
 428  $string['creatinggradebook'] = 'Creating gradebook';
 429  $string['creatinggroupings'] = 'Creating groupings';
 430  $string['creatinggroupingsgroups'] = 'Adding groups into groupings';
 431  $string['creatinggroups'] = 'Creating groups';
 432  $string['creatinglogentries'] = 'Creating log entries';
 433  $string['creatingmessagesinfo'] = 'Creating messages info';
 434  $string['creatingmodroles'] = 'Creating module level role assignments and overrides';
 435  $string['creatingnewcourse'] = 'Creating new course';
 436  $string['creatingrolesdefinitions'] = 'Creating roles definitions';
 437  $string['creatingscales'] = 'Creating scales';
 438  $string['creatingsections'] = 'Creating sections';
 439  $string['creatingtemporarystructures'] = 'Creating temporary structures';
 440  $string['creatinguserroles'] = 'Creating user level role assignments and overrides';
 441  $string['creatingusers'] = 'Creating users';
 442  $string['creatingxmlfile'] = 'Creating XML file';
 443  $string['currency'] = 'Currency';
 444  $string['currentcourse'] = 'Current course';
 445  $string['currentcourseadding'] = 'Current course, adding data to it';
 446  $string['currentcoursedeleting'] = 'Current course, deleting it first';
 447  $string['currentlanguage'] = 'Current language';
 448  $string['currentlocaltime'] = 'your current local time';
 449  $string['currentpicture'] = 'Current picture';
 450  $string['currentrelease'] = 'Current release information';
 451  $string['currentversion'] = 'Current version';
 452  $string['databasechecking'] = 'Upgrading Moodle database from version {$a->oldversion} to {$a->newversion}';
 453  $string['databaseperformance'] = 'Database performance';
 454  $string['databasesetup'] = 'Setting up database';
 455  $string['databasesuccess'] = 'Database was successfully upgraded';
 456  $string['databaseupgradebackups'] = 'Backup version is now {$a}';
 457  $string['databaseupgradeblocks'] = 'Blocks version is now {$a}';
 458  $string['databaseupgradegroups'] = 'Groups version is now {$a}';
 459  $string['databaseupgradelocal'] = 'Local database customisations version is now {$a}';
 460  $string['databaseupgrades'] = 'Upgrading database';
 461  $string['dataformats'] = 'Data formats';
 462  $string['date'] = 'Date';
 463  $string['datechanged'] = 'Date changed';
 464  $string['datemostrecentfirst'] = 'Date - most recent first';
 465  $string['datemostrecentlast'] = 'Date - most recent last';
 466  $string['day'] = 'day';
 467  $string['days'] = 'days';
 468  $string['decodinginternallinks'] = 'Decoding internal links';
 469  $string['default'] = 'Default';
 470  $string['defaulteditor'] = 'Default editor';
 471  $string['defaultcompetencescale'] = 'Default competence scale';
 472  $string['defaultcompetencescaledesc'] = 'A binary rating scale that provides no further information beyond whether someone has demonstrated proficiency or not.';
 473  $string['defaultcompetencescalenotproficient'] = 'Not yet competent';
 474  $string['defaultcompetencescaleproficient'] = 'Competent';
 475  $string['defaultcoursestudent'] = 'Student';
 476  $string['defaultcoursestudentdescription'] = 'Students generally have fewer privileges within a course.';
 477  $string['defaultcoursestudents'] = 'Students';
 478  $string['defaultcoursesummary'] = 'Write a concise and interesting paragraph here that explains what this course is about';
 479  $string['defaultcourseteacher'] = 'Teacher';
 480  $string['defaultcourseteacherdescription'] = 'Teachers can do anything within a course, including changing the activities and grading students.';
 481  $string['defaultcourseteachers'] = 'Teachers';
 482  $string['defaulthomepageuser'] = 'Start page';
 483  $string['defaulthomepageuser_help'] = 'Which page should you be redirected to after logging in to the site?';
 484  $string['delete'] = 'Delete';
 485  $string['deleteablock'] = 'Delete a block';
 486  $string['deleteall'] = 'Delete all';
 487  $string['deleteallcannotundo'] = 'Delete all - cannot be undone';
 488  $string['deleteallcomments'] = 'Delete all comments';
 489  $string['deleteallratings'] = 'Delete all ratings';
 490  $string['deletecategory'] = 'Delete category: {$a}';
 491  $string['deletecategoryempty'] = 'This category is empty.';
 492  $string['deletecategorycheck'] = 'Are you absolutely sure you want to completely delete this category <b>\'{$a}\'</b>?<br />This will move all courses into the parent category if there is one, or into Miscellaneous.';
 493  $string['deletecategorycheck2'] = 'If you delete this category, you need to choose what to do with the courses and subcategories it contains.';
 494  $string['deletecommentbyon'] = 'Delete comment posted by {$a->user} on {$a->time}';
 495  $string['deletecompletely'] = 'Delete completely';
 496  $string['deletecourse'] = 'Delete a course';
 497  $string['deletecoursecheck'] = 'Are you absolutely sure you want to completely delete this course and all the data it contains?';
 498  $string['deleted'] = 'Deleted';
 499  $string['deletedactivity'] = 'Deleted {$a}';
 500  $string['deletedcourse'] = '{$a} has been completely deleted';
 501  $string['deletednot'] = 'Could not delete {$a} !';
 502  $string['deletecheck'] = 'Delete {$a} ?';
 503  $string['deletechecktype'] = 'Are you sure that you want to delete this {$a->type}?';
 504  $string['deletechecktypename'] = 'Are you sure that you want to delete the {$a->type} "{$a->name}"?';
 505  $string['deletecheckfiles'] = 'Are you absolutely sure you want to delete these files?';
 506  $string['deletecheckfull'] = 'Are you absolutely sure you want to completely delete the user {$a}, including their enrolments, activity and other user data?';
 507  $string['deletecheckwarning'] = 'You are about to delete these files';
 508  $string['deletepicture'] = 'Delete picture';
 509  $string['deletesection'] = 'Delete section';
 510  $string['deleteselected'] = 'Delete selected';
 511  $string['deleteselectedkey'] = 'Delete selected key';
 512  $string['deletingcourse'] = 'Deleting {$a}';
 513  $string['deletingexistingcoursedata'] = 'Deleting existing course data';
 514  $string['deletingolddata'] = 'Deleting old data';
 515  $string['department'] = 'Department';
 516  $string['desc'] = 'Descending';
 517  $string['description'] = 'Description';
 518  $string['descriptiona'] = 'Description: {$a}';
 519  $string['deselectall'] = 'Deselect all';
 520  $string['deselectnos'] = 'Deselect all \'No\'';
 521  $string['details'] = 'Details';
 522  $string['detailedless'] = 'Less detailed';
 523  $string['detailedmore'] = 'More detailed';
 524  $string['digitalminor'] = 'Digital minor';
 525  $string['digitalminor_desc'] = 'Please ask your parent/guardian to contact:';
 526  $string['directory'] = 'Directory';
 527  $string['disable'] = 'Disable';
 528  $string['disabledcomments'] = 'Comments are disabled';
 529  $string['dismissnotification'] = 'Dismiss this notification';
 530  $string['displayingfirst'] = 'Only the first {$a->count} {$a->things} are displayed';
 531  $string['displayingrecords'] = 'Displaying {$a} records';
 532  $string['displayingusers'] = 'Displaying users {$a->start} to {$a->end}';
 533  $string['displayonpage'] = 'Display on page';
 534  $string['dndcourse'] = 'You can drag and drop this course to alter its sorting or to move it to another category.';
 535  $string['dndenabled_inbox'] = 'You can drag and drop files here to add them.';
 536  $string['dndnotsupported'] = 'Drag and drop upload not supported';
 537  $string['dndnotsupported_help'] = 'Your browser does not support drag and drop upload. This feature is available in all recent versions of Chrome, Firefox and Safari, as well as Internet Explorer v10 and above.';
 538  $string['dndnotsupported_insentence'] = 'drag and drop not supported';
 539  $string['dnduploadwithoutcontent'] = 'This upload does not have any content';
 540  $string['dndworkingfiletextlink'] = 'Drag and drop files, text or links onto course sections to upload them';
 541  $string['dndworkingfilelink'] = 'Drag and drop files or links onto course sections to upload them';
 542  $string['dndworkingfiletext'] = 'Drag and drop files or text onto course sections to upload them';
 543  $string['dndworkingfile'] = 'Drag and drop files onto course sections to upload them';
 544  $string['dndworkingtextlink'] = 'Drag and drop text or links onto course sections to upload them';
 545  $string['dndworkingtext'] = 'Drag and drop text onto course sections to upload it';
 546  $string['dndworkinglink'] = 'Drag and drop links onto course sections to upload them';
 547  $string['documentation'] = 'Moodle documentation';
 548  $string['dontsortcategories'] = 'Don\'t sort categories';
 549  $string['dontsortcourses'] = 'Don\'t sort courses';
 550  $string['down'] = 'Down';
 551  $string['download'] = 'Download';
 552  $string['downloadall'] = 'Download all';
 553  $string['downloadexcel'] = 'Download in Excel format';
 554  $string['downloadfile'] = 'Download file';
 555  $string['downloadods'] = 'Download in ODS format';
 556  $string['downloadtext'] = 'Download in text format';
 557  $string['doyouagree'] = 'Have you read these conditions and understood them?';
 558  $string['droptoupload'] = 'Drop files here to upload';
 559  $string['duplicate'] = 'Duplicate';
 560  $string['duplicatedmodule'] = '{$a} (copy)';
 561  $string['edhelpaspellpath'] = 'To use spell-checking within the editor, you MUST have <strong>aspell 0.50</strong> or later installed on your server, and you must specify the correct path to access the aspell binary.  On Unix/Linux systems, this path is usually <strong>/usr/bin/aspell</strong>, but it might be something else.';
 562  $string['edhelpbgcolor'] = 'Define the edit area\'s background color.<br />Valid values are, for example: #FFFFFF or white';
 563  $string['edhelpcleanword'] = 'This setting enables or disables Word-specific format filtering.';
 564  $string['edhelpenablespelling'] = 'Enable or disable spell-checking. When enabled, <strong>aspell</strong> must be installed on the server. The second value is the <strong>default dictionary</strong>. This value will be used if aspell doesn\'t have dictionary for users own language.';
 565  $string['edhelpfontfamily'] = 'The font-family property is a list of font family names and/or generic family names. Family names must be separated with comma.';
 566  $string['edhelpfontlist'] = 'Define the fonts used on editors dropdown menu.';
 567  $string['edhelpfontsize'] = 'The default font-size sets the size of a font. <br />Valid values are for example: medium, large, smaller, larger, 10pt, 11px.';
 568  $string['edit'] = 'Edit';
 569  $string['edita'] = 'Edit {$a}';
 570  $string['editcategorysettings'] = 'Edit category settings';
 571  $string['editcategorythis'] = 'Edit this category';
 572  $string['editcoursesettings'] = 'Edit course settings';
 573  $string['editsettings'] = 'Edit settings';
 574  $string['editfiles'] = 'Edit files';
 575  $string['editgroupprofile'] = 'Edit group profile';
 576  $string['editinga'] = 'Editing {$a}';
 577  $string['editingteachershort'] = 'Editor';
 578  $string['editlock'] = 'This value cannot be edited!';
 579  $string['editmyprofile'] = 'Edit profile';
 580  $string['editorbgcolor'] = 'Background-color';
 581  $string['editorcleanonpaste'] = 'Clean Word HTML on paste';
 582  $string['editorcommonsettings'] = 'Common settings';
 583  $string['editordefaultfont'] = 'Default font';
 584  $string['editorenablespelling'] = 'Enable spellchecking';
 585  $string['editorfontlist'] = 'Fontlist';
 586  $string['editorfontsize'] = 'Default font-size';
 587  $string['editorpreferences'] = 'Editor preferences';
 588  $string['editorresettodefaults'] = 'Reset to default values';
 589  $string['editorsettings'] = 'Editor settings';
 590  $string['editorshortcutkeys'] = 'Editor shortcut keys';
 591  $string['editsection'] = 'Edit section';
 592  $string['editsectionname'] = 'Edit section name';
 593  $string['editsummary'] = 'Edit summary';
 594  $string['edittitle'] = 'Edit title';
 595  $string['edittitleinstructions'] = 'Escape to cancel, Enter when finished';
 596  $string['editthisactivity'] = 'Edit this activity';
 597  $string['editthiscategory'] = 'Edit this category';
 598  $string['edituser'] = 'Edit user accounts';
 599  $string['edulevelother'] = 'Other';
 600  $string['edulevelteacher'] = 'Teaching';
 601  $string['edulevelparticipating'] = 'Participating';
 602  $string['edulevel'] = 'All events';
 603  $string['edulevel_help'] = '* Teaching - actions performed by a teacher, e.g. updating a resource
 604  * Participating - actions performed by a student, e.g. posting in a forum
 605  * Other - actions performed by a user with a role other than teacher or student';
 606  $string['email'] = 'Email address';
 607  $string['emailalreadysent'] = 'A password reset email has already been sent. Please check your email.';
 608  $string['emailactive'] = 'Email activated';
 609  $string['emailagain'] = 'Email (again)';
 610  $string['emailconfirm'] = 'Confirm your account';
 611  $string['emailconfirmation'] = 'Hi,
 612  
 613  A new account has been requested at \'{$a->sitename}\'
 614  using your email address.
 615  
 616  To confirm your new account, please go to this web address:
 617  
 618  {$a->link}
 619  
 620  In most mail programs, this should appear as a blue link
 621  which you can just click on.  If that doesn\'t work,
 622  then cut and paste the address into the address
 623  line at the top of your web browser window.
 624  
 625  If you need help, please contact the site administrator,
 626  {$a->admin}';
 627  $string['emailconfirmationresend'] = 'Resend confirmation email';
 628  $string['emailconfirmationsubject'] = '{$a}: account confirmation';
 629  $string['emailconfirmsent'] = '<p>An email should have been sent to your address at <b>{$a}</b></p>
 630     <p>It contains easy instructions to complete your registration.</p>
 631     <p>If you continue to have difficulty, contact the site administrator.</p>';
 632  $string['emailconfirmsentfailure'] = 'Confirmation email failed to send';
 633  $string['emailconfirmsentsuccess'] = 'Confirmation email sent successfully';
 634  $string['emaildigest'] = 'Email digest type';
 635  $string['emaildigest_help'] = 'This is the daily digest setting that forums will use by default.
 636  
 637  * No digest - you will receive one e-mail per forum post;
 638  * Digest - complete posts - you will receive one digest e-mail per day containing the complete contents of each forum post;
 639  * Digest - subjects only - you will receive one digest e-mail per day containing just the subject of each forum post.
 640  
 641  You can also choose a different setting for each forum if you wish.';
 642  $string['emaildigestcomplete'] = 'Complete (daily email with full posts)';
 643  $string['emaildigestoff'] = 'No digest (single email per forum post)';
 644  $string['emaildigestsubjects'] = 'Subjects (daily email with subjects only)';
 645  $string['emaildisable'] = 'This email address is disabled';
 646  $string['emaildisableclick'] = 'Click here to disable all email from being sent to this address';
 647  $string['emaildisplay'] = 'Email display';
 648  $string['emaildisplay_help'] = 'Privileged users (such as teachers and managers) will always be able to see your email address.';
 649  $string['emaildisplaycourse'] = 'Allow only other course participants to see my email address';
 650  $string['emaildisplaycoursemembersonly'] = '(Visible to other course participants)';
 651  $string['emaildisplayeveryone'] = '(Visible to everyone)';
 652  $string['emaildisplayhide'] = '(Hidden from all non-privileged users)';
 653  $string['emaildisplayno'] = 'Hide my email address from non-privileged users';
 654  $string['emaildisplayyes'] = 'Allow everyone to see my email address';
 655  $string['emailenable'] = 'This email address is enabled';
 656  $string['emailenableclick'] = 'Click here to re-enable all email being sent to this address';
 657  $string['emailexists'] = 'This email address is already registered.';
 658  $string['emailexistssignuphint'] = 'Perhaps you created an account in the past? {$a}';
 659  $string['emailexistshintlink'] = 'Recover forgotten username or password';
 660  $string['emailformat'] = 'Email format';
 661  $string['emailcharset'] = 'Email charset';
 662  $string['emailmustbereal'] = 'Note: your email address must be a real one';
 663  $string['emailnotallowed'] = 'Email addresses in these domains are not allowed ({$a})';
 664  $string['emailnotfound'] = 'The email address was not found in the database';
 665  $string['emailonlyallowed'] = 'This email is not one of those that are allowed ({$a})';
 666  $string['emailpasswordconfirmation'] = 'Hi {$a->firstname},
 667  
 668  Someone (probably you) has requested a new password for your
 669  account on \'{$a->sitename}\'.
 670  
 671  To confirm this and have a new password sent to you via email,
 672  go to the following web address:
 673  
 674  {$a->link}
 675  
 676  In most mail programs, this should appear as a blue link
 677  which you can just click on.  If that doesn\'t work,
 678  then cut and paste the address into the address
 679  line at the top of your web browser window.
 680  
 681  If you need help, please contact the site administrator,
 682  {$a->admin}';
 683  $string['emailpasswordconfirmationsubject'] = '{$a}: Change password confirmation';
 684  $string['emailpasswordconfirmmaybesent'] = '<p>If you supplied a correct username or unique email address then an email should have been sent to you.</p>
 685     <p>It contains easy instructions to confirm and complete this password change.
 686  If you continue to have difficulty, please contact the site administrator.</p>';
 687  $string['emailpasswordconfirmnoemail'] = '<p>The user account you specified does not have a recorded email address.</p>
 688     <p>Please contact the site administrator.</p>';
 689  $string['emailpasswordconfirmnotsent'] = '<p>The user detail you supplied does not identify an existing user account.</p>
 690     <p>Please check the information you entered, then try again.
 691  If you continue to have difficulty, please contact the site administrator.</p>';
 692  $string['emailpasswordconfirmsent'] = 'An email should have been sent to your address at <b>{$a}</b>.
 693  <br />It contains easy instructions to confirm and complete this password change.
 694  If you continue to have difficulty, contact the site administrator.';
 695  $string['emailpasswordchangeinfo'] = 'Hi {$a->firstname},
 696  
 697  Someone (probably you) has requested a new password for your
 698  account \'{$a->username}\' on \'{$a->sitename}\'.
 699  
 700  To change your password, please go to the following web address:
 701  
 702  {$a->link}
 703  
 704  In most mail programs, this should appear as a blue link
 705  which you can just click on.  If that doesn\'t work,
 706  then cut and paste the address into the address
 707  line at the top of your web browser window.
 708  
 709  If you need help, please contact the site administrator,
 710  {$a->admin}';
 711  $string['emailpasswordchangeinfodisabled'] = 'Hi {$a->firstname},
 712  
 713  Someone (probably you) has requested a new password for your account on \'{$a->sitename}\'.
 714  
 715  Unfortunately your account on this site is disabled, so the password cannot be reset. Please contact the site administrator {$a->admin}.';
 716  $string['emailpasswordchangeinfofail'] = 'Hi {$a->firstname},
 717  
 718  Someone (probably you) has requested a new password for your account on \'{$a->sitename}\'.
 719  
 720  Unfortunately passwords cannot be reset on this site. Please contact the site administrator {$a->admin}.';
 721  $string['emailpasswordchangeinfosubject'] = '{$a}: Change password information';
 722  $string['emailpasswordsent'] = 'Thank you for confirming the change of password.
 723  An email containing your new password has been sent to your address at<br /><b>{$a->email}</b>.<br />
 724  The new password was automatically generated - you might like to
 725  <a href="{$a->link}">change your password</a> to something easier to remember.';
 726  $string['emailresetconfirmation'] = 'Hi {$a->firstname},
 727  
 728  A password reset was requested for your account \'{$a->username}\' at {$a->sitename}.
 729  
 730  To confirm this request, and set a new password for your account, please
 731  go to the following web address:
 732  
 733  {$a->link}
 734  (This link is valid for {$a->resetminutes} minutes from the time this reset was first requested)
 735  
 736  If this password reset was not requested by you, no action is needed.
 737  
 738  If you need help, please contact the site administrator,
 739  {$a->admin}';
 740  $string['emailresetconfirmationsubject'] = '{$a}: Password reset request';
 741  $string['emailresetconfirmsent'] = 'An email has been sent to your address at <b>{$a}</b>.
 742  <br />It contains easy instructions to confirm and complete this password change.
 743  If you continue to have difficulty, contact the site administrator.';
 744  $string['emailstop'] = 'Disable notifications';
 745  $string['emailtoprivatefiles'] = 'You can also e-mail files as attachments straight to your private files space. Simply attach your files to an e-mail and send it to {$a}';
 746  $string['emailtoprivatefilesdenied'] = 'Your administrator has disabled the option to upload your own private files.';
 747  $string['emailvia'] = '{$a->name} (via {$a->siteshortname})';
 748  $string['emojicategoryactivities'] = 'Activities';
 749  $string['emojicategoryanimalsnature'] = 'Animals & nature';
 750  $string['emojicategoryflags'] = 'Flags';
 751  $string['emojicategoryfooddrink'] = 'Food & drink';
 752  $string['emojicategoryobjects'] = 'Objects';
 753  $string['emojicategorypeoplebody'] = 'People & body';
 754  $string['emojicategoryrecent'] = 'Recent';
 755  $string['emojicategorysmileysemotion'] = 'Smileys & emotion';
 756  $string['emojicategorysymbols'] = 'Symbols';
 757  $string['emojicategorytravelplaces'] = 'Travel & places';
 758  $string['emptydragdropregion'] = 'empty region';
 759  $string['enable'] = 'Enable';
 760  $string['encryptedcode'] = 'Encrypted code';
 761  $string['enddate'] = 'Course end date';
 762  $string['enddate_help'] = 'The course end date determines whether a course is listed as past in the course overview. The course end date may also be used by custom reports. Note that users can still enter the course after the end date; in other words the date does not restrict access.';
 763  $string['english'] = 'English';
 764  $string['enrolmentmethods'] = 'Enrolment methods';
 765  $string['entercourse'] = 'Click to enter this course';
 766  $string['enteremail'] = 'Enter your email address';
 767  $string['enteremailaddress'] = 'Enter in your email address to reset your
 768     password and have the new password sent to you via email.';
 769  $string['enterusername'] = 'Enter your username';
 770  $string['entries'] = 'Entries';
 771  $string['error'] = 'Error';
 772  $string['errorcreatingactivity'] = 'Unable to create an instance of activity \'{$a}\'';
 773  $string['errorfiletoobig'] = 'The file was bigger than the limit of {$a} bytes';
 774  $string['errornouploadrepo'] = 'There is no upload repository enabled for this site';
 775  $string['errorwhenconfirming'] = 'You are not confirmed yet because an error occurred.  If you clicked on a link in an email to get here, make sure that the line in your email wasn\'t broken or wrapped. You may have to use cut and paste to reconstruct the link properly.';
 776  $string['eventcommentcreated'] = 'Comment created';
 777  $string['eventcommentdeleted'] = 'Comment deleted';
 778  $string['eventcommentsviewed'] = 'Comments viewed';
 779  $string['eventconfiglogcreated'] = 'Config log created';
 780  $string['eventcoursebackupcreated'] = 'Course backup created';
 781  $string['eventcoursecategorycreated'] = 'Category created';
 782  $string['eventcoursecategorydeleted'] = 'Category deleted';
 783  $string['eventcoursecategoryupdated'] = 'Category updated';
 784  $string['eventcoursecategoryviewed'] = 'Category viewed';
 785  $string['eventcoursecontentdeleted'] = 'Course content deleted';
 786  $string['eventcoursecreated'] = 'Course created';
 787  $string['eventcoursedeleted'] = 'Course deleted';
 788  $string['eventcourseinformationviewed'] = 'Course summary viewed';
 789  $string['eventcoursemodulecreated'] = 'Course module created';
 790  $string['eventcoursemoduledeleted'] = 'Course module deleted';
 791  $string['eventcoursemoduleupdated'] = 'Course module updated';
 792  $string['eventcoursemoduleviewed'] = 'Course module viewed';
 793  $string['eventcoursessearched'] = 'Courses searched';
 794  $string['eventcourseresetended'] = 'Course reset ended';
 795  $string['eventcourseresetstarted'] = 'Course reset started';
 796  $string['eventcourserestored'] = 'Course restored';
 797  $string['eventcourseupdated'] = 'Course updated';
 798  $string['eventcoursesectioncreated'] = 'Course section created';
 799  $string['eventcoursesectiondeleted'] = 'Course section deleted';
 800  $string['eventcoursesectionupdated'] = 'Course section updated';
 801  $string['eventcoursemoduleinstancelistviewed'] = 'Course module instance list viewed';
 802  $string['eventcourseuserreportviewed'] = 'Course user report viewed';
 803  $string['eventcourseviewed'] = 'Course viewed';
 804  $string['eventdashboardreset'] = 'Dashboard reset';
 805  $string['eventdashboardsreset'] = 'Dashboards reset';
 806  $string['eventdashboardviewed'] = 'Dashboard viewed';
 807  $string['eventdatabasetextfieldcontentreplaced'] = 'Database global search and replace';
 808  $string['eventemailfailed'] = 'Email failed to send';
 809  $string['eventname'] = 'Event name';
 810  $string['eventrecentactivityviewed'] = 'Recent activity viewed';
 811  $string['eventsearchindexed'] = 'Search data indexed';
 812  $string['eventsearchresultsviewed'] = 'Search results viewed';
 813  $string['eventunknownlogged'] = 'Unknown event';
 814  $string['eventusercreated'] = 'User created';
 815  $string['eventuserdeleted'] = 'User deleted';
 816  $string['eventuserfeedbackgiven'] = 'Feedback link clicked';
 817  $string['eventuserfeedbackremind'] = 'Remind me later feedback link clicked';
 818  $string['eventuserlistviewed'] = 'User list viewed';
 819  $string['eventuserloggedout'] = 'User logged out';
 820  $string['eventuserpasswordpolicyfailed'] = 'User password failed password policy';
 821  $string['eventuserpasswordupdated'] = 'User password updated';
 822  $string['eventuserprofileviewed'] = 'User profile viewed';
 823  $string['eventuserupdated'] = 'User updated';
 824  $string['eventuserinfofieldcreated'] = 'User profile field created';
 825  $string['eventuserinfofieldupdated'] = 'User profile field updated';
 826  $string['eventuserinfofielddeleted'] = 'User profile field deleted';
 827  $string['eventuserinfocategorycreated'] = 'User profile field category created';
 828  $string['eventuserinfocategoryupdated'] = 'User profile field category updated';
 829  $string['eventuserinfocategorydeleted'] = 'User profile field category deleted';
 830  $string['everybody'] = 'Everybody';
 831  $string['executeat'] = 'Execute at';
 832  $string['existing'] = 'Existing';
 833  $string['existingadmins'] = 'Existing admins';
 834  $string['existingcourse'] = 'Existing course';
 835  $string['existingcourseadding'] = 'Existing course, adding data to it';
 836  $string['existingcoursedeleting'] = 'Existing course, deleting it first';
 837  $string['existingcreators'] = 'Existing course creators';
 838  $string['existingstudents'] = 'Enrolled students';
 839  $string['existingteachers'] = 'Existing teachers';
 840  $string['extendsession'] = 'Extend session';
 841  $string['expand'] = 'Expand';
 842  $string['expandall'] = 'Expand all';
 843  $string['expandcategory'] = 'Expand {$a}';
 844  $string['explanation'] = 'Explanation';
 845  $string['explanationdigitalminor'] = 'This information is required to determine if your age is over the digital age of consent. This is the age when an individual can consent to terms and conditions and their data being legally stored and processed.';
 846  $string['extendperiod'] = 'Extended period';
 847  $string['favourites'] = 'Starred';
 848  $string['failedloginattempts'] = '{$a->attempts} failed logins since your last login';
 849  $string['feedback'] = 'Feedback';
 850  $string['file'] = 'File';
 851  $string['fileexists'] = 'There is already a file called {$a}';
 852  $string['filemissing'] = '{$a} is missing';
 853  $string['filereaderror'] = 'Unable to read the file \'{$a}\'. Please check that it really is a file and not a folder.';
 854  $string['files'] = 'Files';
 855  $string['filesanduploads'] = 'Files and uploads';
 856  $string['filesfolders'] = 'Files/folders';
 857  $string['fileuploadwithcontent'] = 'File uploads should not include the content parameter';
 858  $string['filloutallfields'] = 'Please fill out all fields in this form';
 859  $string['filter'] = 'Filter';
 860  $string['findmorecourses'] = 'Find more courses...';
 861  $string['first'] = 'First';
 862  $string['firstaccess'] = 'First access';
 863  $string['firstname'] = 'First name';
 864  $string['firstnamephonetic'] = 'First name - phonetic';
 865  $string['firstpage'] = 'First page';
 866  $string['firstsiteaccess'] = 'First access to site';
 867  $string['firsttime'] = 'Is this your first time here?';
 868  $string['folder'] = 'Folder';
 869  $string['folderclosed'] = 'Closed folder';
 870  $string['folderopened'] = 'Opened folder';
 871  $string['followingoptional'] = 'The following items are optional';
 872  $string['followingrequired'] = 'The following items are required';
 873  $string['for'] = 'For';
 874  $string['force'] = 'Force';
 875  $string['forcelanguage'] = 'Force language';
 876  $string['forceno'] = 'Do not force';
 877  $string['forcepasswordchange'] = 'Force password change';
 878  $string['forcepasswordchange_help'] = 'If this checkbox is ticked, the user will be prompted to change their password on their next login';
 879  $string['forcepasswordchangecheckfull'] = 'Are you absolutely sure you want to force a password change to {$a} ?';
 880  $string['forcepasswordchangenot'] = 'Could not force a password change to {$a}';
 881  $string['forcepasswordchangenotice'] = 'You must change your password to proceed.';
 882  $string['forcepasswordresetfailurenotice'] = 'Your current password no longer passes the set password policy. Please contact your Moodle administrator for assistance.
 883     {$a}';
 884  $string['forcepasswordresetnotice'] = 'Your current password no longer passes the set password policy, you must reset your password to login.
 885     {$a}';
 886  $string['forcetheme'] = 'Force theme';
 887  $string['forgotaccount'] = 'Lost password?';
 888  $string['forgotten'] = 'Forgotten your username or password?';
 889  $string['forgottenduplicate'] = 'The email address is shared by several accounts, please enter username instead';
 890  $string['forgotteninvalidurl'] = 'Invalid password reset URL';
 891  $string['format'] = 'Format';
 892  $string['format_help'] = 'The course format determines the layout of the course page.
 893  
 894  * Single activity format - For displaying a single activity or resource (such as a Quiz or SCORM package) on the course page
 895  * Social format - A forum is displayed on the course page
 896  * Topics format - The course page is organised into topic sections
 897  * Weekly format - The course page is organised into weekly sections, with the first week starting on the course start date';
 898  $string['formathtml'] = 'HTML format';
 899  $string['formatmarkdown'] = 'Markdown format';
 900  $string['formatplain'] = 'Plain text format';
 901  $string['formattext'] = 'Moodle auto-format';
 902  $string['forumpreferences'] = 'Forum preferences';
 903  $string['framesetinfo'] = 'This frameset document contains:';
 904  $string['from'] = 'From';
 905  $string['frontpagecategorycombo'] = 'Combo list';
 906  $string['frontpagecategorynames'] = 'List of categories';
 907  $string['frontpagecourselist'] = 'List of courses';
 908  $string['frontpagecoursesearch'] = 'Course search box';
 909  $string['frontpageenrolledcourselist'] = 'Enrolled courses';
 910  $string['frontpagedescription'] = 'Front page summary';
 911  $string['frontpagedescriptionhelp'] = 'This summary can be displayed on the front page using the course/site summary block.';
 912  $string['frontpageformat'] = 'Front page format';
 913  $string['frontpageformatloggedin'] = 'Front page format when logged in';
 914  $string['frontpagenews'] = 'Announcements';
 915  $string['frontpagesettings'] = 'Front page settings';
 916  $string['fulllistofcourses'] = 'All courses';
 917  $string['fullname'] = 'Full name'; /* @deprecated - Use fullnamecourse or fullnameuser or some own context specific string. */
 918  $string['fullnamecourse'] = 'Course full name';
 919  $string['fullnamecourse_help'] = 'The full name of the course is displayed at the top of each page in the course and in the list of courses.';
 920  $string['fullnamedisplay'] = '{$a->firstname} {$a->lastname}';
 921  $string['fullnameuser'] = 'User full name';
 922  $string['fullprofile'] = 'Full profile';
 923  $string['fullsitename'] = 'Full site name';
 924  $string['functiondisabled'] = 'That functionality is currently disabled';
 925  $string['general'] = 'General';
 926  $string['geolocation'] = 'latitude - longitude';
 927  $string['gettheselogs'] = 'Get these logs';
 928  $string['go'] = 'Go';
 929  $string['gpl'] = 'Copyright (C) 1999 onwards Martin Dougiamas (https://moodle.com)
 930  
 931  This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 932  
 933  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 934  
 935  See the Moodle License information page for full details: https://docs.moodle.org/dev/License';
 936  $string['gpllicense'] = 'GPL license';
 937  $string['gpl3'] = 'Copyright (C) 1999 onwards Martin Dougiamas (https://moodle.com)
 938  
 939  This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 940  
 941  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 942  
 943  See the Moodle License information page for full details: https://docs.moodle.org/dev/License';
 944  $string['grades'] = 'Grades';
 945  $string['gradenoun'] = 'Grade';
 946  $string['gradeverb'] = 'Grade';
 947  $string['gravatarenabled'] = '<a href="https://www.gravatar.com/">Gravatar</a> has been enabled for this site. If you don\'t upload a profile picture Moodle will attempt to load a profile picture for you from Gravatar.';
 948  $string['group'] = 'Group';
 949  $string['groupadd'] = 'Add new group';
 950  $string['groupaddusers'] = 'Add selected to group';
 951  $string['groupfor'] = 'for group';
 952  $string['groupinfo'] = 'Info about selected group';
 953  $string['groupinfoedit'] = 'Edit group settings';
 954  $string['groupinfomembers'] = 'Info about selected members';
 955  $string['groupinfopeople'] = 'Info about selected people';
 956  $string['groupmembers'] = 'Group members';
 957  $string['groupmemberssee'] = 'See group members';
 958  $string['groupmembersselected'] = 'Members of selected group';
 959  $string['groupmode'] = 'Group mode';
 960  $string['groupmodeforce'] = 'Force group mode';
 961  $string['groupmy'] = 'My group';
 962  $string['groupnonmembers'] = 'People not in a group';
 963  $string['groupnotamember'] = 'Sorry, you are not a member of that group';
 964  $string['grouprandomassign'] = 'Randomly assign all to groups';
 965  $string['groupremove'] = 'Remove selected group';
 966  $string['groupremovemembers'] = 'Remove selected members';
 967  $string['groups'] = 'Groups';
 968  $string['groupsnone'] = 'No groups';
 969  $string['groupsseparate'] = 'Separate groups';
 970  $string['groupsvisible'] = 'Visible groups';
 971  $string['guest'] = 'Guest';
 972  $string['guestdescription'] = 'Guests have minimal privileges and usually can not enter text anywhere.';
 973  $string['guestskey'] = 'Allow guests who have the key';
 974  $string['guestsno'] = 'Do not allow guests in';
 975  $string['guestsnotallowed'] = 'Sorry, \'{$a}\' does not allow guests to enter.';
 976  $string['guestsyes'] = 'Allow guests without the key';
 977  $string['guestuser'] = 'Guest user';
 978  $string['guestuserinfo'] = 'This user is a special user that allows read-only access to some courses.';
 979  $string['help'] = 'Help';
 980  $string['helpprefix2'] = 'Help with {$a}';
 981  $string['helpwiththis'] = 'Help with this';
 982  $string['hiddenassign'] = 'Hidden assignment';
 983  $string['hiddenfromstudents'] = 'Hidden from students';
 984  $string['hiddenoncoursepage'] = 'Available but not shown on course page';
 985  $string['hiddensections'] = 'Hidden sections';
 986  $string['hiddensections_help'] = 'This setting determines whether hidden sections are displayed to students in collapsed form (perhaps for a course in weekly format to indicate holidays) or are completely hidden.';
 987  $string['hiddensectionscollapsed'] = 'Hidden sections are shown in collapsed form';
 988  $string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible';
 989  $string['hiddenwithbrackets'] = '(hidden)';
 990  $string['hide'] = 'Hide';
 991  $string['hideadvancedsettings'] = 'Hide advanced settings';
 992  $string['hidechartdata'] = 'Hide chart data';
 993  $string['hidefromstudents'] = 'Hide from students';
 994  $string['hideoncoursepage'] = 'Make available but not shown on course page';
 995  $string['hidesection'] = 'Hide section {$a}';
 996  $string['hidesettings'] = 'Hide settings';
 997  $string['hideshowblocks'] = 'Hide or show blocks';
 998  $string['hidepopoverwindow'] = 'Hide popover window';
 999  $string['highlight'] = 'Highlight';
1000  $string['highlightoff'] = 'Remove highlight';
1001  $string['hits'] = 'Hits';
1002  $string['hitsoncourse'] = 'Hits on {$a->coursename} by {$a->username}';
1003  $string['hitsoncoursetoday'] = 'Today\'s hits on {$a->coursename} by {$a->username}';
1004  $string['home'] = 'Home';
1005  $string['hour'] = 'hour';
1006  $string['hours'] = 'hours';
1007  $string['howtomakethemes'] = 'How to make new themes';
1008  $string['htmleditor'] = 'Use HTML editor';
1009  $string['htmleditoravailable'] = 'The HTML editor is available';
1010  $string['htmleditordisabled'] = 'You have disabled the HTML editor in your user profile';
1011  $string['htmleditordisabledadmin'] = 'The administrator has disabled the HTML editor on this site';
1012  $string['htmleditordisabledbrowser'] = 'The HTML editor is unavailable because your web browser is not compatible';
1013  $string['htmlfilesonly'] = 'HTML files only';
1014  $string['htmlformat'] = 'Pretty HTML format';
1015  $string['changedpassword'] = 'Changed password';
1016  $string['changepassword'] = 'Change password';
1017  $string['changessaved'] = 'Changes saved';
1018  $string['check'] = 'Check';
1019  $string['checkactual'] = 'Actual';
1020  $string['checkexpected'] = 'Expected';
1021  $string['checks'] = 'Checks';
1022  $string['checksok'] = 'All \'{$a}\' checks OK';
1023  $string['checkall'] = 'Check all';
1024  $string['checkingbackup'] = 'Checking backup';
1025  $string['checkingcourse'] = 'Checking course';
1026  $string['checkingforbbexport'] = 'Checking for BlackBoard export';
1027  $string['checkinginstances'] = 'Checking instances';
1028  $string['checkingsections'] = 'Checking sections';
1029  $string['checklanguage'] = 'Check language';
1030  $string['checknone'] = 'Check none';
1031  $string['childcoursenotfound'] = 'Child course not found!';
1032  $string['childcourses'] = 'Child courses';
1033  $string['choose'] = 'Choose';
1034  $string['choosecourse'] = 'Choose a course';
1035  $string['choosedots'] = 'Choose...';
1036  $string['chooselivelogs'] = 'Or watch current activity';
1037  $string['chooselogs'] = 'Choose which logs you want to see';
1038  $string['choosereportfilter'] = 'Choose a filter for the report';
1039  $string['choosetheme'] = 'Choose theme';
1040  $string['chooseuser'] = 'Choose a user';
1041  $string['courseduration'] = 'Course duration';
1042  $string['courseduration_desc'] = 'The course duration is used to calculate the default course end date. The course end date is used for determining whether a course should be included in a user\'s list of courses.  It may also be used by custom reports. Users can still enter the course after the end date.';
1043  $string['courseenddateenabled'] = 'Course end date enabled by default';
1044  $string['courseenddateenabled_desc'] = 'This setting determines if the course end date will be enabled by default for new courses and set to the date calculated from the course duration.';
1045  $string['eventcontentviewed'] = 'Content viewed';
1046  $string['filter'] = 'Filter';
1047  $string['filteroption'] = '{$a->criteria}: {$a->value}';
1048  $string['filters'] = 'Filters';
1049  $string['icon'] = 'Icon';
1050  $string['idnumber'] = 'ID number';
1051  $string['idnumbercourse'] = 'Course ID number';
1052  $string['idnumbercourse_help'] = 'The ID number of a course is only used when matching the course against external systems and is not displayed anywhere on the site. If the course has an official code name it may be entered, otherwise the field can be left blank.';
1053  $string['idnumbergroup'] = 'Group ID number';
1054  $string['idnumbergroup_help'] = 'The ID number of a group is only used when matching the group against external systems and is not displayed anywhere on the site. If the group has an official code name it may be entered, otherwise the field can be left blank.';
1055  $string['idnumbergrouping'] = 'Grouping ID number';
1056  $string['idnumbergrouping_help'] = 'The ID number of a grouping is only used when matching the grouping against external systems and is not displayed anywhere on the site. If the grouping has an official code name it may be entered, otherwise the field can be left blank.';
1057  $string['idnumbermod'] = 'ID number';
1058  $string['idnumbermod_help'] = 'Setting an ID number provides a way of identifying the activity or resource for purposes such as grade calculation or custom reporting. Otherwise the field may be left blank.
1059  
1060  For gradable activities, the ID number can also be set in the gradebook, though it can only be edited on the activity settings page.';
1061  $string['idnumbertaken'] = 'This ID number is already taken';
1062  $string['imagealt'] = 'Picture description';
1063  $string['import'] = 'Import';
1064  $string['importdata'] = 'Import course data';
1065  $string['importdataexported'] = 'Exported data from \'from\' course successfully.<br /> Continue to import into your \'to\' course.';
1066  $string['importdatafinished'] = 'Import complete! Continue to your course';
1067  $string['importdatafrom'] = 'Find a course to import data from:';
1068  $string['inactive'] = 'Inactive';
1069  $string['include'] = 'Include';
1070  $string['includeallusers'] = 'Include all users';
1071  $string['includecoursefiles'] = 'Include course files';
1072  $string['includecourseusers'] = 'Include course users';
1073  $string['included'] = 'Included';
1074  $string['includelogentries'] = 'Include log entries';
1075  $string['includemodules'] = 'Include modules';
1076  $string['includemoduleuserdata'] = 'Include module user data';
1077  $string['includeneededusers'] = 'Include needed users';
1078  $string['includenoneusers'] = 'Include no users';
1079  $string['includeroleassignments'] = 'Include role assignments';
1080  $string['includesitefiles'] = 'Include site files used in this course';
1081  $string['includeuserfiles'] = 'Include user files';
1082  $string['increasesections'] = 'Increase the number of sections';
1083  $string['indicator:accessesafterend'] = 'Course accessed after end date';
1084  $string['indicator:accessesafterend_help'] = 'This indicator reflects if the student accessed the course after the course end date.';
1085  $string['indicator:accessesbeforestart'] = 'Course accessed before start date';
1086  $string['indicator:accessesbeforestart_help'] = 'This indicator reflects if the student accessed the course before the course start date.';
1087  $string['indicator:activitiesdue'] = 'Activities due';
1088  $string['indicator:activitiesdue_help'] = 'The user has activities due.';
1089  $string['indicator:anycourseaccess'] = 'Any course access';
1090  $string['indicator:anycourseaccess_help'] = 'This indicator reflects access to any course that the user is enrolled in.';
1091  $string['indicator:anywrite'] = 'Any write action';
1092  $string['indicator:anywrite_help'] = 'This indicator represents any write (submit) action taken by the student.';
1093  $string['indicator:anywriteincourse'] = 'Any write action in the course';
1094  $string['indicator:anywriteincourse_help'] = 'This indicator represents any write (submit) action taken by the student in any course activity.';
1095  $string['indicator:completeduserprofile'] = 'User profile is completed';
1096  $string['indicator:completeduserprofile_help'] = 'This indicator represents that the student has completed their user profile.';
1097  $string['indicator:completeduserprofiledef'] = 'User profile is completed';
1098  $string['indicator:completeduserprofiledef_help'] = 'The site policies have been agreed to and the user has filled in the following fields: Institution, Department, Address, City, Country, URL.';
1099  $string['indicator:completionenabled'] = 'Completion tracking enabled';
1100  $string['indicator:completionenabled_help'] = 'This indicator represents that completion tracking has been enabled for this course.';
1101  $string['indicator:nostudent'] = 'Student enrolments';
1102  $string['indicator:nostudent_help'] = 'This indicator reflects the availability of students in the course.';
1103  $string['indicator:noteacher'] = 'Teacher availability';
1104  $string['indicator:noteacher_help'] = 'This indicator reflects the availability of teachers in the course.';
1105  $string['indicator:potentialcognitive'] = 'Course potential cognitive depth';
1106  $string['indicator:potentialcognitive_help'] = 'This indicator is based on the potential cognitive depth that could be reached by a student participating in course activities.';
1107  $string['indicator:potentialcognitivedef'] = 'Course potential cognitive depth';
1108  $string['indicator:potentialcognitivedef_help'] = 'The degree to which the course offers "deep" cognitive engagement, e.g. submission of work for feedback, the opportunity to review work by others, and the opportunity to revise and resubmit work.';
1109  $string['indicator:potentialcognitivedef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
1110  $string['indicator:potentialsocial'] = 'Course potential social breadth';
1111  $string['indicator:potentialsocial_help'] = 'This indicator is based on the potential social breadth that could be reached by the student participating in course activities.';
1112  $string['indicator:potentialsocialdef'] = 'Course potential social breadth';
1113  $string['indicator:potentialsocialdef_help'] = 'The degree to which the course offers "broad" social engagement, interacting with other participants and with the community of practice beyond the class.';
1114  $string['indicator:potentialsocialdef_link'] = 'Learning_analytics_indicators#Social_breadth';
1115  $string['indicator:readactions'] = 'Read actions amount';
1116  $string['indicator:readactions_help'] = 'This indicator represents the number of read (view) actions taken by the student.';
1117  $string['indicator:userforumstracking'] = 'User is tracking forums';
1118  $string['indicator:userforumstracking_help'] = 'This indicator represents whether or not the student has tracking turned on in the forums.';
1119  $string['info'] = 'Information';
1120  $string['inprogress'] = 'In progress';
1121  $string['institution'] = 'Institution';
1122  $string['instudentview'] = 'in student view';
1123  $string['interests'] = 'Interests';
1124  $string['interestslist'] = 'List of interests';
1125  $string['interestslist_help'] = 'Enter your interests, one by one, which will then be displayed on your profile page as tags.';
1126  $string['invalidemail'] = 'Invalid email address';
1127  $string['invalidlogin'] = 'Invalid login, please try again';
1128  $string['invalidusername'] = 'The username can only contain alphanumeric lowercase characters (letters and numbers), underscore (_), hyphen (-), period (.) or at symbol (@).';
1129  $string['invalidusernameupload'] = 'Invalid username';
1130  $string['ip_address'] = 'IP address';
1131  $string['jump'] = 'Jump';
1132  $string['jumpto'] = 'Jump to...';
1133  $string['keep'] = 'Keep';
1134  $string['labelvalue'] = '{$a->label}: {$a->value}';
1135  $string['langltr'] = 'Language direction left-to-right';
1136  $string['langrtl'] = 'Language direction right-to-left';
1137  $string['language'] = 'Language';
1138  $string['languagegood'] = 'This language pack is up-to-date! :-)';
1139  $string['last'] = 'Last';
1140  $string['lastaccess'] = 'Last access';
1141  $string['lastcourseaccess'] = 'Last access to course';
1142  $string['lastedited'] = 'Last edited';
1143  $string['lastip'] = 'Last IP address';
1144  $string['lastlogin'] = 'Last login';
1145  $string['lastmodified'] = 'Last modified';
1146  $string['lastname'] = 'Surname';
1147  $string['lastnamephonetic'] = 'Surname - phonetic';
1148  $string['lastpage'] = 'Last page';
1149  $string['lastsiteaccess'] = 'Last access to site';
1150  $string['lastyear'] = 'Last year';
1151  $string['latestlanguagepack'] = 'Check for latest language pack on moodle.org';
1152  $string['layouttable'] = 'Layout table';
1153  $string['leavetokeep'] = 'Leave blank to keep current password';
1154  $string['legacylogginginuse'] = 'This site currently has writing to the legacy log store enabled. Writing to this log store is deprecated. Please write to a supported log store such as "standard" or "external".';
1155  $string['legacythemeinuse'] = 'This site is being displayed to you in compatibility mode because your browser is too old.';
1156  $string['license'] = 'Licence';
1157  $string['licenses'] = 'Licences';
1158  $string['liketologin'] = 'Would you like to log in now with a full user account?';
1159  $string['list'] = 'List';
1160  $string['listfiles'] = 'List of files in {$a}';
1161  $string['listofallpeople'] = 'List of all people';
1162  $string['listofcourses'] = 'List of courses';
1163  $string['loading'] = 'Loading';
1164  $string['loadinghelp'] = 'Loading...';
1165  $string['local'] = 'Local';
1166  $string['localplugins'] = 'Local plugins';
1167  $string['localpluginsmanage'] = 'Manage local plugins';
1168  $string['location'] = 'Location';
1169  $string['locktimeout'] = 'The operation timed out while waiting for a lock.';
1170  $string['log_excel_date_format'] = 'yyyy mmmm d h:mm';
1171  $string['loggedinas'] = 'You are logged in as {$a}';
1172  $string['loggedinasguest'] = 'You are currently using guest access';
1173  $string['loggedinnot'] = 'You are not logged in.';
1174  $string['login'] = 'Log in';
1175  $string['loginactivity'] = 'Login activity';
1176  $string['loginalready'] = 'You are already logged in';
1177  $string['loginas'] = 'Log in as';
1178  $string['loginaspasswordexplain'] = '<p>You must enter the special "loginas password" to use this feature.<br />If you do not know it, ask your server administrator.</p>';
1179  $string['login_failure_logs'] = 'Login failure logs';
1180  $string['loginguest'] = 'Log in as a guest';
1181  $string['loginsite'] = 'Log in to the site';
1182  $string['loginsteps'] = 'For full access to this site, you first need to create an account.';
1183  $string['loginstepsnone'] = '<p>Hi!</p>
1184  <p>For full access to courses you\'ll need to create yourself an account.</p>
1185  <p>All you need to do is make up a username and password and use it in the form on this page!</p>
1186  <p>If someone else has already chosen your username then you\'ll have to try again using a different username.</p>';
1187  $string['loginto'] = 'Log in to {$a}';
1188  $string['loginagain'] = 'Log in again';
1189  $string['logoof'] = 'Logo of {$a}';
1190  $string['logout'] = 'Log out';
1191  $string['logoutconfirm'] = 'Do you really want to log out?';
1192  $string['logs'] = 'Logs';
1193  $string['logtoomanycourses'] = '[ <a href="{$a->url}">more</a> ]';
1194  $string['logtoomanyusers'] = '[ <a href="{$a->url}">more</a> ]';
1195  $string['lookback'] = 'Look back';
1196  $string['mailadmins'] = 'Inform admins';
1197  $string['mailstudents'] = 'Inform students';
1198  $string['mailteachers'] = 'Inform teachers';
1199  $string['maincoursepage'] = 'Main course page';
1200  $string['makeafolder'] = 'Create folder';
1201  $string['makeavailable'] = 'Make available';
1202  $string['makeeditable'] = 'If you make \'{$a}\' editable by the web server process (eg apache) then you could edit this file directly from this page';
1203  $string['makethismyhome'] = 'Make this my home page';
1204  $string['makeunavailable'] = 'Make unavailable';
1205  $string['manageblocks'] = 'Blocks';
1206  $string['managecategorythis'] = 'Manage this category';
1207  $string['managecontentbanktypes'] = 'Manage content types';
1208  $string['managecourses'] = 'Manage courses';
1209  $string['managedataformats'] = 'Manage data formats';
1210  $string['managedatabase'] = 'Database';
1211  $string['manageeditorfiles'] = 'Manage files used by editor';
1212  $string['managefilters'] = 'Filters';
1213  $string['managemodules'] = 'Modules';
1214  $string['manageroles'] = 'Roles and permissions';
1215  $string['markallread'] = 'Mark all as read';
1216  $string['markedthistopic'] = 'This topic is highlighted as the current topic';
1217  $string['markthistopic'] = 'Highlight this topic as the current topic';
1218  $string['matchingsearchandrole'] = 'Matching \'{$a->search}\' and {$a->role}';
1219  $string['maxareabytesreached'] = 'The file (or the total size of several files) is larger than the space remaining in this area.';
1220  $string['maxsectionslimit'] = 'Cannot create new section as it would exceed the maximum number of sections allowed for this course ({$a}).';
1221  $string['maxfilesize'] = 'Maximum size for new files: {$a}';
1222  $string['maxfilesreached'] = 'You are allowed to attach a maximum of {$a} file(s) to this item';
1223  $string['maximumchars'] = 'Maximum of {$a} characters';
1224  $string['maximumgrade'] = 'Maximum grade';
1225  $string['maximumgradex'] = 'Maximum grade: {$a}';
1226  $string['maximumshort'] = 'Max';
1227  $string['maximumupload'] = 'Maximum upload size';
1228  $string['maximumupload_help'] = 'This setting determines the largest size of file that can be uploaded to the course, limited by the site-wide setting set by an administrator. Activity modules also include a maximum upload size setting for further restricting the file size.';
1229  $string['maxnumberweeks'] = 'Maximum number of sections';
1230  $string['maxnumberweeks_desc'] = 'The maximum value in the number of sections drop-down menu (applies to certain course formats only).';
1231  $string['maxnumcoursesincombo'] = 'Browse <a href="{$a->link}">{$a->numberofcourses} courses</a>.';
1232  $string['maxsize'] = 'Max size: {$a}';
1233  $string['maxsizeandareasize'] = 'Maximum size for new files: {$a->size}, overall limit: {$a->areasize}';
1234  $string['maxsizeandattachments'] = 'Maximum file size: {$a->size}, maximum number of files: {$a->attachments}';
1235  $string['maxsizeandattachmentsandareasize'] = 'Maximum file size: {$a->size}, maximum number of files: {$a->attachments}, maximum total size: {$a->areasize}';
1236  $string['memberincourse'] = 'People in the course';
1237  $string['messagebody'] = 'Message body';
1238  $string['messagedselectedusers'] = 'Selected users have been messaged and the recipient list has been reset.';
1239  $string['messagedselectedusersfailed'] = 'Something went wrong while messaging selected users.  Some may have received the email.';
1240  $string['messageprovider:asyncbackupnotification'] = 'Asynchronous backup/restore notifications';
1241  $string['messageprovider:availableupdate'] = 'Available update notifications';
1242  $string['messageprovider:backup'] = 'Backup notifications';
1243  $string['messageprovider:badgecreatornotice'] = 'Badge creator notifications';
1244  $string['messageprovider:badgerecipientnotice'] = 'Badge recipient notifications';
1245  $string['messageprovider:competencyplancomment'] = 'Comment posted on a learning plan';
1246  $string['messageprovider:competencyusercompcomment'] = 'Comment posted on a competency';
1247  $string['messageprovider:coursecompleted'] = 'Course completed';
1248  $string['messageprovider:courserequestapproved'] = 'Course creation request approval notification';
1249  $string['messageprovider:courserequested'] = 'Course creation request notification';
1250  $string['messageprovider:courserequestrejected'] = 'Course creation request rejection notification';
1251  $string['messageprovider:errors'] = 'Important errors with the site';
1252  $string['messageprovider:errors_help'] = 'These are important errors that an administrator should know about.';
1253  $string['messageprovider:gradenotifications'] = 'Grade notifications';
1254  $string['messageprovider:messagecontactrequests'] = 'Message contact requests notification';
1255  $string['messageprovider:notices'] = 'Notices about minor problems';
1256  $string['messageprovider:notices_help'] = 'These are notices that an administrator might be interested in seeing.';
1257  $string['messageprovider:infected'] = 'Antivirus failure notifications.';
1258  $string['messageprovider:insights'] = 'Insights generated by prediction models';
1259  $string['messageprovider:instantmessage'] = 'Personal messages between users';
1260  $string['messageprovider:instantmessage_help'] = 'This section configures what happens to messages that are sent to you directly from other users on this site.';
1261  $string['messageselect'] = 'Select this user as a message recipient';
1262  $string['messageselectadd'] = 'Send a message';
1263  $string['middlename'] = 'Middle name';
1264  $string['migratinggrades'] = 'Migrating grades';
1265  $string['min'] = 'min';
1266  $string['mins'] = 'mins';
1267  $string['minute'] = 'minute';
1268  $string['minutes'] = 'minutes';
1269  $string['miscellaneous'] = 'Miscellaneous';
1270  $string['missingcategory'] = 'You need to choose a category';
1271  $string['missingdescription'] = 'Missing description';
1272  $string['missingemail'] = 'Missing email address';
1273  $string['missingfirstname'] = 'Missing given name';
1274  $string['missingfromdisk'] = 'Missing from disk';
1275  $string['missingfullname'] = 'Missing full name';
1276  $string['missinglastname'] = 'Missing surname';
1277  $string['missingname'] = 'Missing name';
1278  $string['missingnewpassword'] = 'Missing new password';
1279  $string['missingpassword'] = 'Missing password';
1280  $string['missingrecaptchachallengefield'] = 'Failed reCAPTCHA challenge, try again.';
1281  $string['missingreqreason'] = 'Missing reason';
1282  $string['missingshortname'] = 'Missing short name';
1283  $string['missingshortsitename'] = 'Missing short site name';
1284  $string['missingsitedescription'] = 'Missing site description';
1285  $string['missingsitename'] = 'Missing site name';
1286  $string['missingstrings'] = 'Check for untranslated words or phrases';
1287  $string['missingstudent'] = 'Must choose something';
1288  $string['missingsummary'] = 'Missing summary';
1289  $string['missingteacher'] = 'Must choose something';
1290  $string['missingurl'] = 'Missing URL';
1291  $string['missingusername'] = 'Missing username';
1292  $string['moddoesnotsupporttype'] = 'Module {$a->modname} does not support uploads of type {$a->type}';
1293  $string['modhide'] = 'Hide';
1294  $string['modshow'] = 'Show';
1295  $string['modvisible'] = 'Availability';
1296  $string['modvisible_help'] = 'If the availability is set to \'Show on course page\', the activity or resource is available to students (subject to any access restrictions which may be set).
1297  
1298  If the availability is set to \'Hide from students\', the activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).';
1299  $string['modvisiblewithstealth'] = 'Availability';
1300  $string['modvisiblewithstealth_help'] = 'If the availability is set to \'Show on course page\', the activity or resource is available to students (subject to any access restrictions which may be set).
1301  
1302  If the availability is set to \'Hide from students\', the activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).
1303  
1304  If the course contains many activities or resources, the course page may be simplified by setting the availability to \'Make available but not shown on course page\'. In this case, a link to the activity or resource must be provided from elsewhere, such as from a page resource. The activity would still be listed in the gradebook and other reports.';
1305  $string['modvisiblehiddensection'] = 'Availability';
1306  $string['modvisiblehiddensection_help'] = 'If the availability is set to \'Hide from students\', the activity or resource is only available to users with permission to view hidden activities (by default, users with the role of teacher or non-editing teacher).
1307  
1308  If the course contains many activities or resources, the course page may be simplified by setting the availability to \'Make available but not shown on course page\'. In this case, a link to the activity or resource must be provided from elsewhere, such as from a page resource. The activity would still be listed in the gradebook and other reports.';
1309  $string['moodlelogo'] = 'Moodle logo';
1310  $string['month'] = 'Month';
1311  $string['months'] = 'Months';
1312  $string['modified'] = 'Modified';
1313  $string['moduleintro'] = 'Description';
1314  $string['modulesetup'] = 'Setting up module tables';
1315  $string['modulesuccess'] = '{$a} tables have been set up correctly';
1316  $string['modulesused'] = 'Modules used';
1317  $string['moodledocs'] = 'Moodle Docs';
1318  $string['moodledocslink'] = 'Help and documentation';
1319  $string['moodleversion'] = 'Moodle version';
1320  $string['moodlerelease'] = 'Moodle release';
1321  $string['more'] = 'more';
1322  $string['morehelp'] = 'More help';
1323  $string['morehelpaboutmodule'] = 'More help about the {$a} activity';
1324  $string['moreinfo'] = 'More info';
1325  $string['moreinformation'] = 'More information about this error';
1326  $string['moreprofileinfoneeded'] = 'Please tell us more about yourself';
1327  $string['morenavigationlinks'] = 'More...';
1328  $string['mostrecently'] = 'most recently';
1329  $string['move'] = 'Move';
1330  $string['movecoursemodule'] = 'Move resource';
1331  $string['movecoursesection'] = 'Move section';
1332  $string['movecontent'] = 'Move {$a}';
1333  $string['movecontentafter'] = 'After "{$a}"';
1334  $string['movecontenttothetop'] = 'To the top of the list';
1335  $string['movecategorycontentto'] = 'Move into';
1336  $string['movecategorysuccess'] = 'Successfully moved category \'{$a->moved}\' into category \'{$a->to}\'';
1337  $string['movecategoriessuccess'] = 'Successfully moved {$a->count} categories into category \'{$a->to}\'';
1338  $string['movecategorytotopsuccess'] = 'Successfully moved category \'{$a->moved}\' to top level';
1339  $string['movecategoriestotopsuccess'] = 'Successfully moved {$a->count} categories to top level';
1340  $string['movecategoryto'] = 'Move category to:';
1341  $string['movecontentstoanothercategory'] = 'Move contents to another category';
1342  $string['movecourseto'] = 'Move course to:';
1343  $string['movedown'] = 'Move down';
1344  $string['movefilestohere'] = 'Move files to here';
1345  $string['movefull'] = 'Move {$a} to this location';
1346  $string['movehere'] = 'Move to here';
1347  $string['moveleft'] = 'Move left';
1348  $string['moveright'] = 'Move right';
1349  $string['movesection'] = 'Move section {$a}';
1350  $string['moveselectedcategoriesto'] = 'Move selected categories to';
1351  $string['moveselectedcoursesto'] = 'Move selected courses to...';
1352  $string['movetoanotherfolder'] = 'Move to another folder';
1353  $string['moveup'] = 'Move up';
1354  $string['mustconfirm'] = 'You need to confirm your account';
1355  $string['mustchangepassword'] = 'The new password must be different than the current one';
1356  $string['mycourses'] = 'My courses';
1357  $string['myfiles'] = 'My private files';
1358  $string['myfilesmanage'] = 'Manage my private files';
1359  $string['myhome'] = 'Dashboard';
1360  $string['mymoodledashboard'] = 'My Moodle dashboard';
1361  $string['myprofile'] = 'My profile';
1362  $string['name'] = 'Name';
1363  $string['namedfiletoolarge'] = 'The file \'{$a->filename}\' is too large and cannot be uploaded';
1364  $string['nameforlink'] = 'What do you want to call this link?';
1365  $string['nameforpage'] = 'Name';
1366  $string['navigation'] = 'Navigation';
1367  $string['needed'] = 'Needed';
1368  $string['networkdropped'] = 'We have detected that your Internet connection is unreliable or has been interrupted.<br />
1369  Please be aware that changes may not be saved properly until your connection improves.';
1370  $string['never'] = 'Never';
1371  $string['neverdeletelogs'] = 'Never delete logs';
1372  $string['new'] = 'New';
1373  $string['newaccount'] = 'New account';
1374  $string['newactivityname'] = 'New name for activity {$a}';
1375  $string['newcourse'] = 'New course';
1376  $string['newpassword'] = 'New password';
1377  $string['newpassword_help'] = 'Enter a new password or leave blank to keep current password.';
1378  $string['newpasswordfromlost'] = '<strong>NOTICE:</strong> Your <strong>Current password</strong> will have been sent to you in the <strong>second</strong> of the two emails sent as part of the lost password recovery process. Make sure you have received your replacement password before continuing with this screen.';
1379  $string['newpasswordtext'] = 'Hi {$a->firstname},
1380  
1381  Your account password at \'{$a->sitename}\' has been reset
1382  and you have been issued with a new temporary password.
1383  
1384  Your current login information is now:
1385     username: {$a->username}
1386     password: {$a->newpassword}
1387  
1388  Please go to this page to change your password:
1389     {$a->link}
1390  
1391  In most mail programs, this should appear as a blue link
1392  which you can just click on.  If that doesn\'t work,
1393  then cut and paste the address into the address
1394  line at the top of your web browser window.
1395  
1396  Cheers from the \'{$a->sitename}\' administrator,
1397  {$a->signoff}';
1398  $string['newpicture'] = 'New picture';
1399  $string['newpicture_help'] = 'To add a new picture, browse and select an image (in JPG or PNG format) then click "Update profile". The image will be cropped to a square and resized to 100x100 pixels.';
1400  $string['newpictureusernotsetup'] = 'A profile picture can only be added once all required profile information has been saved.';
1401  $string['newsectionname'] = 'New name for section {$a}';
1402  $string['newsitem'] = 'news item';
1403  $string['newsitems'] = 'announcements';
1404  $string['newsitemsnumber'] = 'Number of announcements';
1405  $string['newsitemsnumber_help'] = 'The announcements forum is a special forum which is created automatically in the course, has forced subscription set by default, and only users with appropriate permissions (by default teachers) can post in it.
1406  
1407  This setting determines how many recent announcements appear in the latest announcements block.
1408  
1409  If an announcements forum is not required in the course, this setting should be set to zero.';
1410  $string['newuser'] = 'New user';
1411  $string['newusernewpasswordsubj'] = 'New user account';
1412  $string['newusernewpasswordtext'] = 'Hi {$a->firstname},
1413  
1414  A new account has been created for you at \'{$a->sitename}\'
1415  and you have been issued with a new temporary password.
1416  
1417  Your current login information is now:
1418     username: {$a->username}
1419     password: {$a->newpassword}
1420               (you will have to change your password
1421                when you login for the first time)
1422  
1423  To start using \'{$a->sitename}\', login at
1424     {$a->link}
1425  
1426  In most mail programs, this should appear as a blue link
1427  which you can just click on.  If that doesn\'t work,
1428  then cut and paste the address into the address
1429  line at the top of your web browser window.
1430  
1431  Cheers from the \'{$a->sitename}\' administrator,
1432  {$a->signoff}';
1433  $string['newusers'] = 'New users';
1434  $string['newwindow'] = 'New window';
1435  $string['next'] = 'Next';
1436  $string['nextpage'] = 'Next page';
1437  $string['nextsection'] = 'Next section';
1438  $string['no'] = 'No';
1439  $string['noblockstoaddhere'] = 'There are no blocks that you can add to this page.';
1440  $string['nobody'] = 'Nobody';
1441  $string['nocourses'] = 'No courses';
1442  $string['nocoursesfound'] = 'No courses were found with the words \'{$a}\'';
1443  $string['nocoursestarttime'] = 'The course does not have a start date.';
1444  $string['nocoursesyet'] = 'No courses in this category';
1445  $string['nocomments'] = 'No comments';
1446  $string['nodstpresets'] = 'The administrator has not enabled Daylight Savings Time support.';
1447  $string['nofilesselected'] = 'No files have been selected to restore';
1448  $string['nofilesyet'] = 'No files have been uploaded to your course yet';
1449  $string['nofiltersapplied'] = 'No filters applied';
1450  $string['nograde'] = 'No grade';
1451  $string['nohelpforactivityorresource'] = 'There is currently no help associated with this resource or activity';
1452  $string['nochange'] = 'No change';
1453  $string['noimagesyet'] = 'No images have been uploaded to your course yet';
1454  $string['nologsfound'] = 'No logs have been found';
1455  $string['nomatchingusers'] = 'No users match \'{$a}\'';
1456  $string['nomorecourses'] = 'No more matching courses could be found';
1457  $string['nomoreidnumber'] = 'Not using an idnumber to avoid collisions';
1458  $string['none'] = 'None';
1459  $string['noneditingteacher'] = 'Non-editing teacher';
1460  $string['noneditingteacherdescription'] = 'Non-editing teachers can teach in courses and grade students, but may not alter activities.';
1461  $string['nonstandard'] = 'Non-standard';
1462  $string['nopendingcourses'] = 'There are no courses pending approval';
1463  $string['nopotentialadmins'] = 'No potential admins';
1464  $string['nopotentialcreators'] = 'No potential course creators';
1465  $string['nopotentialstudents'] = 'No potential students';
1466  $string['nopotentialteachers'] = 'No potential teachers';
1467  $string['norecentactivity'] = 'No recent activity';
1468  $string['noreplybouncemessage'] = 'You have replied to a no-reply email address. If you were attempting to reply to a forum post, please instead reply using the {$a} forums.
1469  
1470  Following is the content of your email:';
1471  $string['noreplybouncesubject'] = '{$a} - bounced email.';
1472  $string['noreplyname'] = 'Do not reply to this email';
1473  $string['noresetrecord'] = 'There is no record of that reset request. Please initiate a new password reset request.';
1474  $string['noresults'] = 'No results';
1475  $string['normal'] = 'Normal';
1476  $string['normalfilter'] = 'Normal search';
1477  $string['nosite'] = 'Could not find site-level course';
1478  $string['nostudentsfound'] = 'No {$a} found';
1479  $string['nostudentsingroup'] = 'There are no students in this group yet';
1480  $string['nostudentsyet'] = 'There are no students enrolled in this course.';
1481  $string['nosuchemail'] = 'No such email address';
1482  $string['notavailable'] = 'Not available';
1483  $string['notavailablecourse'] = '{$a} is not available';
1484  $string['noteachersyet'] = 'No teachers in this course yet';
1485  $string['noteachingupcomingcourses'] = 'Upcoming courses have no teachers or students';
1486  $string['notenrolled'] = '{$a} is not enrolled in this course.';
1487  $string['notenrolledprofile'] = 'This profile is not available because this user is not enrolled in this course.';
1488  $string['noteusercannotrolldatesoncontext'] = '<strong>Note:</strong> The ability to roll dates when restoring this backup has been disabled because you lack the required permissions.';
1489  $string['noteuserschangednonetocourse'] = '<strong>Note:</strong> Course users need to be restored when restoring user data (in activities, files or messages). This setting has been changed for you.';
1490  $string['nothingnew'] = 'No recent activity';
1491  $string['nothingtodisplay'] = 'Nothing to display';
1492  $string['notice'] = 'Notice';
1493  $string['noticenewerbackup'] = 'This backup file has been created with Moodle {$a->backuprelease} ({$a->backupversion}) and it\'s newer than your currently installed Moodle {$a->serverrelease} ({$a->serverversion}). This could cause some inconsistencies because backwards compatibility of backup files cannot be guaranteed.';
1494  $string['notifications'] = 'Notifications';
1495  $string['notifyloginfailuresmessage'] = '{$a->time}, IP: {$a->ip}, User: {$a->info}, User full name: {$a->name}';
1496  $string['notifyloginfailuresmessageend'] = 'You can view these logs at {$a}';
1497  $string['notifyloginfailuresmessagestart'] = 'Here is a list of failed login attempts at {$a} since you were last notified';
1498  $string['notifyloginfailuressubject'] = '{$a} :: Failed logins notification';
1499  $string['notincluded'] = 'Not included';
1500  $string['notingroup'] = 'Sorry, but you need to be part of a group to see this page.';
1501  $string['notpublic'] = 'Not public!';
1502  $string['nousersfound'] = 'No users found';
1503  $string['nousersmatching'] = 'No users matching \'{$a}\' were found';
1504  $string['nousersyet'] = 'There are no users yet';
1505  $string['novalidcourses'] = 'No valid courses to be shown';
1506  $string['now'] = 'now';
1507  $string['numattempts'] = '{$a} failed login attempt(s)';
1508  $string['numberofcourses'] = 'Number of courses';
1509  $string['numberweeks'] = 'Number of sections';
1510  $string['numday'] = '{$a} day';
1511  $string['numdays'] = '{$a} days';
1512  $string['numhours'] = '{$a} hours';
1513  $string['numletters'] = '{$a} letters';
1514  $string['numminutes'] = '{$a} minutes';
1515  $string['nummonth'] = '{$a} month';
1516  $string['nummonths'] = '{$a} months';
1517  $string['numseconds'] = '{$a} seconds';
1518  $string['numviews'] = '{$a} views';
1519  $string['numweek'] = '{$a} week';
1520  $string['numweeks'] = '{$a} weeks';
1521  $string['numwords'] = '{$a} words';
1522  $string['numyear'] = '{$a} year';
1523  $string['numyears'] = '{$a} years';
1524  $string['ok'] = 'OK';
1525  $string['oldpassword'] = 'Current password';
1526  $string['olduserdirectory'] = 'This is the OLD users directory, and is no longer needed. You may safely delete it. The files it contains have been copied to the NEW user directory.';
1527  $string['opensinnewwindow'] = 'Opens in new window';
1528  $string['optional'] = 'optional';
1529  $string['options'] = 'options';
1530  $string['order'] = 'Order';
1531  $string['originalpath'] = 'Original path';
1532  $string['orphanedactivitiesinsectionno'] = 'Orphaned activities (section {$a})';
1533  $string['other'] = 'Other';
1534  $string['outline'] = 'Outline';
1535  $string['outlinereport'] = 'Outline report';
1536  $string['page'] = 'Page';
1537  $string['pagea'] = 'Page {$a}';
1538  $string['pagedcontentnavigation'] = 'Pagination navigation';
1539  $string['pagedcontentnavigationitem'] = 'Go to page {$a}';
1540  $string['pagedcontentnavigationactiveitem'] = 'Current page, page {$a}';
1541  $string['pagedcontentpagingbaritemsperpage'] = 'Show {$a} items per page';
1542  $string['pageheaderconfigablock'] = 'Configuring a block in {$a->fullname}';
1543  $string['pagepath'] = 'Page path';
1544  $string['pageshouldredirect'] = 'This page should automatically redirect. If nothing is happening please use the continue link below.';
1545  $string['parentcategory'] = 'Parent category';
1546  $string['parentcoursenotfound'] = 'Parent course not found!';
1547  $string['parentfolder'] = 'Parent folder';
1548  $string['participants'] = 'Participants';
1549  $string['participantslist'] = 'Participants list';
1550  $string['participationratio'] = 'Participation ratio';
1551  $string['participationreport'] = 'Participation report';
1552  $string['password'] = 'Password';
1553  $string['passwordconfirmchange'] = 'Confirm password change';
1554  $string['passwordextlink'] = 'The following link has been provided to recover your lost password. This will take you out of Moodle.';
1555  $string['passwordforgotten'] = 'Forgotten password';
1556  $string['passwordforgotteninstructions'] = 'Your details must first be found in the user database. Please enter <strong>either</strong> your username or your registered email address in the appropriate box. There is no need to enter both.';
1557  $string['passwordforgotteninstructions2'] = 'To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.';
1558  $string['passwordchanged'] = 'Password has been changed';
1559  $string['passwordnohelp'] = 'No help is available to find your lost password. Please contact your Moodle administrator.';
1560  $string['passwordpolicynomatch'] = 'Your current password no longer matches the set password policy.
1561     {$a}';
1562  $string['passwordrecovery'] = 'Yes, help me log in';
1563  $string['passwordsdiffer'] = 'These passwords do not match';
1564  $string['passwordsent'] = 'Password has been sent';
1565  $string['passwordset'] = 'Your password has been set.';
1566  $string['passwordsenttext'] = '<p>An email has been sent to your address at {$a->email}.</p>
1567     <p><b>Please check your email for your new password</b></p>
1568     <p>The new password was automatically generated, so you might like to
1569     <a href="{$a->link}">change it to something easier to remember</a>.</p>';
1570  $string['path'] = 'Path';
1571  $string['pathnotexists'] = 'Path doesn\'t exist in your server!';
1572  $string['pathslasherror'] = 'Path can\'t end with a slash!!';
1573  $string['paymentinstant'] = 'Use the button below to pay and be enrolled within minutes!';
1574  $string['paymentpending'] = '(<small><b><u>{$a}</u></b> pending</small>)';
1575  $string['paymentrequired'] = 'This course requires a payment for entry.';
1576  $string['payments'] = 'Payments';
1577  $string['paymentsorry'] = 'Thank you for your payment!  Unfortunately your payment has not yet been fully processed, and you are not yet registered to enter the course "{$a->fullname}".  Please try continuing to the course in a few seconds, but if you continue to have trouble then please alert the {$a->teacher} or the site administrator';
1578  $string['paymentthanks'] = 'Thank you for your payment!  You are now enrolled in your course:<br />"{$a}"';
1579  $string['pendingrequests'] = 'Pending requests';
1580  $string['percents'] = '{$a}%';
1581  $string['periodending'] = 'Period ending ({$a})';
1582  $string['perpage'] = 'Per page';
1583  $string['perpagea'] = 'Per page: {$a}';
1584  $string['personal'] = 'Personal';
1585  $string['personalprofile'] = 'Personal profile';
1586  $string['phone'] = 'Phone';
1587  $string['phone1'] = 'Phone';
1588  $string['phone2'] = 'Mobile phone';
1589  $string['phpinfo'] = 'PHP info';
1590  $string['pictureof'] = 'Picture of {$a}';
1591  $string['pictureofuser'] = 'User picture';
1592  $string['pleaseclose'] = 'Please close this window now.';
1593  $string['pleasesearchmore'] = 'Please search some more';
1594  $string['pleaseusesearch'] = 'Please use the search';
1595  $string['plugin'] = 'Plugin';
1596  $string['plugindeletefiles'] = 'All data associated with the plugin \'{$a->name}\' has been deleted from the database. To prevent the plugin re-installing itself, you should now delete this directory from your server: {$a->directory}';
1597  $string['plugincheck'] = 'Plugins check';
1598  $string['pluginsetup'] = 'Setting up plugin tables';
1599  $string['policyaccept'] = 'I understand and agree';
1600  $string['policyagree'] = 'You must agree to this policy to continue using this site.  Do you agree?';
1601  $string['policyagreement'] = 'Site policy agreement';
1602  $string['policyagreementclick'] = 'Link to site policy agreement';
1603  $string['popup'] = 'popup';
1604  $string['popupwindow'] = 'Open file in new window';
1605  $string['popupwindowname'] = 'Popup window';
1606  $string['post'] = 'Post';
1607  $string['posts'] = 'Posts';
1608  $string['potentialadmins'] = 'Potential admins';
1609  $string['potentialcreators'] = 'Potential course creators';
1610  $string['potentialstudents'] = 'Potential students';
1611  $string['potentialteachers'] = 'Potential teachers';
1612  $string['preferences'] = 'Preferences';
1613  $string['preferredlanguage'] = 'Preferred language';
1614  $string['preferredtheme'] = 'Preferred theme';
1615  $string['preprocessingbackupfile'] = 'Preprocessing backup file';
1616  $string['prev'] = 'Prev';
1617  $string['preview'] = 'Preview';
1618  $string['previeworchoose'] = 'Preview or choose a theme';
1619  $string['previous'] = 'Previous';
1620  $string['previouslyselectedusers'] = 'Previously selected users not matching \'{$a}\'';
1621  $string['previouspage'] = 'Previous page';
1622  $string['previoussection'] = 'Previous section';
1623  $string['primaryadminsetup'] = 'Setup administrator account';
1624  $string['privacy:metadata:config_log'] = 'The log of configuration changes.';
1625  $string['privacy:metadata:config_log:name'] = 'The name of the setting changes.';
1626  $string['privacy:metadata:config_log:oldvalue'] = 'The previous value for this setting.';
1627  $string['privacy:metadata:config_log:plugin'] = 'The plugin modified.';
1628  $string['privacy:metadata:config_log:timemodified'] = 'The time that the change was made.';
1629  $string['privacy:metadata:config_log:userid'] = 'The user who made the change.';
1630  $string['privacy:metadata:config_log:value'] = 'The  new value for this setting.';
1631  $string['privacy:metadata:events_queue'] = 'The queue of user events waiting to be processed.';
1632  $string['privacy:metadata:events_queue:eventdata'] = 'The data stored in the event.';
1633  $string['privacy:metadata:events_queue:stackdump'] = 'Any stacktrace associated with this event.';
1634  $string['privacy:metadata:events_queue:timecreated'] = 'The time that this event was created.';
1635  $string['privacy:metadata:events_queue:userid'] = 'The user ID associated with this event';
1636  $string['privacy:metadata:log'] = 'A collection of past events';
1637  $string['privacy:metadata:log:action'] = 'A description of the action';
1638  $string['privacy:metadata:log:cmid'] = 'cmid';
1639  $string['privacy:metadata:log:course'] = 'course';
1640  $string['privacy:metadata:log:info'] = 'Additional information';
1641  $string['privacy:metadata:log:ip'] = 'The IP address used at the time of the event';
1642  $string['privacy:metadata:log:module'] = 'module';
1643  $string['privacy:metadata:log:time'] = 'The time when the action took place';
1644  $string['privacy:metadata:log:url'] = 'The URL related to the event';
1645  $string['privacy:metadata:log:userid'] = 'The ID of the user who performed the action';
1646  $string['privacy:metadata:oauth2_refresh_token'] = 'Refresh token used in OAuth 2.0 communication';
1647  $string['privacy:metadata:oauth2_refresh_token:issuerid'] = 'The ID of the issuer to which the token corresponds';
1648  $string['privacy:metadata:oauth2_refresh_token:scopehash'] = 'The ID of the user to whom the token corresponds';
1649  $string['privacy:metadata:oauth2_refresh_token:token'] = 'The refresh token for the respective scopes and user';
1650  $string['privacy:metadata:oauth2_refresh_token:timecreated'] = 'The time when the token was created';
1651  $string['privacy:metadata:oauth2_refresh_token:timemodified'] = 'The time when the token was last updated';
1652  $string['privacy:metadata:oauth2_refresh_token:userid'] = 'The ID of the user to whom the token corresponds';
1653  $string['privacy:metadata:task_adhoc'] = 'The status of ad hoc tasks.';
1654  $string['privacy:metadata:task_adhoc:component'] = 'The component owning the task.';
1655  $string['privacy:metadata:task_adhoc:nextruntime'] = 'The earliest time to run this task.';
1656  $string['privacy:metadata:task_adhoc:userid'] = 'The user to run the task as.';
1657  $string['privacy:metadata:task_log'] = 'Log output for a log';
1658  $string['privacy:metadata:task_log:component'] = 'The component owning the task.';
1659  $string['privacy:metadata:task_log:userid'] = 'The user that the task belonged to.';
1660  $string['privacy:metadata:upgrade_log'] = 'The upgrade log.';
1661  $string['privacy:metadata:upgrade_log:backtrace'] = 'Any backtrace associated with this upgrade step.';
1662  $string['privacy:metadata:upgrade_log:details'] = 'Extra information relating to the upgrade.';
1663  $string['privacy:metadata:upgrade_log:info'] = 'The main information for this upgrade step.';
1664  $string['privacy:metadata:upgrade_log:plugin'] = 'The plugin which was upgraded.';
1665  $string['privacy:metadata:upgrade_log:targetversion'] = 'The new version to upgrade to.';
1666  $string['privacy:metadata:upgrade_log:timemodified'] = 'The time that the upgrade took place.';
1667  $string['privacy:metadata:upgrade_log:type'] = 'The type of log entry.';
1668  $string['privacy:metadata:upgrade_log:userid'] = 'The user who ran the upgrade.';
1669  $string['privacy:metadata:upgrade_log:version'] = 'The old version of the plugin.';
1670  $string['privatefiles'] = 'Private files';
1671  $string['privatefilesmanage'] = 'Manage private files';
1672  $string['private_files_handler'] = 'Store attachments to an e-mail in the user\'s private files storage space.';
1673  $string['private_files_handler_name'] = 'Email to Private files';
1674  $string['proceed'] = 'Proceed';
1675  $string['profile'] = 'Profile';
1676  $string['profilenotshown'] = 'This profile description will not be shown until this person is enrolled in at least one course.';
1677  $string['publicprofile'] = 'Public profile';
1678  $string['publicsitefileswarning'] = 'Note: files placed here can be accessed by anyone';
1679  $string['publicsitefileswarning2'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. For security reasons, it is recommended that any backup files are deleted immediately after restoring them.';
1680  $string['publicsitefileswarning3'] = 'Note: Files placed here can be accessed by anyone who knows (or can guess) the URL. <br />For security reasons, backup files should be saved in the secure backupdata folder only.';
1681  $string['question'] = 'Question';
1682  $string['questionsinthequestionbank'] = 'Questions in the question bank';
1683  $string['queued'] = 'Queued';
1684  $string['quotausage'] = 'You have currently used {$a->used} of your {$a->total} limit.';
1685  $string['readinginfofrombackup'] = 'Reading info from backup';
1686  $string['readme'] = 'README';
1687  $string['recentactivity'] = 'Recent activity';
1688  $string['recentactivityreport'] = 'Full report of recent activity...';
1689  $string['recipientslist'] = 'Recipients list';
1690  $string['recommended'] = 'Recommended';
1691  $string['recreatedcategory'] = 'Recreated category {$a}';
1692  $string['redirect'] = 'Redirect';
1693  $string['reducesections'] = 'Reduce the number of sections';
1694  $string['refresh'] = 'Refresh';
1695  $string['refreshingevents'] = 'Refreshing events';
1696  $string['registration'] = 'Moodle registration';
1697  $string['registrationcontact'] = 'Contact from the public';
1698  $string['registrationcontactno'] = 'No, I do not want to be contacted by other people';
1699  $string['registrationcontactyes'] = 'Yes, provide a form for other Moodlers to contact me';
1700  $string['registrationemail'] = 'Email notifications';
1701  $string['registrationinfo'] = '<p>This page allows you to register your Moodle site with moodle.org.  Registration is free.
1702  The main benefit of registering is that you will be added to a low-volume mailing list
1703  for important notifications such as security alerts and new releases of Moodle.</p>
1704  <p>By default, your information will be kept private, and will never be sold or passed on to anyone else.  The only
1705     reason for collecting this information is for support purposes, and to help build up a statistical
1706     picture of the Moodle community as a whole.</p>
1707  <p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.</p>
1708  <p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.</p>';
1709  $string['registrationinfotitle'] = 'Registration information';
1710  $string['registrationsend'] = 'Send registration information to moodle.org';
1711  $string['registrationyes'] = 'Yes, notify me of new Moodle releases, security alerts and other important news';
1712  $string['reject'] = 'Reject';
1713  $string['rejectdots'] = 'Reject...';
1714  $string['relativedatesmode'] = 'Relative dates mode';
1715  $string['relativedatesmode_help'] = 'Display course or activity dates relative to the user\'s start date in the course.
1716  
1717  The user\'s course start date will be their enrolment start date, unless they are enrolled before the course begins in which case their start date will be the course start date.
1718  
1719  WARNING: This is an experimental feature and not all activities may support it. Once the course has been created, this course setting can no longer be changed.';
1720  $string['relativedatesmode_warning'] = '<strong>Warning:</strong> Relative dates mode cannot be changed once the course has been created.';
1721  $string['reload'] = 'Reload';
1722  $string['remoteappuser'] = 'Remote {$a} User';
1723  $string['remove'] = 'Remove';
1724  $string['removeadmin'] = 'Remove admin';
1725  $string['removecreator'] = 'Remove course creator';
1726  $string['removestudent'] = 'Remove student';
1727  $string['removeteacher'] = 'Remove teacher';
1728  $string['rename'] = 'Rename';
1729  $string['renamefileto'] = 'Rename <b>{$a}</b> to';
1730  $string['report'] = 'Report';
1731  $string['reports'] = 'Reports';
1732  $string['repositories'] = 'Repositories';
1733  $string['requestcourse'] = 'Request a course';
1734  $string['requestedby'] = 'Requested by';
1735  $string['requestedcourses'] = 'Requested courses';
1736  $string['requestreason'] = 'Reason for course request';
1737  $string['requests'] = 'Requests';
1738  $string['required'] = 'Required';
1739  $string['requirespayment'] = 'This course requires payment for access';
1740  $string['resendemail'] = 'Resend email';
1741  $string['reset'] = 'Reset';
1742  $string['resetcomponent'] = 'Component';
1743  $string['resetcourse'] = 'Reset course';
1744  $string['resetinfo'] = 'This page allows you to empty a course of user data, while retaining the activities and other settings.  Please be warned that by choosing items below and submitting this page you will delete your chosen user data from this course forever!';
1745  $string['resetnotimplemented'] = 'Reset not implemented';
1746  $string['resetrecordexpired'] = 'The password reset link you used is more than {$a} minutes old and has expired. Please initiate a new password reset.';
1747  $string['resetstartdate'] = 'Reset start date';
1748  $string['resetstatus'] = 'Status';
1749  $string['resettable'] = 'Reset table preferences';
1750  $string['resettask'] = 'Task';
1751  $string['resettodefaults'] = 'Reset to defaults';
1752  $string['resortsubcategoriesby'] = 'Sort subcategories by {$a} ascending';
1753  $string['resortsubcategoriesbyreverse'] = 'Sort subcategories by {$a} descending';
1754  $string['resortcourses'] = 'Sort courses';
1755  $string['resource'] = 'Resource';
1756  $string['resourcedisplayauto'] = 'Automatic';
1757  $string['resourcedisplaydownload'] = 'Force download';
1758  $string['resourcedisplayembed'] = 'Embed';
1759  $string['resourcedisplayframe'] = 'In frame';
1760  $string['resourcedisplaynew'] = 'New window';
1761  $string['resourcedisplayopen'] = 'Open';
1762  $string['resourcedisplaypopup'] = 'In pop-up';
1763  $string['resources'] = 'Resources';
1764  $string['resources_help'] = 'Resource types enable almost any kind of web content to be inserted into the course.';
1765  $string['resultsfound'] = '{$a} results found';
1766  $string['restore'] = 'Restore';
1767  $string['restorecancelled'] = 'Restore cancelled';
1768  $string['restorecannotassignroles'] = 'Restore needs to assign roles and you do not have permission to do so';
1769  $string['restorecannotcreateorassignroles'] = 'Restore needs to create or assign roles and you do not have permission to do so';
1770  $string['restorecannotcreateuser'] = 'Restore needs to create user \'{$a}\' from backup file and you do not have permission to do so';
1771  $string['restoremnethostidmismatch'] = 'MNet host id of user \'{$a}\' does not match local MNet host ID.';
1772  $string['restorecannotoverrideperms'] = 'Restore needs to override permissions and you do not have permission to do so';
1773  $string['restorecoursenow'] = 'Restore this course now!';
1774  $string['restoredaccount'] = 'Restored account';
1775  $string['restoredaccountinfo'] = 'This account was imported from another server and the password has been lost. To set a new password by email, please click "Continue"';
1776  $string['restorefinished'] = 'Restore completed successfully';
1777  $string['restoreto'] = 'Restore to';
1778  $string['restoretositeadding'] = 'Warning: You are about to restore to the site front page, adding data to it!';
1779  $string['restoretositedeleting'] = 'Warning: You are about to restore to the site front page, deleting data from it first!';
1780  $string['restoreuserconflict'] = 'Trying to restore user \'{$a}\' from backup file will cause conflict';
1781  $string['restoreuserinfofailed'] = 'The restore process has stopped because you don\'t have permission to restore user data.';
1782  $string['restoreusersprecheck'] = 'Checking user data';
1783  $string['restoreusersprecheckerror'] = 'Some problems were detected when checking user data';
1784  $string['restricted'] = 'Restricted';
1785  $string['retry'] = 'Retry';
1786  $string['returningtosite'] = 'Returning to this web site?';
1787  $string['returntooriginaluser'] = 'Return to {$a}';
1788  $string['revert'] = 'Revert';
1789  $string['role'] = 'Role';
1790  $string['roleassignments'] = 'Role assignments';
1791  $string['rolemappings'] = 'Role mappings';
1792  $string['rolerenaming'] = 'Role renaming';
1793  $string['rolerenaming_help'] = 'This setting allows the displayed names for roles used in the course to be changed. Only the displayed name is changed - role permissions are not affected.  New role names will appear on the course participants page and elsewhere within the course. If the renamed role is one that the administrator has selected as a course manager role, then the new role name will also appear as part of the course listings.';
1794  $string['roles'] = 'Roles';
1795  $string['rss'] = 'RSS';
1796  $string['rssarticles'] = 'Number of RSS recent articles';
1797  $string['rsserror'] = 'Error reading RSS data';
1798  $string['rsserrorauth'] = 'Your RSS link does not contain a valid authentication token.';
1799  $string['rsserrorguest'] = 'This feed uses guest access to access the data, but guest does not have permission to read the data. Visit the original location that this feed comes from (URL) as a valid user and get a new RSS link from there.';
1800  $string['rsskeyshelp'] = '<p>To ensure security and privacy, RSS feed URLs contain a special token that identifies the user they are for. This prevents other users from accessing areas of the site where they are not allowed.</p><p>The token is automatically created the first time you access an area that produces an RSS feed. If you think that your RSS feed token has been compromised, you can request a new one by clicking the reset link. Please note that your current RSS feed URLs will then become invalid.</p>';
1801  $string['rsstype'] = 'RSS feed for this activity';
1802  $string['save'] = 'Save';
1803  $string['saveandnext'] = 'Save and show next';
1804  $string['savedat'] = 'Saved at:';
1805  $string['savechanges'] = 'Save changes';
1806  $string['savechangesanddisplay'] = 'Save and display';
1807  $string['savechangesandreturn'] = 'Save and return';
1808  $string['savechangesandreturntocourse'] = 'Save and return to course';
1809  $string['savecomment'] = 'Save comment';
1810  $string['savepreferences'] = 'Save preferences';
1811  $string['saveto'] = 'Save to';
1812  $string['scale'] = 'Scale';
1813  $string['scale_help'] = 'A scale provides a way of evaluating or grading performance in an activity. It is defined by an ordered list of values, ranging from negative to positive, separated by commas, for example "Disappointing, Not good enough, Average, Good, Very good, Excellent!"';
1814  $string['scale_link'] = 'grade/scale';
1815  $string['scales'] = 'Scales';
1816  $string['scalescustom'] = 'Custom scales';
1817  $string['scalescustomcreate'] = 'Add a new scale';
1818  $string['scalescustomno'] = 'No custom scales have been created yet';
1819  $string['scalesstandard'] = 'Standard scales';
1820  $string['scalestandard'] = 'Standard scale';
1821  $string['scalestandard_help'] = 'A standard scale is available site-wide, for all courses.';
1822  $string['scalestandard_link'] = 'grade/scale';
1823  $string['scalestip'] = 'To create custom scales, use the \'Scales...\' link in your course administration menu.';
1824  $string['scalestip2'] = 'To create custom scales, click the Grades link in the course administration menu, then choose Edit, Scales.';
1825  $string['screenshot'] = 'Screenshot';
1826  $string['search'] = 'Search'; // TODO MDL-34652 rename to searchforums and move to mod_forum.
1827  $string['search_help'] = 'For basic searching of one or more words anywhere in the text, just type them separated by spaces. All words longer than two characters are used.
1828  
1829  For advanced searching, press the search button without typing anything in the search box to access the advanced search form.';
1830  $string['searchagain'] = 'Search again';
1831  $string['searchactivities'] = 'Search for activities by name or description';
1832  $string['searchbyemail'] = 'Search by email address';
1833  $string['searchbyusername'] = 'Search by username';
1834  $string['searchcoursecategories'] = 'Search categories';
1835  $string['searchcourses'] = 'Search courses';
1836  $string['searchoptions'] = 'Search options';
1837  $string['searchresults'] = 'Search results';
1838  $string['sec'] = 'sec';
1839  $string['secondsleft'] = '{$a} secs';
1840  $string['seconds'] = 'seconds';
1841  $string['secondstotime172800'] = '2 days';
1842  $string['secondstotime259200'] = '3 days';
1843  $string['secondstotime345600'] = '4 days';
1844  $string['secondstotime432000'] = '5 days';
1845  $string['secondstotime518400'] = '6 days';
1846  $string['secondstotime604800'] = '1 week';
1847  $string['secondstotime86400'] = '1 day';
1848  $string['secretalreadyused'] = 'Change password confirmation link was already used, password was not changed.';
1849  $string['secs'] = 'secs';
1850  $string['section'] = 'Section';
1851  $string['sectionactionnotsupported'] = 'Section action "{$a}" is not supported here';
1852  $string['sectionname'] = 'Section name';
1853  $string['sections'] = 'Sections';
1854  $string['seealsostats'] = 'See also: stats';
1855  $string['select'] = 'Select';
1856  $string['selectacategory'] = 'Please select a category';
1857  $string['selectacountry'] = 'Select a country';
1858  $string['selectacourse'] = 'Select a course';
1859  $string['selectacoursesite'] = 'Select a course or site';
1860  $string['selectanaction'] = 'Select an action';
1861  $string['selectagroup'] = 'Select a group';
1862  $string['selectaregion'] = 'Select a region';
1863  $string['selctauser'] = 'Select a user';
1864  $string['selectall'] = 'Select all';
1865  $string['selectallusersonpage'] = 'Select all users on this page';
1866  $string['selectalluserswithcount'] = 'Select all {$a} users';
1867  $string['selectamodule'] = 'Please select an activity module';
1868  $string['selectanoptions'] = 'Select an option';
1869  $string['selectdefault'] = 'Select default';
1870  $string['selectedfile'] = 'Selected file';
1871  $string['selectedcategories'] = 'Selected categories';
1872  $string['selectednowmove'] = '{$a} files selected for moving. Now go into the destination folder and press \'Move files to here\'';
1873  $string['selectfiles'] = 'Select files';
1874  $string['selectitem'] = 'Select \'{$a}\'';
1875  $string['selectmoduletoviewhelp'] = 'Select an activity or resource to view its help.
1876  
1877  Double-click on an activity or resource name to quickly add it.';
1878  $string['selectnos'] = 'Select all \'No\'';
1879  $string['selectperiod'] = 'Select period';
1880  $string['selectcategorysort'] = 'Which categories would you like to sort?';
1881  $string['selectcategorysortby'] = 'Select how you would like to sort categories';
1882  $string['selectcoursesortby'] = 'Select how you would like to sort courses';
1883  $string['senddetails'] = 'Send my details via email';
1884  $string['separate'] = 'Separate';
1885  $string['separateandconnected'] = 'Separate and Connected ways of knowing';
1886  $string['separateandconnectedinfo'] = 'The scale based on the theory of separate and connected knowing. This theory describes two different ways that we can evaluate and learn about the things we see and hear.<ul><li><strong>Separate knowers</strong> remain as objective as possible without including feelings and emotions. In a discussion with other people, they like to defend their own ideas, using logic to find holes in opponent\'s ideas.</li><li><strong>Connected knowers</strong> are more sensitive to other people. They are skilled at empathy and tend to listen and ask questions until they feel they can connect and "understand things from their point of view". They learn by trying to share the experiences that led to the knowledge they find in other people.</li></ul>';
1887  $string['servererror'] = 'An error occurred whilst communicating with the server';
1888  $string['serverlocaltime'] = 'Server\'s local time';
1889  $string['sessionforceclean'] = 'As a security precaution, user-generated scripts have been disabled within this session.';
1890  $string['sessiontimeoutsoon'] = 'Your session is about to time out. Do you want to extend your current session?';
1891  $string['setcategorytheme'] = 'Set category theme';
1892  $string['setpassword'] = 'Set password';
1893  $string['setpasswordinstructions'] = 'Please enter your new password below, then save changes.';
1894  $string['settings'] = 'Settings';
1895  $string['shortname'] = 'Short name'; /* @deprecated MDL-34652 - Use shortnamecourse or shortnameuser or some own context specific string. */
1896  $string['shortnamecollisionwarning'] = '[*] = This shortname is already in use by a course and will need to be changed upon approval';
1897  $string['shortnamecourse'] = 'Course short name';
1898  $string['shortnamecourse_help'] = 'The short name of the course is displayed in the navigation and is used in the subject line of course email messages.';
1899  $string['shortnametaken'] = 'Short name is already used for another course ({$a})';
1900  $string['shortnameuser'] = 'User short name';
1901  $string['shortsitename'] = 'Short name for site (eg single word)';
1902  $string['show'] = 'Show';
1903  $string['showactions'] = 'Show actions';
1904  $string['showactivitydates'] = 'Show activity dates';
1905  $string['showactivitydates_help'] = 'Activity dates are always shown on the activity page. This setting determines whether activity dates are also shown below each activity on the course page.';
1906  $string['showadvancededitor'] = 'Advanced';
1907  $string['showadvancedsettings'] = 'Show advanced settings';
1908  $string['showall'] = 'Show all {$a}';
1909  $string['showallcourses'] = 'Show all courses';
1910  $string['showallusers'] = 'Show all users';
1911  $string['showblockcourse'] = 'Show list of courses containing block';
1912  $string['showcategory'] = 'Show {$a}';
1913  $string['showchartdata'] = 'Show chart data';
1914  $string['showcomments'] = 'Show/hide comments';
1915  $string['showcommentsnonjs'] = 'Show comments';
1916  $string['showdescription'] = 'Display description on course page';
1917  $string['showdescription_help'] = 'If enabled, the description above will be displayed on the course page just below the link to the activity or resource.';
1918  $string['showgrades'] = 'Show gradebook to students';
1919  $string['showgrades_help'] = 'Many activities in the course allow grades to be set. This setting determines whether a student can view a list of all their grades for the course via a grades link in the navigation drawer or block.';
1920  $string['showingacourses'] = 'Showing all {$a} courses';
1921  $string['showingxofycourses'] = 'Showing courses {$a->start} to {$a->end} of {$a->total} courses';
1922  $string['showlistofcourses'] = 'Show list of courses';
1923  $string['showmodulecourse'] = 'Show list of courses containing activity';
1924  $string['showoncoursepage'] = 'Show on course page';
1925  $string['showonly'] = 'Show only';
1926  $string['showperpage'] = 'Show {$a} per page';
1927  $string['showpopoverwindow'] = 'Show popover window';
1928  $string['showrecent'] = 'Show recent activity';
1929  $string['showreports'] = 'Show activity reports';
1930  $string['showreports_help'] = 'Activity reports are available for each participant that show their activity in the course. As well as listings of their contributions, such as forum posts or assignment submissions, these reports also include access logs. This setting determines whether a student can view their own activity reports via their profile page.';
1931  $string['showsettings'] = 'Show settings';
1932  $string['showtheselogs'] = 'Show these logs';
1933  $string['showthishelpinlanguage'] = 'Show this help in language: {$a}';
1934  $string['schedule'] = 'Schedule';
1935  $string['sidepanel'] = 'Side panel';
1936  $string['signoutofotherservices'] = 'Sign out everywhere';
1937  $string['signoutofotherservices_help'] = 'If ticked, the account will be signed out of all devices and systems which use web services, such as the mobile app.';
1938  $string['since'] = 'Since';
1939  $string['sincelast'] = 'since last login';
1940  $string['site'] = 'Site';
1941  $string['sitedefault'] = 'Site default';
1942  $string['sitedefaultspecified'] = 'Site default ({$a})';
1943  $string['siteerrors'] = 'Site errors';
1944  $string['sitefiles'] = 'Site files';
1945  $string['sitefilesused'] = 'Site files used in this course';
1946  $string['sitehome'] = 'Site home';
1947  $string['sitelegacyfiles'] = 'Legacy site files';
1948  $string['sitelogs'] = 'Site logs';
1949  $string['sitenews'] = 'Site announcements';
1950  $string['sitepages'] = 'Site pages';
1951  $string['sitepartlist'] = 'You do not have the required permissions to view the participants list';
1952  $string['sitepartlist0'] = 'You must be a site teacher to be allowed to see the site participants list';
1953  $string['sitepartlist1'] = 'You must be a teacher to be allowed to see the site participants list';
1954  $string['sites'] = 'Sites';
1955  $string['sitesection'] = 'Include a topic section';
1956  $string['sitesettings'] = 'Site settings';
1957  $string['siteteachers'] = 'Site teachers';
1958  $string['size'] = 'Size';
1959  $string['sizeb'] = 'bytes';
1960  $string['sizegb'] = 'GB';
1961  $string['sizekb'] = 'KB';
1962  $string['sizemb'] = 'MB';
1963  $string['sizepb'] = 'PB';
1964  $string['sizetb'] = 'TB';
1965  $string['skipped'] = 'Skipped';
1966  $string['skiptocategorylisting'] = 'Skip to the category listings';
1967  $string['skiptocourselisting'] = 'Skip to the course listings';
1968  $string['skiptocoursedetails'] = 'Skip to the detailed course information';
1969  $string['socialheadline'] = 'Social forum - latest topics';
1970  $string['someallowguest'] = 'Some courses may allow guest access';
1971  $string['someerrorswerefound'] = 'Some information was missing or incorrect. Look below for details.';
1972  $string['sort'] = 'Sort';
1973  $string['sortby'] = 'Sort by';
1974  $string['sortbyx'] = 'Sort by {$a} ascending';
1975  $string['sortbyxreverse'] = 'Sort by {$a} descending';
1976  $string['sorting'] = 'Sorting';
1977  $string['sourcerole'] = 'Source role';
1978  $string['specifyname'] = 'You must specify a name.';
1979  $string['standard'] = 'Standard';
1980  $string['starpending'] = '([*] = course pending approval)';
1981  $string['startdate'] = 'Course start date';
1982  $string['startdate_help'] = 'This setting determines the start of the first week for a course in weekly format. It also determines the earliest date that logs of course activities are available for. If the course is reset and the course start date changed, all dates in the course will be moved in relation to the new start date.';
1983  $string['startingfrom'] = 'Starting from';
1984  $string['startsignup'] = 'Create new account';
1985  $string['state'] = 'State/Province';
1986  $string['statistics'] = 'Statistics';
1987  $string['statisticsgraph'] = 'Statistics graph';
1988  $string['stats'] = 'Statistics';
1989  $string['statslogins'] = 'Logins';
1990  $string['statsmodedetailed'] = 'Detailed (user) view';
1991  $string['statsmodegeneral'] = 'General view';
1992  $string['statsnodata'] = 'There is no available data for that combination of course and time period.';
1993  $string['statsnodatauser'] = 'There is no available data for that combination of course, user and time period.';
1994  $string['statsoff'] = 'Statistics is not currently enabled';
1995  $string['statsreads'] = 'Views';
1996  $string['statsreportactivity'] = 'All activity (all roles)';
1997  $string['statsreportactivitybyrole'] = 'All activity (views and posts)';
1998  $string['statsreportforuser'] = 'for';
1999  $string['statsreportlogins'] = 'Logins';
2000  $string['statsreportreads'] = 'Views (all roles)';
2001  $string['statsreporttype'] = 'Report type';
2002  $string['statsreportwrites'] = 'Posts (all roles)';
2003  $string['statsreport1'] = 'Logins';
2004  $string['statsreport10'] = 'User activity';
2005  $string['statsreport11'] = 'Most active courses';
2006  $string['statsreport12'] = 'Most active courses (weighted)';
2007  $string['statsreport13'] = 'Most participatory courses (enrolments)';
2008  $string['statsreport14'] = 'Most participatory courses (posts/views)';
2009  $string['statsreport2'] = 'Views (all roles)';
2010  $string['statsreport3'] = 'Posts (all roles)';
2011  $string['statsreport4'] = 'All activity (all roles)';
2012  $string['statsreport5'] = 'All activity (views and posts)';
2013  $string['statsreport7'] = 'User activity (views and posts)';
2014  $string['statsreport8'] = 'All user activity';
2015  $string['statsreport9'] = 'Logins (site course)';
2016  $string['statsstudentactivity'] = 'Student activity';
2017  $string['statsstudentreads'] = 'Student views';
2018  $string['statsstudentwrites'] = 'Student posts';
2019  $string['statsteacheractivity'] = 'Teacher activity';
2020  $string['statsteacherreads'] = 'Teacher views';
2021  $string['statsteacherwrites'] = 'Teacher posts';
2022  $string['statstimeperiod'] = 'Time period - last:';
2023  $string['statsuniquelogins'] = 'Unique logins';
2024  $string['statsuseractivity'] = 'All activity';
2025  $string['statsuserlogins'] = 'Logins';
2026  $string['statsuserreads'] = 'Views';
2027  $string['statsuserwrites'] = 'Posts';
2028  $string['statswrites'] = 'Posts';
2029  $string['status'] = 'Status';
2030  $string['statuscritical'] = 'Critical';
2031  $string['statusinfo'] = 'Info';
2032  $string['statusna'] = 'N/A';
2033  $string['statusok'] = 'OK';
2034  $string['statuserror'] = 'Error';
2035  $string['statuswarning'] = 'Warning';
2036  $string['stringsnotset'] = 'The following strings are not defined in {$a}';
2037  $string['studentnotallowed'] = 'Sorry, but you can not enter this course as \'{$a}\'';
2038  $string['students'] = 'Students';
2039  $string['studentsandteachers'] = 'Students and teachers';
2040  $string['subcategories'] = 'Subcategories';
2041  $string['subcategory'] = 'Subcategory';
2042  $string['subcategoryof'] = 'Subcategory of {$a}';
2043  $string['submit'] = 'Submit';
2044  $string['success'] = 'Success';
2045  $string['successduration'] = 'Success ({$a} seconds)';
2046  $string['summary'] = 'Summary';
2047  $string['summary_help'] = 'The idea of a summary is a short text to prepare students for the activities within the topic or week. The text is shown on the course page under the section name.';
2048  $string['summaryof'] = 'Summary of {$a}';
2049  $string['supplyinfo'] = 'More details';
2050  $string['suspended'] = 'Suspended';
2051  $string['suspendedusers'] = 'Suspended users';
2052  $string['switchdevicedefault'] = 'Switch to the standard theme';
2053  $string['switchdevicerecommended'] = 'Switch to the recommended theme for your device';
2054  $string['switchrolereturn'] = 'Return to my normal role';
2055  $string['switchroleto'] = 'Switch role to...';
2056  $string['switchroleto_help'] = 'Choose a role to get an idea of how someone with that role will see this course.
2057  
2058  Please note that this view may not be perfect (<a href="https://docs.moodle.org/en/Switch_roles">See details and alternatives</a>).';
2059  $string['tag'] = 'Tag';
2060  $string['tagalready'] = 'This tag already exists';
2061  $string['tagmanagement'] = 'Add/delete tags ...';
2062  $string['tags'] = 'Tags';
2063  $string['targetrole'] = 'Target role';
2064  $string['teacheronly'] = 'for the {$a} only';
2065  $string['teacherroles'] = '{$a} roles';
2066  $string['teachers'] = 'Teachers';
2067  $string['textediting'] = 'Text editor';
2068  $string['textediting_help'] = 'If an HTML editor such as Atto or TinyMCE is selected, text input areas will have a toolbar with buttons for easily adding content.
2069  
2070  If \'plain text area\' is selected, a format for text input areas such as HTML or Markdown can be chosen.
2071  
2072  The list of available text editors is determined by the site administrator.';
2073  $string['texteditor'] = 'Use standard web forms';
2074  $string['textformat'] = 'Plain text format';
2075  $string['textellipsis'] = '{$a}...';
2076  $string['timesplitting:deciles'] = 'Last tenth';
2077  $string['timesplitting:deciles_help'] = 'This analysis interval divides the course into tenths (10 equal parts), with each prediction being based on the data of only the most recent previous tenth.';
2078  $string['timesplitting:decilesaccum'] = 'All previous tenths';
2079  $string['timesplitting:decilesaccum_help'] = 'This analysis interval divides the course into tenths (10 equal parts), with each prediction being based on the accumulated data of all previous tenths.';
2080  $string['timesplitting:nosplitting'] = 'No time limits';
2081  $string['timesplitting:nosplitting_help'] = 'No analysis interval is defined for this model.';
2082  $string['timesplitting:quarters'] = 'Last quarter';
2083  $string['timesplitting:quarters_help'] = 'This analysis interval divides the course into quarters (4 equal parts), with each prediction being based on the data of only the most recent previous quarter.';
2084  $string['timesplitting:quartersaccum'] = 'All previous quarters';
2085  $string['timesplitting:quartersaccum_help'] = 'This analysis interval divides the course into quarters (4 equal parts), with each prediction being based on the accumulated data of all previous quarters.';
2086  $string['timesplitting:singlerange'] = 'From start to end';
2087  $string['timesplitting:singlerange_help'] = 'This analysis interval considers the entire course as a single span.';
2088  $string['timesplitting:onemonthafterstart'] = 'One month after start';
2089  $string['timesplitting:onemonthafterstart_help'] = 'This analysis interval generates a prediction 1 month after the analysable start.';
2090  $string['timesplitting:oneweekafterstart'] = 'One week after start';
2091  $string['timesplitting:oneweekafterstart_help'] = 'This analysis interval generates a prediction 1 week after the analysable start.';
2092  $string['timesplitting:past3days'] = 'Past 3 days';
2093  $string['timesplitting:past3days_help'] = 'This analysis interval generates predictions every 3 days. The indicators calculations will be based on the past 3 days.';
2094  $string['timesplitting:pastmonth'] = 'Past month';
2095  $string['timesplitting:pastmonth_help'] = 'This analysis interval generates predictions every month. The indicators calculations will be based on the past month.';
2096  $string['timesplitting:pastweek'] = 'Past week';
2097  $string['timesplitting:pastweek_help'] = 'This analysis interval generates predictions every week. The indicators calculations will be based on the past week.';
2098  $string['timesplitting:upcoming3days'] = 'Upcoming 3 days';
2099  $string['timesplitting:upcoming3days_help'] = 'This analysis interval generates predictions every 3 days. The indicators calculations will be based on the upcoming 3 days.';
2100  $string['timesplitting:upcomingfortnight'] = 'Upcoming fortnight';
2101  $string['timesplitting:upcomingfortnight_help'] = 'This analysis interval generates predictions every fortnight. The indicators calculations will be based on the upcoming fortnight.';
2102  $string['timesplitting:upcomingweek'] = 'Upcoming week';
2103  $string['timesplitting:upcomingweek_help'] = 'This analysis interval generates predictions every week. The indicators calculations will be based on the upcoming week.';
2104  $string['timesplitting:tenpercentafterstart'] = '10% after start';
2105  $string['timesplitting:tenpercentafterstart_help'] = 'This analysis interval generates a prediction after the 10% of the course is completed.';
2106  $string['thanks'] = 'Thanks';
2107  $string['theme'] = 'Theme';
2108  $string['themes'] = 'Themes';
2109  $string['themesaved'] = 'New theme saved';
2110  $string['thereareno'] = 'There are no {$a} in this course';
2111  $string['therearecourses'] = 'There are {$a} courses';
2112  $string['thiscategory'] = 'This category';
2113  $string['thiscategorycontains'] = 'This category contains';
2114  $string['time'] = 'Time';
2115  $string['timecreatedcourse'] = 'Course time created';
2116  $string['timezone'] = 'Timezone';
2117  $string['to'] = 'To';
2118  $string['tocreatenewaccount'] = 'Skip to create new account';
2119  $string['tocontent'] = 'To item "{$a}"';
2120  $string['today'] = 'Today';
2121  $string['todaylogs'] = 'Today\'s logs';
2122  $string['toeveryone'] = 'to everyone';
2123  $string['toggleemojipicker'] = 'Toggle emoji picker';
2124  $string['togglesearch'] = 'Toggle search input';
2125  $string['toomanybounces'] = 'That email address has had too many bounces. You <b>must</b> change it to continue.';
2126  $string['toomanytags'] = 'This search included too many tags; some will have been ignored.';
2127  $string['toomanytoshow'] = 'There are too many users to show.';
2128  $string['toomanyusersmatchsearch'] = 'Too many users ({$a->count}) match \'{$a->search}\'';
2129  $string['toomanyuserstoshow'] = 'Too many users ({$a}) to show';
2130  $string['toonly'] = 'to {$a} only';
2131  $string['top'] = 'Top';
2132  $string['toplevelcategory'] = 'Top level category';
2133  $string['topic'] = 'Topic';
2134  $string['topicoutline'] = 'Topic outline';
2135  $string['topicshow'] = 'Show this topic to {$a}';
2136  $string['topichide'] = 'Hide this topic from {$a}';
2137  $string['total'] = 'Total';
2138  $string['totopofsection'] = 'To the top of section "{$a}"';
2139  $string['trackforums'] = 'Forum tracking';
2140  $string['trackforumsno'] = 'No: don\'t keep track of posts I have seen';
2141  $string['trackforumsyes'] = 'Yes: highlight new posts for me';
2142  $string['trysearching'] = 'Try searching instead.';
2143  $string['turneditingoff'] = 'Turn editing off';
2144  $string['turneditingon'] = 'Turn editing on';
2145  $string['unauthorisedlogin'] = 'The user account "{$a}" is not available on this site';
2146  $string['undecided'] = 'Undecided';
2147  $string['unfinished'] = 'Unfinished';
2148  $string['unknowncategory'] = 'Unknown category';
2149  $string['unknownerror'] = 'Unknown error';
2150  $string['unknownuser'] = 'Unknown user';
2151  $string['unlimited'] = 'Unlimited';
2152  $string['unpacking'] = 'Unpacking {$a}';
2153  $string['unsafepassword'] = 'Unsafe password - try something else';
2154  $string['untilcomplete'] = 'Until complete';
2155  $string['unusedaccounts'] = 'Accounts unused for more than {$a} days are automatically unenrolled';
2156  $string['unzip'] = 'Unzip';
2157  $string['unzippingbackup'] = 'Unzipping backup';
2158  $string['up'] = 'Up';
2159  $string['update'] = 'Update';
2160  $string['updated'] = 'Updated {$a}';
2161  $string['updatemymoodleoff'] = 'Stop customising this page';
2162  $string['updatemymoodleon'] = 'Customise this page';
2163  $string['updatemyprofile'] = 'Update profile';
2164  $string['updatesevery'] = 'Updates every {$a} seconds';
2165  $string['updatethis'] = 'Update this {$a}';
2166  $string['updatethiscourse'] = 'Update this course';
2167  $string['updatinga'] = 'Updating: {$a}';
2168  $string['updatingain'] = 'Updating {$a->what} in {$a->in}';
2169  $string['upload'] = 'Upload';
2170  $string['uploadafile'] = 'Upload a file';
2171  $string['uploadcantwrite'] = 'Failed to write file to disk';
2172  $string['uploadedfile'] = 'File uploaded successfully';
2173  $string['uploadedfileto'] = 'Uploaded {$a->file} to {$a->directory}';
2174  $string['uploadedfiletoobig'] = 'Sorry, but that file is too big (limit is {$a} bytes)';
2175  $string['uploadextension'] = 'File upload stopped by a PHP extension';
2176  $string['uploadfailednotrecovering'] = 'Your file upload has failed because there was a problem with one of the files, {$a->name}.<br /> Here is a log of the problems:<br />{$a->problem}<br />Not recovering.';
2177  $string['uploadfilelog'] = 'Upload log for file {$a}';
2178  $string['uploadformlimit'] = 'Uploaded file {$a} exceeded the maximum size limit set by the form';
2179  $string['uploadlabel'] = 'Title:';
2180  $string['uploadlimitwithsize'] = '{$a->contextname} upload limit ({$a->displaysize})';
2181  $string['uploadnewfile'] = 'Upload new file';
2182  $string['uploadnofilefound'] = 'No file was found - are you sure you selected one to upload?';
2183  $string['uploadnotallowed'] = 'Uploads are not allowed';
2184  $string['uploadnotempdir'] = 'Missing a temporary folder';
2185  $string['uploadoldfilesdeleted'] = 'The old file(s) in your upload area have been deleted';
2186  $string['uploadpartialfile'] = 'File was only partially uploaded';
2187  $string['uploadproblem'] = 'An unknown problem occurred while uploading the file \'{$a}\' (perhaps it was too large?)';
2188  $string['uploadrenamedcollision'] = 'File was renamed from {$a->oldname} to {$a->newname} because there was a filename conflict.';
2189  $string['uploadrenamedchars'] = 'File was renamed from {$a->oldname} to {$a->newname} because of invalid characters.';
2190  $string['uploadserverlimit'] = 'Uploaded file exceeded the maximum size limit set by the server';
2191  $string['uploadthisfile'] = 'Upload this file';
2192  $string['url'] = 'URL';
2193  $string['used'] = 'Used';
2194  $string['usedinnplaces'] = 'Used in {$a} places';
2195  $string['user'] = 'User';
2196  $string['useraccount'] = 'User account';
2197  $string['userconfirmed'] = 'Confirmed {$a}';
2198  $string['useractivity'] = 'Activity';
2199  $string['userdata'] = 'User data';
2200  $string['userdeleted'] = 'This user account has been deleted';
2201  $string['userdescription'] = 'Description';
2202  $string['userdescription_help'] = 'This box enables you to enter some text about yourself which will then be displayed on your profile page for others to view.';
2203  $string['userdetails'] = 'User details';
2204  $string['userfiles'] = 'User files';
2205  $string['userlist'] = 'User list';
2206  $string['usermenu'] = 'User menu';
2207  $string['username'] = 'Username';
2208  $string['usernameemail'] = 'Username / email';
2209  $string['usernameemailmatch'] = 'The username and email address do not relate to the same user';
2210  $string['usernameexists'] = 'This username already exists, choose another';
2211  $string['usernamelowercase'] = 'Only lowercase letters allowed';
2212  $string['usernamenotfound'] = 'The username was not found in the database';
2213  $string['usernameoremail'] = 'Enter either username or email address';
2214  $string['usernotconfirmed'] = 'Could not confirm {$a}';
2215  $string['userpic'] = 'User picture';
2216  $string['users'] = 'Users';
2217  $string['userselectorautoselectunique'] = 'If only one user matches the search, select them automatically';
2218  $string['userselectorpreserveselected'] = 'Keep selected users, even if they no longer match the search';
2219  $string['userselectorsearchanywhere'] = 'Match the search text anywhere in the displayed fields';
2220  $string['usersnew'] = 'New users';
2221  $string['usersnoaccesssince'] = 'Inactive for more than';
2222  $string['userpreferences'] = 'User preferences';
2223  $string['userswithfiles'] = 'Users with files';
2224  $string['useruploadtype'] = 'User upload type: {$a}';
2225  $string['userzones'] = 'User zones';
2226  $string['usetheme'] = 'Use theme';
2227  $string['usingexistingcourse'] = 'Using existing course';
2228  $string['validatehtml'] = 'Validate HTML';
2229  $string['valuealreadyused'] = 'This value has already been used.';
2230  $string['version'] = 'Version';
2231  $string['view'] = 'View';
2232  $string['viewing'] = 'Viewing:';
2233  $string['viewallcourses'] = 'View all courses';
2234  $string['viewallcoursescategories'] = 'View all courses and categories';
2235  $string['viewmore'] = 'View more';
2236  $string['viewallsubcategories'] = 'View all subcategories';
2237  $string['viewfileinpopup'] = 'View file in a popup window';
2238  $string['viewprofile'] = 'View profile';
2239  $string['views'] = 'Views';
2240  $string['viewsolution'] = 'view solution';
2241  $string['visible'] = 'Visible';
2242  $string['visible_help'] = 'This setting determines whether the course appears in the list of courses. Apart from teachers and administrators, users are not allowed to enter the course.';
2243  $string['visibletostudents'] = 'Visible to {$a}';
2244  $string['wcagcheck'] = 'Web Content Accessibility Guidelines (WCAG) check';
2245  $string['warning'] = 'Warning';
2246  $string['warningdeleteresource'] = 'Warning: {$a} is referred in a resource. Would you like to update the resource?';
2247  $string['webpage'] = 'Web page';
2248  $string['week'] = 'Week';
2249  $string['weeks'] = 'weeks';
2250  $string['weekhide'] = 'Hide this week from {$a}';
2251  $string['weeklyoutline'] = 'Weekly outline';
2252  $string['weekshow'] = 'Show this week to {$a}';
2253  $string['welcometocourse'] = 'Welcome to {$a}';
2254  $string['welcometocoursetext'] = 'Welcome to {$a->coursename}!
2255  
2256  If you have not done so already, you should edit your profile page so that we can learn more about you:
2257  
2258    {$a->profileurl}';
2259  $string['whatforlink'] = 'What do you want to do with the link?';
2260  $string['whatforpage'] = 'What do you want to do with the text?';
2261  $string['whatisyourage'] = 'What is your age?';
2262  $string['whattocallzip'] = 'What do you want to call the zip file?';
2263  $string['whattodo'] = 'What to do';
2264  $string['wheredoyoulive'] = 'In which country do you live?';
2265  $string['whyisthisrequired'] = 'Why is this required?';
2266  $string['windowclosing'] = 'This window should close automatically. If not, please close it now.';
2267  $string['withchosenfiles'] = 'With chosen files';
2268  $string['withdisablednote'] = '{$a} (disabled)';
2269  $string['withoutuserdata'] = 'without user data';
2270  $string['withselectedusers'] = 'With selected users...';
2271  $string['withuserdata'] = 'with user data';
2272  $string['wordforstudent'] = 'Your word for Student';
2273  $string['wordforstudenteg'] = 'eg Student, Participant etc';
2274  $string['wordforstudents'] = 'Your word for Students';
2275  $string['wordforstudentseg'] = 'eg Students, Participants etc';
2276  $string['wordforteacher'] = 'Your word for Teacher';
2277  $string['wordforteachereg'] = 'eg Teacher, Tutor, Facilitator etc';
2278  $string['wordforteachers'] = 'Your word for Teachers';
2279  $string['wordforteacherseg'] = 'eg Teachers, Tutors, Facilitators etc';
2280  $string['writingblogsinfo'] = 'Writing blogs info';
2281  $string['writingcategoriesandquestions'] = 'Writing categories and questions';
2282  $string['writingcoursedata'] = 'Writing course data';
2283  $string['writingeventsinfo'] = 'Writing events info';
2284  $string['writinggeneralinfo'] = 'Writing general info';
2285  $string['writinggradebookinfo'] = 'Writing gradebook info';
2286  $string['writinggroupingsgroupsinfo'] = 'Writing groupings-groups info';
2287  $string['writinggroupingsinfo'] = 'Writing groupings info';
2288  $string['writinggroupsinfo'] = 'Writing groups info';
2289  $string['writingheader'] = 'Writing header';
2290  $string['writingloginfo'] = 'Writing logs info';
2291  $string['writingmessagesinfo'] = 'Writing messages info';
2292  $string['writingmoduleinfo'] = 'Writing modules info';
2293  $string['writingscalesinfo'] = 'Writing scales info';
2294  $string['writinguserinfo'] = 'Writing users info';
2295  $string['wrongpassword'] = 'Incorrect password for this username';
2296  $string['year'] = 'year';
2297  $string['years'] = 'years';
2298  $string['yes'] = 'Yes';
2299  $string['youareabouttocreatezip'] = 'You are about to create a zip file containing';
2300  $string['youaregoingtorestorefrom'] = 'You are about to start the restore process for';
2301  $string['youhaveupcomingactivitiesdue'] = 'You have upcoming activities due';
2302  $string['youhaveupcomingactivitiesdueinfo'] = 'Hi {$a},
2303  
2304  <br/><br/>You have upcoming activities due:';
2305  $string['youneedtoenrol'] = 'To perform that action you need to enrol in this course.';
2306  $string['yourlastlogin'] = 'Your last login was';
2307  $string['yourself'] = 'yourself';
2308  $string['yourteacher'] = 'your {$a}';
2309  $string['yourwordforx'] = 'Your word for \'{$a}\'';
2310  $string['zippingbackup'] = 'Zipping backup';
2311  $string['deprecatedeventname'] = '{$a} (no longer in use)';
2312  
2313  // Deprecated since Moodle 3.9.
2314  $string['participantscount'] = 'Number of participants: {$a}';
2315  $string['userfilterplaceholder'] = 'Search keyword or select filter';
2316  
2317  // Deprecated since Moodle 3.11.
2318  $string['hidepicture'] = 'Hide picture';
2319  $string['grade'] = 'Grade';
2320  $string['aimid'] = 'AIM ID';
2321  $string['yahooid'] = 'Yahoo ID';
2322  $string['skypeid'] = 'Skype ID';
2323  $string['icqnumber'] = 'ICQ number';
2324  $string['msnid'] = 'MSN ID';
2325  $string['coursepreferences'] = 'Course preferences';
2326  $string['registrationno'] = 'No, I do not wish to receive any emails';