mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-52645-master-enfix' of git://github.com/mudrd8mz/moodle
This commit is contained in:
commit
46cf618806
4 changed files with 6 additions and 6 deletions
|
@ -446,7 +446,7 @@ $string['updategrade'] = 'Update grade';
|
||||||
$string['updatetable'] = 'Save and update table';
|
$string['updatetable'] = 'Save and update table';
|
||||||
$string['upgradenotimplemented'] = 'Upgrade not implemented in plugin ({$a->type} {$a->subtype})';
|
$string['upgradenotimplemented'] = 'Upgrade not implemented in plugin ({$a->type} {$a->subtype})';
|
||||||
$string['userextensiondate'] = 'Extension granted until: {$a}';
|
$string['userextensiondate'] = 'Extension granted until: {$a}';
|
||||||
$string['useridlistnotcached'] = 'Aborting save. Moodle could not determine which user to save the grade against.';
|
$string['useridlistnotcached'] = 'The grade changes were NOT saved, as it was not possible to determine which submission they were for.';
|
||||||
$string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}';
|
$string['userswhoneedtosubmit'] = 'Users who need to submit: {$a}';
|
||||||
$string['usergrade'] = 'User grade';
|
$string['usergrade'] = 'User grade';
|
||||||
$string['validmarkingworkflowstates'] = 'Valid marking workflow states';
|
$string['validmarkingworkflowstates'] = 'Valid marking workflow states';
|
||||||
|
|
|
@ -393,7 +393,7 @@ $string['postincontext'] = 'See this post in context';
|
||||||
$string['postmailinfo'] = 'This is a copy of a message posted on the {$a} website.
|
$string['postmailinfo'] = 'This is a copy of a message posted on the {$a} website.
|
||||||
|
|
||||||
To reply click on this link:';
|
To reply click on this link:';
|
||||||
$string['postmailinfolink'] = 'This is a copy of a message posted on the {$a->coursename} website.
|
$string['postmailinfolink'] = 'This is a copy of a message posted in {$a->coursename}.
|
||||||
|
|
||||||
To reply click on this link: {$a->replylink}';
|
To reply click on this link: {$a->replylink}';
|
||||||
$string['postmailnow'] = '<p>This post will be mailed out immediately to all forum subscribers.</p>';
|
$string['postmailnow'] = '<p>This post will be mailed out immediately to all forum subscribers.</p>';
|
||||||
|
|
|
@ -66,6 +66,6 @@ $string['region-side-pre'] = 'Left';
|
||||||
|
|
||||||
$string['sitelogo'] = 'Site logo';
|
$string['sitelogo'] = 'Site logo';
|
||||||
$string['sitename'] = 'Display site name along with small logo';
|
$string['sitename'] = 'Display site name along with small logo';
|
||||||
$string['sitenamedesc'] = 'This setting is only applied if a "Small logo" is set. If no small logo is set the site name is always displayed in the navigation bar, but if it is you can use this setting to display it or not.';
|
$string['sitenamedesc'] = 'If there is no small logo, the site name is always displayed in the navigation bar. If a small logo is set, it may be displayed with or without the site name.';
|
||||||
$string['smalllogo'] = 'Small logo';
|
$string['smalllogo'] = 'Small logo';
|
||||||
$string['smalllogodesc'] = 'This logo is displayed in the navbar next to the site name, if a "Logo" is set, then it is only displayed on the pages where the logo is not displayed.';
|
$string['smalllogodesc'] = 'The small logo is displayed in the navigation bar. If there is a header logo for the front page and login page, the small logo is not displayed on these pages.';
|
||||||
|
|
|
@ -74,9 +74,9 @@ $string['secondarybackground'] = 'Secondary background colour';
|
||||||
$string['secondarybackground_desc'] = 'The background colour of any secondary content, such as blocks.';
|
$string['secondarybackground_desc'] = 'The background colour of any secondary content, such as blocks.';
|
||||||
$string['sitelogo'] = 'Site logo';
|
$string['sitelogo'] = 'Site logo';
|
||||||
$string['sitename'] = 'Display site name along with small logo';
|
$string['sitename'] = 'Display site name along with small logo';
|
||||||
$string['sitenamedesc'] = 'This setting is only applied if a "Small logo" is set. If no small logo is set the site name is always displayed in the navigation bar, but if it is you can use this setting to display it or not.';
|
$string['sitenamedesc'] = 'If there is no small logo, the site name is always displayed in the navigation bar. If a small logo is set, it may be displayed with or without the site name.';
|
||||||
$string['smalllogo'] = 'Small logo';
|
$string['smalllogo'] = 'Small logo';
|
||||||
$string['smalllogodesc'] = 'This logo is displayed in the navbar next to the site name, if a "Logo" is set, then it is only displayed on the pages where the logo is not displayed.';
|
$string['smalllogodesc'] = 'The small logo is displayed in the navigation bar. If there is a header logo for the front page and login page, the small logo is not displayed on these pages.';
|
||||||
$string['textcolor'] = 'Text colour';
|
$string['textcolor'] = 'Text colour';
|
||||||
$string['textcolor_desc'] = 'The colour of the text.';
|
$string['textcolor_desc'] = 'The colour of the text.';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue