mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-66135 tool_uploadcourse: support custom course fields.
This commit is contained in:
parent
adca2ab629
commit
d62fc08ed9
10 changed files with 512 additions and 9 deletions
|
@ -75,6 +75,7 @@ $string['csvdelimiter_help'] = 'CSV delimiter of the CSV file.';
|
|||
$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: {$a}';
|
||||
$string['csvline'] = 'Line';
|
||||
$string['defaultvalues'] = 'Default course values';
|
||||
$string['defaultvaluescustomfieldcategory'] = 'Default values for \'{$a}\'';
|
||||
$string['encoding'] = 'Encoding';
|
||||
$string['encoding_help'] = 'Encoding of the CSV file.';
|
||||
$string['errorwhilerestoringcourse'] = 'Error while restoring the course';
|
||||
|
@ -102,6 +103,7 @@ $string['mode_help'] = 'This allows you to specify if courses can be created and
|
|||
$string['nochanges'] = 'No changes';
|
||||
$string['pluginname'] = 'Course upload';
|
||||
$string['preview'] = 'Preview';
|
||||
$string['customfieldinvalid'] = 'Custom field \'{$a}\' is empty or contains invalid data';
|
||||
$string['reset'] = 'Reset course after upload';
|
||||
$string['reset_help'] = 'Whether to reset the course after creating/updating it.';
|
||||
$string['result'] = 'Result';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue