Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/tool/uploaduser/lang/en/tool_uploaduser.php
Go to the documentation of this file.
00001 <?php
00002 // This file is part of Moodle - http://moodle.org/
00003 //
00004 // Moodle is free software: you can redistribute it and/or modify
00005 // it under the terms of the GNU General Public License as published by
00006 // the Free Software Foundation, either version 3 of the License, or
00007 // (at your option) any later version.
00008 //
00009 // Moodle is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
00016 
00026 $string['allowdeletes'] = 'Allow deletes';
00027 $string['allowrenames'] = 'Allow renames';
00028 $string['allowsuspends'] = 'Allow suspending and activating of accounts';
00029 $string['csvdelimiter'] = 'CSV delimiter';
00030 $string['defaultvalues'] = 'Default values';
00031 $string['deleteerrors'] = 'Delete errors';
00032 $string['encoding'] = 'Encoding';
00033 $string['errors'] = 'Errors';
00034 $string['nochanges'] = 'No changes';
00035 $string['pluginname'] = 'User upload';
00036 $string['renameerrors'] = 'Rename errors';
00037 $string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.';
00038 $string['rowpreviewnum'] = 'Preview rows';
00039 $string['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.';
00040 $string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.';
00041 $string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.';
00042 $string['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.';
00043 $string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.';
00044 $string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.';
00045 $string['uploadpicture_overwrite'] = 'Overwrite existing user pictures?';
00046 $string['uploadpicture_userfield'] = 'User attribute to use to match pictures:';
00047 $string['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.';
00048 $string['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).';
00049 $string['uploadpicture_userupdated'] = 'Picture updated for user {$a}.';
00050 $string['uploadpictures'] = 'Upload user pictures';
00051 $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.';
00052 $string['uploadusers'] = 'Upload users';
00053 $string['uploadusers_help'] = 'Users may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows:
00054 
00055 * Each line of the file contains one record
00056 * Each record is a series of data separated by commas (or other delimiters)
00057 * The first record contains a list of fieldnames defining the format of the rest of the file
00058 * Required fieldnames are username, password, firstname, lastname, email';
00059 $string['uploaduserspreview'] = 'Upload users preview';
00060 $string['uploadusersresult'] = 'Upload users results';
00061 $string['useraccountupdated'] = 'User updated';
00062 $string['useraccountuptodate'] = 'User up-to-date';
00063 $string['userdeleted'] = 'User deleted';
00064 $string['userrenamed'] = 'User renamed';
00065 $string['userscreated'] = 'Users created';
00066 $string['usersdeleted'] = 'Users deleted';
00067 $string['usersrenamed'] = 'Users renamed';
00068 $string['usersskipped'] = 'Users skipped';
00069 $string['usersupdated'] = 'Users updated';
00070 $string['usersweakpassword'] = 'Users having a weak password';
00071 $string['uubulk'] = 'Select for bulk operations';
00072 $string['uubulkall'] = 'All users';
00073 $string['uubulknew'] = 'New users';
00074 $string['uubulkupdated'] = 'Updated users';
00075 $string['uucsvline'] = 'CSV line';
00076 $string['uulegacy1role'] = '(Original Student) typeN=1';
00077 $string['uulegacy2role'] = '(Original Teacher) typeN=2';
00078 $string['uulegacy3role'] = '(Original Non-editing teacher) typeN=3';
00079 $string['uunoemailduplicates'] = 'Prevent email address duplicates';
00080 $string['uuoptype'] = 'Upload type';
00081 $string['uuoptype_addinc'] = 'Add all, append number to usernames if needed';
00082 $string['uuoptype_addnew'] = 'Add new only, skip existing users';
00083 $string['uuoptype_addupdate'] = 'Add new and update existing users';
00084 $string['uuoptype_update'] = 'Update existing users only';
00085 $string['uupasswordcron'] = 'Generated in cron';
00086 $string['uupasswordnew'] = 'New user password';
00087 $string['uupasswordold'] = 'Existing user password';
00088 $string['uustandardusernames'] = 'Standardise usernames';
00089 $string['uuupdateall'] = 'Override with file and defaults';
00090 $string['uuupdatefromfile'] = 'Override with file';
00091 $string['uuupdatemissing'] = 'Fill in missing from file and defaults';
00092 $string['uuupdatetype'] = 'Existing user details';
00093 $string['uuusernametemplate'] = 'Username template';
 All Data Structures Namespaces Files Functions Variables Enumerations