mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-67146 lang: Import fixed English strings (en_fix)
Significant string changes: * configallowemojipicker,core_admin - including emoji picker button in Atto * viewconversation,mod_forum - 'conversation' changed to 'discussion'
This commit is contained in:
parent
f9db5892ec
commit
fda41f4588
5 changed files with 20 additions and 18 deletions
|
@ -27,6 +27,8 @@ defined('MOODLE_INTERNAL') || die;
|
|||
$string['allowedsourceslist'] = 'Allowed sources';
|
||||
$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.
|
||||
|
||||
\'[id]\' 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.
|
||||
|
||||
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'] = 'The display H5P filter does not store any personal data.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue