[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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['csvdelimiter'] = 'CSV delimiter'; 31 $string['defaultvalues'] = 'Default values'; 32 $string['deleteerrors'] = 'Delete errors'; 33 $string['encoding'] = 'Encoding'; 34 $string['errormnetadd'] = 'Can not add remote users'; 35 $string['errors'] = 'Errors'; 36 $string['invaliduserdata'] = 'Invalid data detected for user {$a} and it has been automatically cleaned.'; 37 $string['nochanges'] = 'No changes'; 38 $string['pluginname'] = 'User upload'; 39 $string['renameerrors'] = 'Rename errors'; 40 $string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = username). See help for details and examples.'; 41 $string['rowpreviewnum'] = 'Preview rows'; 42 $string['unassignedsysrole'] = 'Unassigned system role {$a}'; 43 $string['uploadpicture_baduserfield'] = 'The user attribute specified is not valid. Please, try again.'; 44 $string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.'; 45 $string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.'; 46 $string['uploadpicture_cannotsave'] = 'Cannot save picture for user {$a}. Check original picture file.'; 47 $string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.'; 48 $string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.'; 49 $string['uploadpicture_overwrite'] = 'Overwrite existing user pictures?'; 50 $string['uploadpicture_userfield'] = 'User attribute to use to match pictures:'; 51 $string['uploadpicture_usernotfound'] = 'User with a \'{$a->userfield}\' value of \'{$a->uservalue}\' does not exist. Skipping.'; 52 $string['uploadpicture_userskipped'] = 'Skipping user {$a} (already has a picture).'; 53 $string['uploadpicture_userupdated'] = 'Picture updated for user {$a}.'; 54 $string['uploadpictures'] = 'Upload user pictures'; 55 $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.'; 56 $string['uploadusers'] = 'Upload users'; 57 $string['uploadusers_help'] = 'Users may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows: 58 59 * Each line of the file contains one record 60 * Each record is a series of data separated by commas (or other delimiters) 61 * The first record contains a list of fieldnames defining the format of the rest of the file 62 * Required fieldnames are username, password, firstname, lastname, email'; 63 $string['uploaduserspreview'] = 'Upload users preview'; 64 $string['uploadusersresult'] = 'Upload users results'; 65 $string['uploaduser:uploaduserpictures'] = 'Upload user pictures'; 66 $string['useraccountupdated'] = 'User updated'; 67 $string['useraccountuptodate'] = 'User up-to-date'; 68 $string['userdeleted'] = 'User deleted'; 69 $string['userrenamed'] = 'User renamed'; 70 $string['userscreated'] = 'Users created'; 71 $string['usersdeleted'] = 'Users deleted'; 72 $string['usersrenamed'] = 'Users renamed'; 73 $string['usersskipped'] = 'Users skipped'; 74 $string['usersupdated'] = 'Users updated'; 75 $string['usersweakpassword'] = 'Users having a weak password'; 76 $string['uubulk'] = 'Select for bulk user actions'; 77 $string['uubulkall'] = 'All users'; 78 $string['uubulknew'] = 'New users'; 79 $string['uubulkupdated'] = 'Updated users'; 80 $string['uucsvline'] = 'CSV line'; 81 $string['uulegacy1role'] = '(Original Student) typeN=1'; 82 $string['uulegacy2role'] = '(Original Teacher) typeN=2'; 83 $string['uulegacy3role'] = '(Original Non-editing teacher) typeN=3'; 84 $string['uunoemailduplicates'] = 'Prevent email address duplicates'; 85 $string['uuoptype'] = 'Upload type'; 86 $string['uuoptype_addinc'] = 'Add all, append number to usernames if needed'; 87 $string['uuoptype_addnew'] = 'Add new only, skip existing users'; 88 $string['uuoptype_addupdate'] = 'Add new and update existing users'; 89 $string['uuoptype_update'] = 'Update existing users only'; 90 $string['uupasswordcron'] = 'Generated in cron'; 91 $string['uupasswordnew'] = 'New user password'; 92 $string['uupasswordold'] = 'Existing user password'; 93 $string['uustandardusernames'] = 'Standardise usernames'; 94 $string['uuupdateall'] = 'Override with file and defaults'; 95 $string['uuupdatefromfile'] = 'Override with file'; 96 $string['uuupdatemissing'] = 'Fill in missing from file and defaults'; 97 $string['uuupdatetype'] = 'Existing user details'; 98 $string['uuusernametemplate'] = 'Username template';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |