mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-66990 lang: Import fixed English strings (en_fix)
Significant string changes: * hidegrader_help,mod_assign - note about setting having no effect on comments box * configdefaultrequestcategory, configenablecourserequests, configlockrequestcategory, lockrequestcategory, core_admin - clearer explanation * configenablecompletion,core_completion - including reason for setting activity completion conditions * emailstop,core - clearer wording * setuplink_desc,tool_mobile - including where the app download page link is displayed and leaving the setting empty
This commit is contained in:
parent
e04a73ccc0
commit
7ac4c9c1f6
16 changed files with 46 additions and 44 deletions
|
@ -25,10 +25,10 @@
|
|||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$string['allowedsourceslist'] = 'Allowed sources';
|
||||
$string['allowedsourceslistdesc'] = 'List of sources from which users can embed H5P content. If empty, the filter won\'t convert any external URL.
|
||||
$string['allowedsourceslistdesc'] = 'A list of URLs from which users can embed H5P content. If none are specified, all URLs will remain as links and not be displayed as embedded H5P content.
|
||||
|
||||
<b>[id]</b> is a placeholder for the H5P content id in the external source.
|
||||
\'[id]\' is a placeholder for the H5P content ID in the external source.
|
||||
|
||||
<b>*</b> wildcard is supported. For example, *.example.com will embed H5P content from any subdomain of example.com, but not from the example.com domain.';
|
||||
The wildcard character \'*\' may be used to specify subdomains. For example, *.example.com will allow embedded H5P content from any subdomain of example.com, but not from the example.com domain.';
|
||||
$string['filtername'] = 'Display H5P';
|
||||
$string['privacy:metadata'] = 'This H5P filter does not store any personal data.';
|
||||
$string['privacy:metadata'] = 'The display H5P filter does not store any personal data.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue