Skip to content

Commit 0b5263d

Browse files
Travis CI Usercrazyserver
authored andcommitted
Update lang files from 3.8.2
1 parent 394d7a7 commit 0b5263d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,17 @@
372372
$string['core.login.emailnotmatch'] = 'Emails do not match';
373373
$string['core.login.erroraccesscontrolalloworigin'] = 'The cross-origin call you\'re trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium';
374374
$string['core.login.errordeletesite'] = 'An error occurred while deleting this site. Please try again.';
375+
$string['core.login.errorexampleurl'] = 'The URL https://campus.example.edu is only an example URL, it\'s not a real site. <strong>Please use the URL of your school or organization\'s site.</strong>';
375376
$string['core.login.errorupdatesite'] = 'An error occurred while updating the site\'s token.';
377+
$string['core.login.faqcannotconnectanswer'] = 'Please, contact your site administrator.';
378+
$string['core.login.faqcannotconnectquestion'] = 'I typed my site address correctly but I still can\'t connect.';
379+
$string['core.login.faqsetupsiteanswer'] = 'Visit {{$link}} to check out the different options you have to create your own Moodle site.';
380+
$string['core.login.faqsetupsitelinktitle'] = 'Get started.';
381+
$string['core.login.faqsetupsitequestion'] = 'I want to set up my own Moodle site.';
382+
$string['core.login.faqtestappanswer'] = 'To test the app in a Moodle Demo Site, type "teacher" or "student" in the "Your site address" field and click the "Connect!" button.';
383+
$string['core.login.faqtestappquestion'] = 'I just want to test the app, what can I do?';
384+
$string['core.login.faqwhatisurlanswer'] = '<p>Every organisation or school has their own custom address for their Moodle site.</p><p>To find the address of the Moodle site you want to connect to, do the following:</p><ol><li>Open a web browser and go to your school\'s or organisation\'s Moodle site login page</li><li>At the top of the page, on the address bar, you will see the URL of your Moodle site. E.g. "campus.example.edu".{{$image}}</li><li>Copy the address (do not copy the /login and what comes after), paste it into the Moodle App and click "Connect!"</li><li>Now you can log into your site, using your username and password</li>';
385+
$string['core.login.faqwhatisurlquestion'] = 'What is the URL of my Moodle site? How can I find my school’s site?';
376386
$string['core.login.findyoursite'] = 'Find your site';
377387
$string['core.login.helpmelogin'] = '<p>There are many thousands of Moodle sites around the world. This app can only connect to Moodle sites that have specifically enabled Mobile app access.</p><p>If you can\'t connect to your Moodle site then you need to contact your site administrator and ask them to read <a href="http://docs.moodle.org/en/Mobile_app" target="_blank">http://docs.moodle.org/en/Mobile_app</a></p><p>To test the app in a Moodle demo site type <i>teacher</i> or <i>student</i> in the <i>Site address</i> field and click the <b>Connect button</b>.</p>';
378388
$string['core.login.invalidaccount'] = 'Please check your login details or ask your site administrator to check the site configuration.';
@@ -414,6 +424,7 @@
414424
$string['core.lostconnection'] = 'Your authentication token is invalid or has expired. You will have to reconnect to the site.';
415425
$string['core.mainmenu.changesite'] = 'Change site';
416426
$string['core.mainmenu.website'] = 'Website';
427+
$string['core.needhelp'] = 'Need help?';
417428
$string['core.networkerroriframemsg'] = 'This content is not available offline. Please connect to the internet and try again.';
418429
$string['core.networkerrormsg'] = 'There was a problem connecting to the site. Please check your connection and try again.';
419430
$string['core.nooptionavailable'] = 'No option available';
@@ -525,6 +536,7 @@
525536
$string['core.vieweditor'] = 'View editor';
526537
$string['core.viewembeddedcontent'] = 'View embedded content';
527538
$string['core.warningofflinedatadeleted'] = 'Offline data from {{component}} \'{{name}}\' has been deleted. {{error}}';
539+
$string['core.whoissiteadmin'] = '"Site Administrators" are the people who manage the Moodle at your school/university/company or learning organisation. If you don\'t know how to contact them, please contact your teachers/trainers.';
528540
$string['core.whoops'] = 'Oops!';
529541
$string['core.whyisthishappening'] = 'Why is this happening?';
530542
$string['core.wsfunctionnotavailable'] = 'The web service function is not available.';

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
defined('MOODLE_INTERNAL') || die;
2727

28-
$plugin->version = 2020040100;
28+
$plugin->version = 2020040300;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->release = '3.8.2'; // This should be the latest Mobile app version

0 commit comments

Comments
 (0)