mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-32039_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
41b4bb03b2
1 changed files with 4 additions and 4 deletions
|
@ -48,16 +48,16 @@ $string['gotoindex'] = 'Back to the list of quizzes that can be upgraded';
|
||||||
$string['gotoquizreport'] = 'Go to the reports for this quiz, to check the upgrade';
|
$string['gotoquizreport'] = 'Go to the reports for this quiz, to check the upgrade';
|
||||||
$string['gotoresetlink'] = 'Go to the list of quizzes that can be reset';
|
$string['gotoresetlink'] = 'Go to the list of quizzes that can be reset';
|
||||||
$string['includedintheupgrade'] = 'Included in the upgrade?';
|
$string['includedintheupgrade'] = 'Included in the upgrade?';
|
||||||
$string['invalidquizid'] = 'Invaid quiz id. Either the quiz does not exist, or it has no attempts to convert.';
|
$string['invalidquizid'] = 'Invalid quiz id. Either the quiz does not exist, or it has no attempts to convert.';
|
||||||
$string['listpreupgrade'] = 'List quizzes and attempts';
|
$string['listpreupgrade'] = 'List quizzes and attempts';
|
||||||
$string['listpreupgrade_desc'] = 'This will show a report of all the quizzes on the system and how many attempts they have. This will give you an idea of the scope of the upgrade you have to do.';
|
$string['listpreupgrade_desc'] = 'This will show a report of all the quizzes on the system and how many attempts they have. This will give you an idea of the scope of the upgrade you have to do.';
|
||||||
$string['listpreupgradeintro'] = 'These are the number of quiz attempts that will need to be processed when you upgrade your site. A few tens of thousands is no worry. Much beyond that and you need to think about how long the upgrade will take.';
|
$string['listpreupgradeintro'] = 'These are the number of quiz attempts that will need to be processed when you upgrade your site. A few tens of thousands is no worry. Much beyond that and you need to think about how long the upgrade will take.';
|
||||||
$string['listtodo'] = 'List quizzes still to upgrade';
|
$string['listtodo'] = 'List quizzes still to upgrade';
|
||||||
$string['listtodo_desc'] = 'This will show a report of all the quizzes on the system (if any) that have attempts that still need to be upgraded to the new question engine.';
|
$string['listtodo_desc'] = 'This will show a report of all the quizzes on the system (if any) that have attempts that still need to be upgraded to the new question engine.';
|
||||||
$string['listtodointro'] = 'These are all the quizzes with attempt data that still needs to be converted. You can convert the attempts by clicking the link.';
|
$string['listtodointro'] = 'These are all the quizzes with attempt data that still needs to be converted. You can convert the attempts by clicking the link.';
|
||||||
$string['listupgraded'] = 'List already upgrade quizzes that can be reset';
|
$string['listupgraded'] = 'List already upgraded quizzes that can be reset';
|
||||||
$string['listupgraded_desc'] = 'This will show a report of all the quizzes on the system whose attempts have been upgraded, and where the old data is still present so the upgrade could be reset and redone.';
|
$string['listupgraded_desc'] = 'This will show a report of all the quizzes on the system whose attempts have been upgraded, and where the old data is still present so the upgrade could be reset and redone.';
|
||||||
$string['listupgradedintro'] = 'These are all the quizzes that have attempts that were upgraded, and where the old attempt data is so there, so they could be reset, and the upgrade re-done.';
|
$string['listupgradedintro'] = 'These are all the quizzes that have attempts that were upgraded, and where the old attempt data is still there, so they could be reset, and the upgrade re-done.';
|
||||||
$string['noquizattempts'] = 'Your site does not have any quiz attempts at all!';
|
$string['noquizattempts'] = 'Your site does not have any quiz attempts at all!';
|
||||||
$string['nothingupgradedyet'] = 'No upgraded attempts that can be reset';
|
$string['nothingupgradedyet'] = 'No upgraded attempts that can be reset';
|
||||||
$string['notupgradedsiterequired'] = 'This script can only work before the site has been upgraded.';
|
$string['notupgradedsiterequired'] = 'This script can only work before the site has been upgraded.';
|
||||||
|
@ -80,4 +80,4 @@ $string['resettingquizattemptsprogress'] = 'Resetting attempt {$a->done} / {$a->
|
||||||
$string['upgradingquizattempts'] = 'Upgrading the attempts for quiz \'{$a->name}\' in course {$a->shortname}';
|
$string['upgradingquizattempts'] = 'Upgrading the attempts for quiz \'{$a->name}\' in course {$a->shortname}';
|
||||||
$string['upgradedsitedetected'] = 'This appears to be a site that has been upgraded to include the new question engine.';
|
$string['upgradedsitedetected'] = 'This appears to be a site that has been upgraded to include the new question engine.';
|
||||||
$string['upgradedsiterequired'] = 'This script can only work after the site has been upgraded.';
|
$string['upgradedsiterequired'] = 'This script can only work after the site has been upgraded.';
|
||||||
$string['veryoldattemtps'] = 'Your site has {$a} quiz attempts that were never completely updated during the upgrade from Moodle 1.4 to Moodle 1.5. These attempts will be dealt wiht before the main upgrade. You need to to consider the extra time required for this.';
|
$string['veryoldattemtps'] = 'Your site has {$a} quiz attempts that were never completely updated during the upgrade from Moodle 1.4 to Moodle 1.5. These attempts will be dealt with before the main upgrade. You need to to consider the extra time required for this.';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue