mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue