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 400] [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_uploadcourse'.
  19   *
  20   * @package    tool_uploadcourse
  21   * @copyright  2011 Piers Harding
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['allowdeletes'] = 'Allow deletes';
  26  $string['allowdeletes_help'] = 'Whether the delete field is accepted or not.';
  27  $string['allowrenames'] = 'Allow renames';
  28  $string['allowrenames_help'] = 'Whether the rename field is accepted or not.';
  29  $string['allowresets'] = 'Allow resets';
  30  $string['allowresets_help'] = 'Whether the reset field is accepted or not.';
  31  $string['cachedef_helper'] = 'Helper caching';
  32  $string['cannotdeletecoursenotexist'] = 'Cannot delete a course that does not exist';
  33  $string['cannotforcelang'] = 'No permission to force language for this course';
  34  $string['cannotgenerateshortnameupdatemode'] = 'Cannot generate a shortname when updates are allowed';
  35  $string['cannotreadbackupfile'] = 'Cannot read the backup file';
  36  $string['cannotrenamecoursenotexist'] = 'Cannot rename a course that does not exist';
  37  $string['cannotrenameidnumberconflict'] = 'Cannot rename the course, the ID number conflicts with an existing course';
  38  $string['cannotrenameshortnamealreadyinuse'] = 'Cannot rename the course, the shortname is already used';
  39  $string['cannotupdatefrontpage'] = 'You are not allowed to change the front page.';
  40  $string['canonlyrenameinupdatemode'] = 'Can only rename a course when update is allowed';
  41  $string['canonlyresetcourseinupdatemode'] = 'Can only reset a course in update mode';
  42  $string['couldnotresolvecatgorybyid'] = 'Could not resolve category by ID';
  43  $string['couldnotresolvecatgorybyidnumber'] = 'Could not resolve category by ID number';
  44  $string['couldnotresolvecatgorybypath'] = 'Could not resolve category by path';
  45  $string['coursecreated'] = 'Course created';
  46  $string['coursedeleted'] = 'Course deleted';
  47  $string['coursedeletionnotallowed'] = 'Course deletion is not allowed';
  48  $string['coursedoesnotexistandcreatenotallowed'] = 'The course does not exist and creating course is not allowed';
  49  $string['courseexistsanduploadnotallowed'] = 'The course exists and update is not allowed';
  50  $string['coursefile'] = 'File';
  51  $string['coursefile_help'] = 'This file must be a CSV file.';
  52  $string['courseidnumberincremented'] = 'Course ID number incremented {$a->from} -> {$a->to}';
  53  $string['courseprocess'] = 'Course process';
  54  $string['courserenamed'] = 'Course renamed';
  55  $string['courserenamingnotallowed'] = 'Course renaming is not allowed';
  56  $string['coursereset'] = 'Course reset';
  57  $string['courseresetnotallowed'] = 'Course reset now allowed';
  58  $string['courserestored'] = 'Course restored';
  59  $string['coursestotal'] = 'Courses total: {$a}';
  60  $string['coursescreated'] = 'Courses created: {$a}';
  61  $string['coursesupdated'] = 'Courses updated: {$a}';
  62  $string['coursesdeleted'] = 'Courses deleted: {$a}';
  63  $string['courseserrors'] = 'Courses errors: {$a}';
  64  $string['courseshortnameincremented'] = 'Course shortname incremented {$a->from} -> {$a->to}';
  65  $string['courseshortnamegenerated'] = 'Course shortname generated: {$a}';
  66  $string['coursetemplatename'] = 'Restore from this course after upload';
  67  $string['coursetemplatename_help'] = 'Enter an existing course shortname to use as a template for the creation of all courses.';
  68  $string['coursetorestorefromdoesnotexist'] = 'The course to restore from does not exist';
  69  $string['courseupdated'] = 'Course updated';
  70  $string['createall'] = 'Create all, increment shortname if needed';
  71  $string['createnew'] = 'Create new courses only, skip existing ones';
  72  $string['createorupdate'] = 'Create new courses, or update existing ones';
  73  $string['csvdelimiter'] = 'CSV separator';
  74  $string['csvdelimiter_help'] = 'The character separating the series of data in each record.';
  75  $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 separator and file encoding are correct. {$a}';
  76  $string['csvline'] = 'Line';
  77  $string['defaultvalues'] = 'Default course values';
  78  $string['defaultvaluescustomfieldcategory'] = 'Default values for \'{$a}\'';
  79  $string['downloadcontentnotallowed'] = 'Configuring download of course content not allowed';
  80  $string['encoding'] = 'Encoding';
  81  $string['encoding_help'] = 'Encoding of the CSV file.';
  82  $string['errorcannotcreateorupdateenrolment'] = 'Cannot create or update enrolment method \'{$a}\'';
  83  $string['errorcannotdeleteenrolment'] = 'Cannot delete enrolment method \'{$a}\'';
  84  $string['errorcannotdisableenrolment'] = 'Cannot disable enrolment method \'{$a}\'';
  85  $string['errorwhilerestoringcourse'] = 'Error while restoring the course';
  86  $string['errorwhiledeletingcourse'] = 'Error while deleting the course';
  87  $string['generatedshortnameinvalid'] = 'The generated shortname is invalid';
  88  $string['generatedshortnamealreadyinuse'] = 'The generated shortname is already in use';
  89  $string['id'] = 'ID';
  90  $string['importoptions'] = 'Import options';
  91  $string['idnumberalreadyinuse'] = 'ID number already used by a course';
  92  $string['invalidbackupfile'] = 'Invalid backup file';
  93  $string['invalidcourseformat'] = 'Invalid course format';
  94  $string['invalidcsvfile'] = 'Invalid input CSV file';
  95  $string['invaliddownloadcontent'] = 'Invalid download of course content value';
  96  $string['invalidencoding'] = 'Invalid encoding';
  97  $string['invalidmode'] = 'Invalid mode selected';
  98  $string['invalideupdatemode'] = 'Invalid update mode selected';
  99  $string['invalidvisibilitymode'] = 'Invalid visible mode';
 100  $string['invalidroles'] = 'Invalid role names: {$a}';
 101  $string['invalidshortname'] = 'Invalid shortname';
 102  $string['invalidfullnametoolong'] = 'The fullname field is limited to {$a} characters';
 103  $string['invalidshortnametoolong'] = 'The shortname field is limited to {$a} characters';
 104  $string['missingmandatoryfields'] = 'Missing value for mandatory fields: {$a}';
 105  $string['missingshortnamenotemplate'] = 'Missing shortname and shortname template not set';
 106  $string['mode'] = 'Upload mode';
 107  $string['mode_help'] = 'This allows you to specify if courses can be created and/or updated.';
 108  $string['nochanges'] = 'No changes';
 109  $string['pluginname'] = 'Course upload';
 110  $string['preview'] = 'Preview';
 111  $string['customfieldinvalid'] = 'Custom field \'{$a}\' is empty or contains invalid data';
 112  $string['reset'] = 'Reset course after upload';
 113  $string['reset_help'] = 'Whether to reset the course after creating/updating it.';
 114  $string['result'] = 'Result';
 115  $string['restoreafterimport'] = 'Restore after import';
 116  $string['rowpreviewnum'] = 'Preview rows';
 117  $string['rowpreviewnum_help'] = 'Number of rows from the CSV file that will be previewed on the following page. This option is for limiting the size of the following page.';
 118  $string['shortnametemplate'] = 'Template to generate a shortname';
 119  $string['shortnametemplate_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.';
 120  $string['templatefile'] = 'Restore from this file after upload';
 121  $string['templatefile_help'] = 'Select a file to use as a template for the creation of all courses.';
 122  $string['unknownimportmode'] = 'Unknown import mode';
 123  $string['updatemissing'] = 'Fill in missing items from CSV data and defaults';
 124  $string['updatemode'] = 'Update mode';
 125  $string['updatemode_help'] = 'If you allow courses to be updated, you also have to tell the tool what to update the courses with.';
 126  $string['updatemodedoessettonothing'] = 'Update mode does not allow anything to be updated';
 127  $string['updateonly'] = 'Only update existing courses';
 128  $string['updatewithdataordefaults'] = 'Update with CSV data and defaults';
 129  $string['updatewithdataonly'] = 'Update with CSV data only';
 130  $string['uploadcourses'] = 'Upload courses';
 131  $string['uploadcourses_help'] = 'Courses may be uploaded via text file. The format of the file should be as follows:
 132  
 133  * Each line of the file contains one record
 134  * Each record is a series of data separated by the selected separator
 135  * The first record contains a list of fieldnames defining the format of the rest of the file
 136  * Required fieldnames are shortname, fullname, and category';
 137  $string['uploadcoursespreview'] = 'Upload courses preview';
 138  $string['uploadcoursesresult'] = 'Upload courses results';
 139  $string['privacy:metadata'] = 'The Course upload plugin does not store any personal data.';