mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 09:23:09 +02:00
MDL-67237 tool_mobile: Add H5P offline option in disabled features
This commit is contained in:
parent
cb38ab1e39
commit
2ccdc21b36
admin/tool/mobile
@ -433,6 +433,7 @@ class api {
|
||||
'$mmLoginEmailSignup' => new lang_string('startsignup'),
|
||||
'NoDelegate_ForgottenPassword' => new lang_string('forgotten'),
|
||||
'NoDelegate_ResponsiveMainMenuItems' => new lang_string('responsivemainmenuitems', 'tool_mobile'),
|
||||
'NoDelegate_H5POffline' => new lang_string('h5poffline', 'tool_mobile'),
|
||||
),
|
||||
"$mainmenu" => array(
|
||||
'$mmSideMenuDelegate_mmaFrontpage' => new lang_string('sitehome'),
|
||||
|
@ -62,6 +62,7 @@ $string['forcedurlscheme'] = 'If you want to allow only your custom branded app
|
||||
$string['forcedurlscheme_key'] = 'URL scheme';
|
||||
$string['forcelogout'] = 'Force log out';
|
||||
$string['forcelogout_desc'] = 'If enabled, the app option \'Change site\' is replaced by \'Log out\'. This results in the user being completely logged out. They must then re-enter their password the next time they wish to access the site.';
|
||||
$string['h5poffline'] = 'View H5P content offline';
|
||||
$string['httpsrequired'] = 'HTTPS required';
|
||||
$string['insecurealgorithmwarning'] = 'It seems that the HTTPS certificate uses an insecure algorithm for signing (SHA-1). Please try updating the certificate.';
|
||||
$string['invalidcertificatechainwarning'] = 'It seems that the certificate chain is invalid.';
|
||||
|
Loading…
x
Reference in New Issue
Block a user