Minor spell checking
This commit is contained in:
parent
9caf652ff5
commit
50110a3e0f
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
|
@ -2,5 +2,14 @@
|
|||
"intelephense.environment.includePaths": [
|
||||
"/srv/moodle4/moodle"
|
||||
],
|
||||
"intelephense.diagnostics.undefinedProperties": false
|
||||
"intelephense.diagnostics.undefinedProperties": false,
|
||||
"spellright.language": [
|
||||
"en"
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"markdown",
|
||||
"latex",
|
||||
"plaintext",
|
||||
"php"
|
||||
]
|
||||
}
|
|
@ -120,10 +120,10 @@ $string["setting_timelessperiods"] = 'Timeless periods and pages';
|
|||
$string["settingdesc_timelessperiods"] = 'Do not include timing info in periods or pages';
|
||||
|
||||
$string["setting_courseprogressbar"] = 'Show progress bar in course';
|
||||
$string["settingdesc_courseprogressbar"] = 'Show a progress bar in the course popup';
|
||||
$string["settingdesc_courseprogressbar"] = 'Show a progress bar in the course pop-up';
|
||||
|
||||
$string["setting_infofields_heading"] = 'Extra course information fields';
|
||||
$string["settingdesc_infofields_heading"] = 'Select up to 5 fields or custom fields to add to the course popup';
|
||||
$string["settingdesc_infofields_heading"] = 'Select up to 5 fields or custom fields to add to the course pop-up';
|
||||
|
||||
$string["setting_hivizdropslots"] = 'High visibility drop fields';
|
||||
$string["settingdesc_hivizdropslots"] = 'Give the drop fields when editing a study plan extra visibility';
|
||||
|
@ -142,7 +142,7 @@ for ($i=1;$i<=5;$i++) {
|
|||
$string["setting_infofield".$i."_title"] = 'Title for course details from field ('.$i.').';
|
||||
$string["settingdesc_infofield".$i."_title"] = 'Title for course info field. One line per language. End with "|<langcode>" to localize'.$i.'. Leave empty to set no title';
|
||||
$string["setting_infofield".$i."_position"] = 'Position of course info field ('.$i.')';
|
||||
$string["settingdesc_infofield".$i."_position"] = 'Where to place this info field in the course popup screen';
|
||||
$string["settingdesc_infofield".$i."_position"] = 'Where to place this info field in the course pop-up screen';
|
||||
}
|
||||
|
||||
$string["autocohortsync_name"] = 'Study plan automatic cohort sync cascading';
|
||||
|
@ -384,10 +384,10 @@ $string["advanced_warning_title"] = 'Warning';
|
|||
$string["advanced_warning"] = 'These advanced tools should be used with the utmost care. Make sure you know what you are doing when using them';
|
||||
$string["advanced_pick_scale"] = 'Pick scale';
|
||||
$string["advanced_force_scale_title"] = 'Force scales';
|
||||
$string["advanced_force_scale_desc"] = 'Change all gradable outcomes associated with this study plan to scale grading with the selected scale. This will only affect gradables that do not already have grades.';
|
||||
$string["advanced_force_scale_desc"] = 'Change all gradable outcomes associated with this study plan to scale grading with the selected scale. This will only affect gradable\'s that do not already have grades.';
|
||||
$string["advanced_force_scale_button"] = 'Apply';
|
||||
$string["advanced_confirm_header"] = 'Are you sure';
|
||||
$string["advanced_force_scale_confirm"] = 'Are you sure you want to set all associated gradables to this scale?';
|
||||
$string["advanced_force_scale_confirm"] = 'Are you sure you want to set all associated gradable\'s to this scale?';
|
||||
|
||||
$string["advanced_backup_restore"] = 'Backup and restore';
|
||||
$string["advanced_restore"] = 'Restore from file';
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'local_treestudyplan'; // Recommended since 2.0.2 (MDL-26035). Required since 3.0 (MDL-48494).
|
||||
$plugin->version = 2024051400; // YYYYMMDDHH (year, month, day, iteration).
|
||||
$plugin->version = 2024051800; // YYYYMMDDHH (year, month, day, iteration).
|
||||
$plugin->requires = 2021051700; // YYYYMMDDHH (This is the release version for Moodle 3.11).
|
||||
|
||||
$plugin->release = "1.2.0";
|
||||
|
|
Loading…
Reference in New Issue
Block a user