mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-67527 lang: Import fixed English strings (en_fix)
This commit is contained in:
parent
6aacd8d6d1
commit
824c87f370
12 changed files with 18 additions and 21 deletions
|
@ -500,8 +500,8 @@ $string['pluginname'] = 'Forum';
|
|||
$string['postadded'] = '<p>Your post was successfully added.</p> <p>You have {$a} to edit it if you want to make any changes.</p>';
|
||||
$string['postaddedsuccess'] = 'Your post was successfully added.';
|
||||
$string['postaddedtimeleft'] = 'You have {$a} to edit it if you want to make any changes.';
|
||||
$string['postbymailsuccess'] = 'Congratulations, your forum post with subject "{$a->subject}" was successfully added. You can view it at {$a->discussionurl}.';
|
||||
$string['postbymailsuccess_html'] = 'Congratulations, your <a href="{$a->discussionurl}">forum post</a> with subject "{$a->subject}" was successfully posted.';
|
||||
$string['postbymailsuccess'] = 'Your reply "{$a->subject}" was successfully posted: {$a->discussionurl}';
|
||||
$string['postbymailsuccess_html'] = 'Your reply <a href="{$a->discussionurl}">{$a->subject}</a> was successfully posted.';
|
||||
$string['postbyuser'] = '{$a->post} by {$a->user}';
|
||||
$string['postincontext'] = 'See this post in context';
|
||||
$string['postmailinfolink'] = 'This is a copy of a message posted in {$a->coursename}.
|
||||
|
@ -758,7 +758,7 @@ $string['grades:gradesavefailed'] = 'Unable to save grade for {$a->fullname}: {$
|
|||
$string['notgraded'] = 'Not graded';
|
||||
$string['nousersmatch'] = 'No user(s) found for given criteria';
|
||||
$string['showmoreusers'] = 'Show more users';
|
||||
$string['viewconversation'] = 'View conversation';
|
||||
$string['viewconversation'] = 'View discussion';
|
||||
$string['viewgrades'] = 'View grades';
|
||||
|
||||
// Deprecated since Moodle 3.8.
|
||||
|
|
|
@ -32,7 +32,7 @@ $string['filter:datesbuttonlabel'] = 'Open the dates filter';
|
|||
$string['filter:datesname'] = 'Dates';
|
||||
$string['filter:datesfrom'] = 'From {$a}';
|
||||
$string['filter:datesfromto'] = '{$a->datefrom} - {$a->dateto}';
|
||||
$string['filter:datesorderwarning'] = 'Please ensure the "From" date selected is earlier than the "To" date selected.';
|
||||
$string['filter:datesorderwarning'] = 'The from date can\'t be earlier than the to date.';
|
||||
$string['filter:datesto'] = 'To {$a}';
|
||||
$string['filter:groupsbuttonlabel'] = 'Open the groups filter';
|
||||
$string['filter:groupsname'] = 'Groups';
|
||||
|
|
|
@ -381,8 +381,8 @@ $string['functiondisabledbysecuremode'] = 'That functionality is currently disab
|
|||
$string['generalfeedback'] = 'General feedback';
|
||||
$string['generalfeedback_help'] = 'General feedback is text which is shown after a question has been attempted. Unlike feedback for a specific question which depends on the response given, the same general feedback is always shown.';
|
||||
$string['graceperiod'] = 'Submission grace period';
|
||||
$string['graceperiod_desc'] = 'If what to do when time expires is set to \'Allow a grace period to submit, but not change any responses\', this is the default amount of extra time that is allowed.';
|
||||
$string['graceperiod_help'] = 'If what to do when time expires is set to \'Allow a grace period to submit, but not change any responses\', this is the amount of extra time that is allowed.';
|
||||
$string['graceperiod_desc'] = 'If what to do when the time expires is set to \'There is a grace period...\', then this is the default amount of extra time that is allowed.';
|
||||
$string['graceperiod_help'] = 'If what to do when the time expires is set to \'There is a grace period...\', then this is the amount of extra time that is allowed.';
|
||||
$string['graceperiodmin'] = 'Last submission grace period';
|
||||
$string['graceperiodmin_desc'] = 'There is a potential problem right at the end of the quiz. On the one hand, we want to let students continue working right up until the last second - with the help of the timer that automatically submits the quiz when time runs out. On the other hand, the server may then be overloaded, and take some time to get to process the responses. Therefore, we will accept responses for up to this long after time expires, so they are not penalised for the server being slow. However, the student could cheat and get this many seconds to answer the quiz. You have to make a trade-off based on how much you trust the performance of your server during quizzes.';
|
||||
$string['graceperiodtoosmall'] = 'The grace period must be more than {$a}.';
|
||||
|
|
|
@ -93,7 +93,7 @@ $string['configgradedecimals'] = 'Default number of digits that should be shown
|
|||
$string['configgradinggrade'] = 'Default maximum grade for assessment in workshops';
|
||||
$string['configmaxbytes'] = 'Default maximum submission file size for all workshops on the site (subject to course limits and other local settings)';
|
||||
$string['configstrategy'] = 'Default grading strategy for workshops';
|
||||
$string['createsubmission'] = 'Start preparing your submission';
|
||||
$string['createsubmission'] = 'Add submission';
|
||||
$string['crontask'] = 'Background processing for workshop module';
|
||||
$string['daysago'] = '{$a} days ago';
|
||||
$string['daysleft'] = '{$a} days left';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue