Search moodle.org's
Developer Documentation

See Release Notes

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

Differences Between: [Versions 310 and 311] [Versions 311 and 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 'tool_uploaduser', language 'en', branch 'MOODLE_22_STABLE'
  19   *
  20   * @package    tool
  21   * @subpackage uploaduser
  22   * @copyright  2011 Petr Skoda {@link http://skodak.org}
  23   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  24   */
  25  
  26  $string['allowdeletes'] = 'Allow deletes';
  27  $string['allowrenames'] = 'Allow renames';
  28  $string['allowsuspends'] = 'Allow suspending and activating of accounts';
  29  $string['assignedsysrole'] = 'Assigned system role {$a}';
  30  $string['clidefault'] = 'Default:';
  31  $string['clierrorargument'] = 'Value for argument --{$a->name} is not valid. Allowed values: {$a->values}';
  32  $string['clifile'] = 'Path to CSV file with the user data. Required.';
  33  $string['clifilenotreadable'] = 'File {$a} does not exist or is not readable';
  34  $string['clihelp'] = 'Print out this help.';
  35  $string['climissingargument'] = 'Argument --{$a} is required';
  36  $string['clititle'] = 'Command line Upload user tool.';
  37  $string['clivalidationerror'] = 'Validation error:';
  38  $string['csvdelimiter'] = 'CSV separator';
  39  $string['defaultvalues'] = 'Default values';
  40  $string['deleteerrors'] = 'Delete errors';
  41  $string['encoding'] = 'Encoding';
  42  $string['errormnetadd'] = 'Can not add remote users';
  43  $string['errorprefix'] = 'Error:';
  44  $string['errors'] = 'Errors';
  45  $string['examplecsv'] = 'Example text file';
  46  $string['examplecsv_help'] = 'To use the example text file, download it then open it with a text or spreadsheet editor. Leave the first line unchanged, then edit the following lines (records) and add your user data, adding more lines as necessary. Save the file as CSV then upload it.
  47  
  48  The example text file may also be used for testing, as you are able to preview user data and can choose to cancel the action before user accounts are created.';
  49  $string['infoprefix'] = 'Info:';
  50  $string['invalidupdatetype'] = 'This option cannot be selected with the chosen upload type.';
  51  $string['invaliduserdata'] = 'Invalid data detected for user {$a} and it has been automatically cleaned.';
  52  $string['invalidtheme'] = 'Theme "{$a}" is not installed and will be ignored.';
  53  $string['linex'] = 'Line {$a}';
  54  $string['nochanges'] = 'No changes';
  55  $string['notheme'] = 'No theme is defined for this user.';
  56  $string['pluginname'] = 'User upload';
  57  $string['renameerrors'] = 'Rename errors';
  58  $string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.';
  59  $string['rowpreviewnum'] = 'Preview rows';
  60  $string['unassignedsysrole'] = 'Unassigned system role {$a}';
  61  $string['userthemesnotallowed'] = 'User themes are not enabled, so any included in the upload users file will be ignored.';
  62  $string['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.';
  63  $string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.';
  64  $string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.';
  65  $string['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.';
  66  $string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.';
  67  $string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.';
  68  $string['uploadpicture_overwrite'] = 'Overwrite existing user pictures?';
  69  $string['uploadpicture_userfield'] = 'User attribute to use to match pictures:';
  70  $string['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.';
  71  $string['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).';
  72  $string['uploadpicture_userupdated'] = 'Picture updated for user {$a}.';
  73  $string['uploadpictures'] = 'Upload user pictures';
  74  $string['uploadpictures_help'] = 'User pictures can be uploaded as a zip file of image files. The image files should be named chosen-user-attribute.extension, for example user1234.jpg for a user with username user1234.';
  75  $string['uploadusers'] = 'Upload users';
  76  $string['uploadusers_help'] = 'Users may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows:
  77  
  78  * Each line of the file contains one record
  79  * Each record is a series of data separated by the selected separator
  80  * The first record contains a list of fieldnames defining the format of the rest of the file
  81  * Required fieldnames are username, password, firstname, lastname, email';
  82  $string['uploadusers_link'] = 'admin/tool/uploaduser/index';
  83  $string['uploaduserspreview'] = 'Upload users preview';
  84  $string['uploadusersresult'] = 'Upload users results';
  85  $string['uploaduser:uploaduserpictures'] = 'Upload user pictures';
  86  $string['useraccountupdated'] = 'User updated';
  87  $string['useraccountuptodate'] = 'User up-to-date';
  88  $string['userdeleted'] = 'User deleted';
  89  $string['userrenamed'] = 'User renamed';
  90  $string['userscreated'] = 'Users created';
  91  $string['usersdeleted'] = 'Users deleted';
  92  $string['usersrenamed'] = 'Users renamed';
  93  $string['usersskipped'] = 'Users skipped';
  94  $string['usersupdated'] = 'Users updated';
  95  $string['usersweakpassword'] = 'Users having a weak password';
  96  $string['uubulk'] = 'Select for bulk user actions';
  97  $string['uubulkall'] = 'All users';
  98  $string['uubulknew'] = 'New users';
  99  $string['uubulkupdated'] = 'Updated users';
 100  $string['uucsvline'] = 'CSV line';
 101  $string['uulegacy1role'] = '(Original Student) typeN=1';
 102  $string['uulegacy2role'] = '(Original Teacher) typeN=2';
 103  $string['uulegacy3role'] = '(Original Non-editing teacher) typeN=3';
 104  $string['uunoemailduplicates'] = 'Prevent email address duplicates';
 105  $string['uuoptype'] = 'Upload type';
 106  $string['uuoptype_addinc'] = 'Add all, append number to usernames if needed';
 107  $string['uuoptype_addnew'] = 'Add new only, skip existing users';
 108  $string['uuoptype_addupdate'] = 'Add new and update existing users';
 109  $string['uuoptype_update'] = 'Update existing users only';
 110  $string['uupasswordcron'] = 'Generated in cron';
 111  $string['uupasswordnew'] = 'New user password';
 112  $string['uupasswordold'] = 'Existing user password';
 113  $string['uustandardusernames'] = 'Standardise usernames';
 114  $string['uuupdateall'] = 'Override with file and defaults';
 115  $string['uuupdatefromfile'] = 'Override with file';
 116  $string['uuupdatemissing'] = 'Fill in missing from file and defaults';
 117  $string['uuupdatetype'] = 'Existing user details';
 118  $string['uuusernametemplate'] = 'Username template';
 119  $string['privacy:metadata'] = 'The User upload plugin does not store any personal data.';
 120  $string['warningprefix'] = 'Warning:';