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/ -> user.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 'user', language 'en', branch 'MOODLE_20_STABLE'
  19   *
  20   * @package   core_user
  21   * @copyright 2018 Adrian Greeve <adriangreeve.com>
  22   * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['addcondition'] = 'Add condition';
  26  $string['adverbfor_and'] = 'and';
  27  $string['adverbfor_andnot'] = 'and';
  28  $string['adverbfor_or'] = 'or';
  29  $string['applyfilters'] = 'Apply filters';
  30  $string['clearfilterrow'] = 'Remove filter row';
  31  $string['clearfilters'] = 'Clear filters';
  32  $string['clearfilterselection'] = 'Remove "{$a}" from filter';
  33  $string['countparticipantsfound'] = '{$a} participants found';
  34  $string['filterrowlegend'] = 'Filter {$a}';
  35  $string['filtersetmatchdescription'] = 'How multiple filters should be combined';
  36  $string['filtertype'] = 'Filter type';
  37  $string['match'] = 'Match';
  38  $string['matchofthefollowing'] = 'of the following:';
  39  $string['moodlenetprofile'] = 'MoodleNet profile ID';
  40  $string['moodlenetprofile_help'] = 'Your MoodleNet profile ID links your MoodleNet profile with this site.';
  41  $string['placeholdertypeorselect'] = 'Type or select...';
  42  $string['placeholdertype'] = 'Type...';
  43  $string['privacy:courserequestpath'] = 'Requested courses';
  44  $string['privacy:descriptionpath'] = 'Profile description';
  45  $string['privacy:devicespath'] = 'User devices';
  46  $string['privacy:draftfilespath'] = 'Draft files';
  47  $string['privacy:lastaccesspath'] = 'Last access to courses';
  48  $string['privacy:metadata:address'] = 'The address of the user.';
  49  $string['privacy:metadata:aim'] = 'The AIM identifier of the user';
  50  $string['privacy:metadata:alternatename'] = 'An alternative name for the user.';
  51  $string['privacy:metadata:appid'] = 'The app ID, usually something like com.moodle.moodlemobile';
  52  $string['privacy:metadata:auth'] = 'The authentication plugin used for this user record.';
  53  $string['privacy:metadata:autosubscribe'] = 'A preference as to if the user should be auto-subscribed to forums the user posts in.';
  54  $string['privacy:metadata:calendartype'] = 'A user preference for the type of calendar to use.';
  55  $string['privacy:metadata:category'] = 'The category identifier';
  56  $string['privacy:metadata:city'] = 'The city of the user.';
  57  $string['privacy:metadata:confirmed'] = 'If this is an active user or not.';
  58  $string['privacy:metadata:country'] = 'The country that the user is in.';
  59  $string['privacy:metadata:courseid'] = 'Course ID';
  60  $string['privacy:metadata:currentlogin'] = 'The current login for this user.';
  61  $string['privacy:metadata:data'] = 'Data relating to the custom user field from the user.';
  62  $string['privacy:metadata:deleted'] = 'A flag to show if the user has been deleted or not.';
  63  $string['privacy:metadata:department'] = 'The department that this user can be found in.';
  64  $string['privacy:metadata:description'] = 'General details about this user.';
  65  $string['privacy:metadata:devicename'] = 'The device name, occam or iPhone etc..';
  66  $string['privacy:metadata:devicetablesummary'] = 'This table stores user\'s mobile devices information in order to send PUSH notifications';
  67  $string['privacy:metadata:email'] = 'An email address for contact.';
  68  $string['privacy:metadata:emailstop'] = 'A preference to disable notifications from being sent to the user.';
  69  $string['privacy:metadata:fieldid'] = 'The ID relating to the custom user field.';
  70  $string['privacy:metadata:filelink'] = 'There are multiple different files for the user stored in the files table.';
  71  $string['privacy:metadata:firstaccess'] = 'The time that this user first accessed the site.';
  72  $string['privacy:metadata:firstip'] = 'The first IP address recorded';
  73  $string['privacy:metadata:firstname'] = 'The first name of the user.';
  74  $string['privacy:metadata:firstnamephonetic'] = 'The phonetic details about the user\'s first name.';
  75  $string['privacy:metadata:fullname'] = 'The fullname for this course.';
  76  $string['privacy:metadata:hash'] = 'A hash of a previous password.';
  77  $string['privacy:metadata:icq'] = 'The ICQ number of the user.';
  78  $string['privacy:metadata:id'] = 'The user ID';
  79  $string['privacy:metadata:idnumber'] = 'An identification number given by the institution';
  80  $string['privacy:metadata:imagealt'] = 'Alternative text for the user\'s image.';
  81  $string['privacy:metadata:infotablesummary'] = 'Stores custom user information.';
  82  $string['privacy:metadata:institution'] = 'The institution that this user is a member of.';
  83  $string['privacy:metadata:lang'] = 'A user preference for the language shown.';
  84  $string['privacy:metadata:lastaccess'] = 'The time that the user last accessed the site.';
  85  $string['privacy:metadata:lastaccesstablesummary'] = 'Information about the last time a user accessed a course.';
  86  $string['privacy:metadata:lastip'] = 'The last IP address for the user.';
  87  $string['privacy:metadata:lastlogin'] = 'The last login of this user.';
  88  $string['privacy:metadata:lastname'] = 'The surname of the user.';
  89  $string['privacy:metadata:lastnamephonetic'] = 'The phonetic details about the user\'s surname.';
  90  $string['privacy:metadata:maildigest'] = 'A setting for the mail digest for this user.';
  91  $string['privacy:metadata:maildisplay'] = 'A preference for the user about displaying their email address to other users.';
  92  $string['privacy:metadata:middlename'] = 'The middle name of the user';
  93  $string['privacy:metadata:mnethostid'] = 'An identifier for the MNet host if used';
  94  $string['privacy:metadata:model'] = 'The device name, occam or iPhone etc..';
  95  $string['privacy:metadata:moodlenetprofile'] = 'The MoodleNet profile for the user';
  96  $string['privacy:metadata:msn'] = 'The MSN identifier of the user';
  97  $string['privacy:metadata:my_pages'] = 'User pages - dashboard and profile. This table does not contain personal data and only used to link dashboard blocks to users';
  98  $string['privacy:metadata:my_pages:name'] = 'Page name';
  99  $string['privacy:metadata:my_pages:private'] = 'Whether or not the page is private (dashboard) or public (profile)';
 100  $string['privacy:metadata:my_pages:userid'] = 'The user who owns this page or 0 for system defaults';
 101  $string['privacy:metadata:password'] = 'The password for this user to log into the system.';
 102  $string['privacy:metadata:passwordresettablesummary'] = 'A table tracking password reset confirmation tokens';
 103  $string['privacy:metadata:passwordtablesummary'] = 'A rotating log of hashes of previously used passwords for the user.';
 104  $string['privacy:metadata:phone'] = 'A phone number for the user.';
 105  $string['privacy:metadata:picture'] = 'The picture details associated with this user.';
 106  $string['privacy:metadata:platform'] = 'The device platform, Android or iOS etc';
 107  $string['privacy:metadata:policyagreed'] = 'A flag to determine if the user has agreed to the site policy.';
 108  $string['privacy:metadata:pushid'] = 'The device PUSH token/key/identifier/registration ID';
 109  $string['privacy:metadata:reason'] = 'The reason for requesting this course.';
 110  $string['privacy:metadata:requester'] = 'The ID of the user who requested the course';
 111  $string['privacy:metadata:requestsummary'] = 'Stores information about requests for courses that users make.';
 112  $string['privacy:metadata:suspended'] = 'A flag to show if the user has been suspended on this system.';
 113  $string['privacy:metadata:user_preferences'] = 'Preferences associated with the given user';
 114  $string['privacy:metadata:user_preferences:name'] = 'Preference name';
 115  $string['privacy:metadata:user_preferences:userid'] = 'The user ID';
 116  $string['privacy:metadata:user_preferences:value'] = 'Preference value';
 117  $string['privacy:metadata:username'] = 'The username for this user.';
 118  $string['privacy:metadata:secret'] = 'Secret.. not sure.';
 119  $string['privacy:metadata:sessdata'] = 'Session content';
 120  $string['privacy:metadata:sessiontablesummary'] = 'Database based session storage';
 121  $string['privacy:metadata:shortname'] = 'A short name for the course.';
 122  $string['privacy:metadata:sid'] = 'The session ID';
 123  $string['privacy:metadata:skype'] = 'The Skype identifier of the user';
 124  $string['privacy:metadata:state'] = '0 means a normal session';
 125  $string['privacy:metadata:summary'] = 'A description of the course.';
 126  $string['privacy:metadata:theme'] = 'A user preference for the theme to display.';
 127  $string['privacy:metadata:timeaccess'] = 'The time for access to the course.';
 128  $string['privacy:metadata:timecreated'] = 'The time this record was created.';
 129  $string['privacy:metadata:timemodified'] = 'The time when the record was modified';
 130  $string['privacy:metadata:timererequested'] = 'The time the user re-requested the password reset.';
 131  $string['privacy:metadata:timerequested'] = 'The time that the user first requested this password reset';
 132  $string['privacy:metadata:timezone'] = 'The timezone of the user';
 133  $string['privacy:metadata:token'] = 'secret set and emailed to user';
 134  $string['privacy:metadata:trackforums'] = 'A preference for forums and tracking them.';
 135  $string['privacy:metadata:trustbitmask'] = 'The trust bit mask';
 136  $string['privacy:metadata:yahoo'] = 'The Yahoo identifier of the user';
 137  $string['privacy:metadata:url'] = 'A URL related to this user.';
 138  $string['privacy:metadata:userid'] = 'The user ID linked to this table.';
 139  $string['privacy:metadata:usertablesummary'] = 'This table stores the main personal data about the user.';
 140  $string['privacy:metadata:uuid'] = 'The device vendor UUID';
 141  $string['privacy:metadata:version'] = 'The device version, 6.1.2, 4.2.2 etc..';
 142  $string['privacy:passwordhistorypath'] = 'Password history';
 143  $string['privacy:passwordresetpath'] = 'Password resets';
 144  $string['privacy:profileimagespath'] = 'Profile images';
 145  $string['privacy:privatefilespath'] = 'Private files';
 146  $string['privacy:sessionpath'] = 'Session data';
 147  $string['filterbykeyword'] = 'Keyword';
 148  $string['selectfiltertype'] = 'Select';
 149  $string['target:upcomingactivitiesdue'] = 'Upcoming activities due';
 150  $string['target:upcomingactivitiesdue_help'] = 'This target generates reminders for upcoming activities due.';
 151  $string['target:upcomingactivitiesdueinfo'] = 'All upcoming activities due insights are listed here. These students have received these insights directly.';