Commit | Line | Data |
---|---|---|
3a0fda69 PH |
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_uploadcourse', language 'en', branch 'MOODLE_22_STABLE' | |
19 | * | |
20 | * @package tool_uploadcourse | |
21 | * @subpackage uploadcourse | |
22 | * @copyright 2011 Petr Skoda {@link http://skodak.org} | |
23 | * @copyright 2011 Piers Harding | |
24 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
25 | */ | |
26 | ||
1d1898ac FM |
27 | $string['invalidshortname'] = 'Invalid shortname'; |
28 | $string['cannotdeletecoursenotexist'] = 'Cannot delete a course that does not exist'; | |
29 | $string['cannotgenerateshortnameupdatemode'] = 'Cannot generate a shortname when updates are allowed'; | |
30 | $string['cannotreadbackupfile'] = 'Cannot read the backup file'; | |
31 | $string['cannotrenamecoursenotexist'] = 'Cannot rename a course that does not exist'; | |
32 | $string['cannotrenameidnumberconflict'] = 'Cannot rename the course, the ID number conflicts with an existing course'; | |
33 | $string['cannotrenameshortnamealreadyinuse'] = 'Cannot rename the course, the shortname is already used'; | |
34 | $string['canonlyrenameinupdatemode'] = 'Can only rename a course when update is allowed'; | |
35 | $string['canonlyresetcourseinupdatemode'] = 'Can only reset a course in update mode'; | |
36 | $string['couldnotresolvecatgorybyid'] = 'Could not resolve category by ID'; | |
37 | $string['couldnotresolvecatgorybyidnumber'] = 'Could not resolve category by ID number'; | |
38 | $string['couldnotresolvecatgorybypath'] = 'Could not resolve category by path'; | |
39 | $string['coursecreated'] = 'Course created'; | |
40 | $string['coursedeleted'] = 'Course deleted'; | |
41 | $string['coursedeletionnotallowed'] = 'Course deletion is not allowed'; | |
42 | $string['coursedoesnotexistandcreatenotallowed'] = 'The course does not exist and creating course is not allowed'; | |
43 | $string['courseexistsanduploadnotallowed'] = 'The course exists and update are not allowed'; | |
44 | $string['courseidnumberincremented'] = 'Course ID number incremented {$a->from} -> {$a->to}'; | |
45 | $string['courserenamed'] = 'Course renamed'; | |
46 | $string['courserenamingnotallowed'] = 'Course renaming is not allowed'; | |
47 | $string['coursereset'] = 'Course reset'; | |
48 | $string['courseresetnotallowed'] = 'Course reset now allowed'; | |
49 | $string['courserestored'] = 'Course restored'; | |
5dcd7e28 FM |
50 | $string['coursestotal'] = 'Courses total: {$a}'; |
51 | $string['coursescreated'] = 'Courses created: {$a}'; | |
52 | $string['coursesupdated'] = 'Courses updated: {$a}'; | |
53 | $string['coursesdeleted'] = 'Courses deleted: {$a}'; | |
54 | $string['courseserrors'] = 'Courses errors: {$a}'; | |
1d1898ac | 55 | $string['courseshortnameincremented'] = 'Course shortname incremented {$a->from} -> {$a->to}'; |
5b2f7718 | 56 | $string['courseshortnamegenerated'] = 'Course shortname generated: {$a}'; |
1d1898ac FM |
57 | $string['coursetorestorefromdoesnotexist'] = 'The course to restore from does not exist'; |
58 | $string['courseupdated'] = 'Course updated'; | |
5b2f7718 | 59 | $string['csvline'] = 'Line'; |
1d1898ac FM |
60 | $string['errorwhilerestoringcourse'] = 'Error while restoring the course'; |
61 | $string['errorwhiledeletingcourse'] = 'Error while deleting the course'; | |
62 | $string['generatedshortnameinvalid'] = 'The generated shortname is invalid'; | |
63 | $string['generatedshortnamealreadyinuse'] = 'The generated shortname is already in use'; | |
5b2f7718 | 64 | $string['id'] = 'ID'; |
5dcd7e28 | 65 | $string['idnumberalreadyinuse'] = 'ID number already used by a course'; |
1d1898ac FM |
66 | $string['invalidbackupfile'] = 'Invalid backup file'; |
67 | $string['invalidcourseformat'] = 'Invalid course format'; | |
68 | $string['invalidroles'] = 'Invalid role names: {$a}'; | |
69 | $string['missingmandatoryfields'] = 'Missing value for mandatory fields: {$a}'; | |
70 | $string['missingshortnamenotemplate'] = 'Missing shortname and shortname template not set'; | |
5b2f7718 | 71 | $string['outcome'] = 'Outcome'; |
1d1898ac | 72 | $string['updatemodedoessettonothing'] = 'Update mode does not allow anything to be updated'; |
5b2f7718 | 73 | $string['uploadcoursesresult'] = 'Upload courses results'; |
1d1898ac FM |
74 | $string['unknownimportmode'] = 'Unknown import mode'; |
75 | ||
3a0fda69 PH |
76 | $string['csvfileerror'] = 'There is something wrong with the format of the CSV file - please check the number of headings and columns match, and that the delimiter and file encoding are correct (don\t use comma-quoted as Moodle does not support it): {$a}'; |
77 | $string['allowdeletes'] = 'Allow deletes'; | |
78 | $string['allowrenames'] = 'Allow renames'; | |
79 | $string['csvdelimiter'] = 'CSV delimiter'; | |
80 | $string['defaultvalues'] = 'Default values'; | |
81 | $string['deleteerrors'] = 'Delete errors'; | |
82 | $string['encoding'] = 'Encoding'; | |
83 | $string['errors'] = 'Errors'; | |
84 | $string['invalidinput'] = 'You must specify a valid combination of --action and --mode'; | |
85 | $string['nochanges'] = 'No changes'; | |
86 | $string['pluginname'] = 'Course upload'; | |
87 | $string['renameerrors'] = 'Rename errors'; | |
88 | $string['requiredtemplate'] = 'Required. You may use template syntax here (%l = lastname, %f = firstname, %u = coursename). See help for details and examples.'; | |
89 | $string['rowpreviewnum'] = 'Preview rows'; | |
90 | $string['uploadpicture_badcoursefield'] = 'The course attribute specified is not valid. Please, try again.'; | |
91 | $string['uploadpicture_cannotmovezip'] = 'Cannot move zip file to temporary directory.'; | |
92 | $string['uploadpicture_cannotprocessdir'] = 'Cannot process unzipped files.'; | |
93 | $string['uploadpicture_cannotsave'] = 'Cannot save picture for course {$a}. Check original picture file.'; | |
94 | $string['uploadpicture_cannotunzip'] = 'Cannot unzip pictures file.'; | |
95 | $string['uploadpicture_invalidfilename'] = 'Picture file {$a} has invalid characters in its name. Skipping.'; | |
96 | $string['uploadpicture_overwrite'] = 'Overwrite existing course pictures?'; | |
97 | $string['uploadpicture_coursefield'] = 'Course attribute to use to match pictures:'; | |
98 | $string['uploadpicture_coursenotfound'] = 'Course with a \'{$a->coursefield}\' value of \'{$a->coursevalue}\' does not exist. Skipping.'; | |
99 | $string['uploadpicture_courseskipped'] = 'Skipping course {$a} (already has a picture).'; | |
100 | $string['uploadpicture_courseupdated'] = 'Picture updated for course {$a}.'; | |
101 | $string['uploadpictures'] = 'Upload course pictures'; | |
102 | $string['uploadpictures_help'] = 'Course pictures can be uploaded as a zip file of image files. The image files should be named chosen-course-attribute.extension, for example course1234.jpg for a course with coursename course1234.'; | |
103 | $string['uploadcourses'] = 'Upload courses'; | |
104 | $string['uploadcourses_help'] = 'Courses may be uploaded (and optionally enrolled in courses) via text file. The format of the file should be as follows: | |
105 | ||
106 | * Each line of the file contains one record | |
107 | * Each record is a series of data separated by commas (or other delimiters) | |
108 | * The first record contains a list of fieldnames defining the format of the rest of the file | |
109 | * Required fieldnames are coursename, password, firstname, lastname, email'; | |
110 | $string['uploadcoursespreview'] = 'Upload courses preview'; | |
3a0fda69 | 111 | $string['courseuptodate'] = 'Course up-to-date'; |
5dcd7e28 | 112 | $string['courseupdated'] = 'Course updated'; |
3a0fda69 PH |
113 | $string['coursedeleted'] = 'Course deleted'; |
114 | $string['courserenamed'] = 'Course renamed'; | |
3a0fda69 PH |
115 | $string['coursesrenamed'] = 'Courses renamed'; |
116 | $string['coursesskipped'] = 'Courses skipped'; | |
3a0fda69 PH |
117 | $string['coursenotadded'] = 'Course not added - already exists'; |
118 | $string['coursenotaddederror'] = 'Course not added - error'; | |
119 | $string['coursenotdeletederror'] = 'Course not deleted - error'; | |
120 | $string['coursenotdeletedmissing'] = 'Course not deleted - missing'; | |
121 | $string['coursenotdeletedoff'] = 'Course not deleted - delete off'; | |
122 | $string['coursenotdeletedadmin'] = 'Course not deleted - no admin access'; | |
123 | $string['coursenotupdatederror'] = 'Course not updated - error'; | |
124 | $string['coursenotupdatednotexists'] = 'Course not updated - does not exist'; | |
125 | $string['coursenotupdatedadmin'] = 'Course not updated - no admin'; | |
126 | $string['coursenotrenamedexists'] = 'Course not renamed - target exists'; | |
127 | $string['coursenotrenamedmissing'] = 'Course not renamed - source missing'; | |
128 | $string['coursenotrenamedoff'] = 'Course not renamed - renaming off'; | |
129 | $string['coursenotrenamedadmin'] = 'Course not renamed - no admin'; | |
130 | $string['invalidvalue'] = 'Invalid value for field {$a}'; | |
131 | $string['shortnamecourse'] = 'Shortname'; | |
132 | $string['shortnamecourse_help'] = 'The short name of the course is displayed in the navigation. You may use template syntax here (%f = fullname, %i = idnumber), or enter an initial value that is incremented. See help for details and examples.'; | |
133 | $string['idnumbernotunique'] = 'idnumber is not unique'; | |
134 | $string['ccbulk'] = 'Select for bulk operations'; | |
135 | $string['ccbulkall'] = 'All courses'; | |
136 | $string['ccbulknew'] = 'New courses'; | |
137 | $string['ccbulkupdated'] = 'Updated courses'; | |
3a0fda69 PH |
138 | $string['cclegacy1role'] = '(Original Student) typeN=1'; |
139 | $string['cclegacy2role'] = '(Original Teacher) typeN=2'; | |
140 | $string['cclegacy3role'] = '(Original Non-editing teacher) typeN=3'; | |
141 | $string['ccnoemailduplicates'] = 'Prevent email address duplicates'; | |
142 | $string['ccoptype'] = 'Upload type'; | |
143 | $string['ccoptype_addinc'] = 'Add all, append number to shortnames if needed'; | |
144 | $string['ccoptype_addnew'] = 'Add new only, skip existing courses'; | |
145 | $string['ccoptype_addupdate'] = 'Add new and update existing courses'; | |
146 | $string['ccoptype_update'] = 'Update existing courses only'; | |
147 | $string['ccpasswordcron'] = 'Generated in cron'; | |
148 | $string['ccpasswordnew'] = 'New course password'; | |
149 | $string['ccpasswordold'] = 'Existing course password'; | |
150 | $string['reset'] = 'Reset course after upload'; | |
151 | $string['ccstandardshortnames'] = 'Standardise shortnames'; | |
152 | $string['ccupdateall'] = 'Override with file and defaults'; | |
153 | $string['ccupdatefromfile'] = 'Override with file'; | |
154 | $string['ccupdatemissing'] = 'Fill in missing from file and defaults'; | |
155 | $string['ccupdatetype'] = 'Existing course details'; | |
156 | $string['ccshortnametemplate'] = 'Shortname template'; | |
157 | $string['ccfullnametemplate'] = 'Fullname template'; | |
158 | $string['ccidnumbertemplate'] = 'Idnumber template'; | |
159 | $string['missingtemplate'] = 'Template not found'; | |
160 | $string['missing'] = 'missing'; | |
161 | $string['incorrectformat'] = 'Invalid format specified'; | |
162 | $string['incorrecttemplatefile'] = 'Template file not found'; | |
163 | $string['invalidenrolmethod'] = 'Invalid enrolment method'; | |
164 | $string['invalidcsvfile'] = 'Invalid input CSV file'; | |
165 | $string['invalidaction'] = 'Invalid action selected'; | |
166 | $string['invalidmode'] = 'Invalid mode selected'; | |
167 | $string['invalidtemplatefile'] = 'Invalid template file'; | |
168 | $string['invalidencoding'] = 'Invalid encoding'; | |
169 | $string['invalidcategory'] = 'Invalid category'; | |
170 | $string['coursetemplatename'] = 'Course template shortname'; | |
171 | $string['coursetemplatename_help'] = 'Select an existing course shortname to use as a template for the creation of all courses.'; | |
172 | $string['templatefile'] = 'Template backup file'; | |
173 | $string['invalidbackupfile'] = 'Invalid backup file'; | |
174 |