PageRenderTime 40ms CodeModel.GetById 11ms RepoModel.GetById 0ms app.codeStats 0ms

/lang/en/user.php

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