|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $string ['allowdeletes'] = 'Allow deletes' | |
| $string ['allowrenames'] = 'Allow renames' | |
| $string ['allowsuspends'] = 'Allow suspending and activating of accounts' | |
| $string ['csvdelimiter'] = 'CSV delimiter' | |
| $string ['defaultvalues'] = 'Default values' | |
| $string ['deleteerrors'] = 'Delete errors' | |
| $string ['encoding'] = 'Encoding' | |
| $string ['errors'] = 'Errors' | |
| $string ['nochanges'] = 'No changes' | |
| $string ['pluginname'] = 'User upload' | |
| $string ['renameerrors'] = 'Rename errors' | |
| $string ['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.' | |
| $string ['rowpreviewnum'] = 'Preview rows' | |
| $string ['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.' | |
| $string ['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.' | |
| $string ['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.' | |
| $string ['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.' | |
| $string ['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.' | |
| $string ['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.' | |
| $string ['uploadpicture_overwrite'] = 'Overwrite existing user pictures?' | |
| $string ['uploadpicture_userfield'] = 'User attribute to use to match pictures:' | |
| $string ['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.' | |
| $string ['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).' | |
| $string ['uploadpicture_userupdated'] = 'Picture updated for user {$a}.' | |
| $string ['uploadpictures'] = 'Upload user pictures' | |
| $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.' | |
| $string ['uploadusers'] = 'Upload users' | |
| $string ['uploadusers_help'] | |
| $string ['uploaduserspreview'] = 'Upload users preview' | |
| $string ['uploadusersresult'] = 'Upload users results' | |
| $string ['useraccountupdated'] = 'User updated' | |
| $string ['useraccountuptodate'] = 'User up-to-date' | |
| $string ['userdeleted'] = 'User deleted' | |
| $string ['userrenamed'] = 'User renamed' | |
| $string ['userscreated'] = 'Users created' | |
| $string ['usersdeleted'] = 'Users deleted' | |
| $string ['usersrenamed'] = 'Users renamed' | |
| $string ['usersskipped'] = 'Users skipped' | |
| $string ['usersupdated'] = 'Users updated' | |
| $string ['usersweakpassword'] = 'Users having a weak password' | |
| $string ['uubulk'] = 'Select for bulk operations' | |
| $string ['uubulkall'] = 'All users' | |
| $string ['uubulknew'] = 'New users' | |
| $string ['uubulkupdated'] = 'Updated users' | |
| $string ['uucsvline'] = 'CSV line' | |
| $string ['uulegacy1role'] = '(Original Student) typeN=1' | |
| $string ['uulegacy2role'] = '(Original Teacher) typeN=2' | |
| $string ['uulegacy3role'] = '(Original Non-editing teacher) typeN=3' | |
| $string ['uunoemailduplicates'] = 'Prevent email address duplicates' | |
| $string ['uuoptype'] = 'Upload type' | |
| $string ['uuoptype_addinc'] = 'Add all, append number to usernames if needed' | |
| $string ['uuoptype_addnew'] = 'Add new only, skip existing users' | |
| $string ['uuoptype_addupdate'] = 'Add new and update existing users' | |
| $string ['uuoptype_update'] = 'Update existing users only' | |
| $string ['uupasswordcron'] = 'Generated in cron' | |
| $string ['uupasswordnew'] = 'New user password' | |
| $string ['uupasswordold'] = 'Existing user password' | |
| $string ['uustandardusernames'] = 'Standardise usernames' | |
| $string ['uuupdateall'] = 'Override with file and defaults' | |
| $string ['uuupdatefromfile'] = 'Override with file' | |
| $string ['uuupdatemissing'] = 'Fill in missing from file and defaults' | |
| $string ['uuupdatetype'] = 'Existing user details' | |
| $string ['uuusernametemplate'] = 'Username template' | |
| $string['allowdeletes'] = 'Allow deletes' |
Definition at line 26 of file tool_uploaduser.php.
| $string['allowrenames'] = 'Allow renames' |
Definition at line 27 of file tool_uploaduser.php.
| $string['allowsuspends'] = 'Allow suspending and activating of accounts' |
Definition at line 28 of file tool_uploaduser.php.
| $string['csvdelimiter'] = 'CSV delimiter' |
Definition at line 29 of file tool_uploaduser.php.
| $string['defaultvalues'] = 'Default values' |
Definition at line 30 of file tool_uploaduser.php.
| $string['deleteerrors'] = 'Delete errors' |
Definition at line 31 of file tool_uploaduser.php.
| $string['encoding'] = 'Encoding' |
Definition at line 32 of file tool_uploaduser.php.
| $string['errors'] = 'Errors' |
Definition at line 33 of file tool_uploaduser.php.
| $string['nochanges'] = 'No changes' |
Definition at line 34 of file tool_uploaduser.php.
| $string['pluginname'] = 'User upload' |
Definition at line 35 of file tool_uploaduser.php.
| $string['renameerrors'] = 'Rename errors' |
Definition at line 36 of file tool_uploaduser.php.
| $string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.' |
Definition at line 37 of file tool_uploaduser.php.
| $string['rowpreviewnum'] = 'Preview rows' |
Definition at line 38 of file tool_uploaduser.php.
| $string['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.' |
Definition at line 39 of file tool_uploaduser.php.
| $string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.' |
Definition at line 40 of file tool_uploaduser.php.
| $string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.' |
Definition at line 41 of file tool_uploaduser.php.
| $string['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.' |
Definition at line 42 of file tool_uploaduser.php.
| $string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.' |
Definition at line 43 of file tool_uploaduser.php.
| $string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.' |
Definition at line 44 of file tool_uploaduser.php.
| $string['uploadpicture_overwrite'] = 'Overwrite existing user pictures?' |
Definition at line 45 of file tool_uploaduser.php.
| $string['uploadpicture_userfield'] = 'User attribute to use to match pictures:' |
Definition at line 46 of file tool_uploaduser.php.
| $string['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.' |
Definition at line 47 of file tool_uploaduser.php.
| $string['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).' |
Definition at line 48 of file tool_uploaduser.php.
| $string['uploadpicture_userupdated'] = 'Picture updated for user {$a}.' |
Definition at line 49 of file tool_uploaduser.php.
| $string['uploadpictures'] = 'Upload user pictures' |
Definition at line 50 of file tool_uploaduser.php.
| $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.' |
Definition at line 51 of file tool_uploaduser.php.
| $string['uploadusers'] = 'Upload users' |
Definition at line 52 of file tool_uploaduser.php.
| $string['uploadusers_help'] |
'Users may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows: * Each line of the file contains one record * Each record is a series of data separated by commas (or other delimiters) * The first record contains a list of fieldnames defining the format of the rest of the file * Required fieldnames are username, password, firstname, lastname, email'
Definition at line 53 of file tool_uploaduser.php.
| $string['uploaduserspreview'] = 'Upload users preview' |
Definition at line 59 of file tool_uploaduser.php.
| $string['uploadusersresult'] = 'Upload users results' |
Definition at line 60 of file tool_uploaduser.php.
| $string['useraccountupdated'] = 'User updated' |
Definition at line 61 of file tool_uploaduser.php.
| $string['useraccountuptodate'] = 'User up-to-date' |
Definition at line 62 of file tool_uploaduser.php.
| $string['userdeleted'] = 'User deleted' |
Definition at line 63 of file tool_uploaduser.php.
| $string['userrenamed'] = 'User renamed' |
Definition at line 64 of file tool_uploaduser.php.
| $string['userscreated'] = 'Users created' |
Definition at line 65 of file tool_uploaduser.php.
| $string['usersdeleted'] = 'Users deleted' |
Definition at line 66 of file tool_uploaduser.php.
| $string['usersrenamed'] = 'Users renamed' |
Definition at line 67 of file tool_uploaduser.php.
| $string['usersskipped'] = 'Users skipped' |
Definition at line 68 of file tool_uploaduser.php.
| $string['usersupdated'] = 'Users updated' |
Definition at line 69 of file tool_uploaduser.php.
| $string['usersweakpassword'] = 'Users having a weak password' |
Definition at line 70 of file tool_uploaduser.php.
| $string['uubulk'] = 'Select for bulk operations' |
Definition at line 71 of file tool_uploaduser.php.
| $string['uubulkall'] = 'All users' |
Definition at line 72 of file tool_uploaduser.php.
| $string['uubulknew'] = 'New users' |
Definition at line 73 of file tool_uploaduser.php.
| $string['uubulkupdated'] = 'Updated users' |
Definition at line 74 of file tool_uploaduser.php.
| $string['uucsvline'] = 'CSV line' |
Definition at line 75 of file tool_uploaduser.php.
| $string['uulegacy1role'] = '(Original Student) typeN=1' |
Definition at line 76 of file tool_uploaduser.php.
| $string['uulegacy2role'] = '(Original Teacher) typeN=2' |
Definition at line 77 of file tool_uploaduser.php.
| $string['uulegacy3role'] = '(Original Non-editing teacher) typeN=3' |
Definition at line 78 of file tool_uploaduser.php.
| $string['uunoemailduplicates'] = 'Prevent email address duplicates' |
Definition at line 79 of file tool_uploaduser.php.
| $string['uuoptype'] = 'Upload type' |
Definition at line 80 of file tool_uploaduser.php.
| $string['uuoptype_addinc'] = 'Add all, append number to usernames if needed' |
Definition at line 81 of file tool_uploaduser.php.
| $string['uuoptype_addnew'] = 'Add new only, skip existing users' |
Definition at line 82 of file tool_uploaduser.php.
| $string['uuoptype_addupdate'] = 'Add new and update existing users' |
Definition at line 83 of file tool_uploaduser.php.
| $string['uuoptype_update'] = 'Update existing users only' |
Definition at line 84 of file tool_uploaduser.php.
| $string['uupasswordcron'] = 'Generated in cron' |
Definition at line 85 of file tool_uploaduser.php.
| $string['uupasswordnew'] = 'New user password' |
Definition at line 86 of file tool_uploaduser.php.
| $string['uupasswordold'] = 'Existing user password' |
Definition at line 87 of file tool_uploaduser.php.
| $string['uustandardusernames'] = 'Standardise usernames' |
Definition at line 88 of file tool_uploaduser.php.
| $string['uuupdateall'] = 'Override with file and defaults' |
Definition at line 89 of file tool_uploaduser.php.
| $string['uuupdatefromfile'] = 'Override with file' |
Definition at line 90 of file tool_uploaduser.php.
| $string['uuupdatemissing'] = 'Fill in missing from file and defaults' |
Definition at line 91 of file tool_uploaduser.php.
| $string['uuupdatetype'] = 'Existing user details' |
Definition at line 92 of file tool_uploaduser.php.
| $string['uuusernametemplate'] = 'Username template' |
Definition at line 93 of file tool_uploaduser.php.