mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-63153_master' of https://github.com/aanabit/moodle
This commit is contained in:
commit
3d18697115
7 changed files with 240 additions and 0 deletions
|
@ -810,6 +810,20 @@ $string['nonexistentbookmark'] = 'The bookmark you requested does not exist.';
|
|||
$string['nosupportedlogstore'] = 'No supported logstore found';
|
||||
$string['maxtimelimit'] = 'Maximum time limit';
|
||||
$string['maxtimelimit_desc'] = 'To restrict the maximum PHP execution time that Moodle will allow without any output being displayed, enter a value in seconds here. 0 means that Moodle default restrictions are used. If you have a front-end server with its own time limit, set this value lower to receive PHP errors in logs. Does not apply to CLI scripts.';
|
||||
$string['moodleapp'] = 'Moodle app';
|
||||
$string['moodleapp_help'] = '<p>If you have an account on a Moodle site, you can access all your courses on your mobile devices with our free mobile app for Moodle.</p>
|
||||
<a href="https://moodle.com/mobile-app">Get the Moodle app</a>';
|
||||
$string['moodlebrandedapp'] = 'Branded Moodle app';
|
||||
$string['moodlebrandedapp_help'] = '<p>The Branded Moodle app has all the functionality of our free mobile app for Moodle combined with your own custom branding.</p>
|
||||
<a href="https://moodle.com/branded-app">About the Branded Moodle app</a>';
|
||||
$string['moodlebrandedappreference'] = '<p>Contact Moodle HQ for our Branded Moodle app service and customise the app with your own branding.</p>
|
||||
<a href="https://moodle.com/branded-app">About the Branded Moodle app</a>';
|
||||
$string['moodlepartners'] = 'Moodle Partners';
|
||||
$string['moodlepartners_help'] = '<p>Moodle Partners are services providers that are certified by Moodle HQ to provide high quality Moodle services for your organisation\'s online learning environment.</p>
|
||||
<a href="https://moodle.com/about-partners/">About our Partners</a><br />
|
||||
<a href="https://moodle.com/partners">Find a Partner</a>';
|
||||
$string['moodleservices'] = 'Moodle services';
|
||||
$string['moodleservices_help'] = 'Make sure you get the best from your Moodle learning environment by using these Moodle services:';
|
||||
$string['noreplyaddress'] = 'No-reply address';
|
||||
$string['noreplydomain'] = 'No-reply and domain';
|
||||
$string['noreplydomaindetail'] = 'Settings for No-reply and configured domains';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue