Skip to content

Commit 44cf41a

Browse files
author
Travis CI User
committed
Update lang files from 3.7.2
1 parent 0874a81 commit 44cf41a

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
$string['addon.storagemanager.managestorage'] = 'Manage storage';
219219
$string['addon.storagemanager.storageused'] = 'File storage used:';
220220
$string['core.android'] = 'Android';
221-
$string['core.cannotconnect'] = 'Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle 2.4 or later.';
221+
$string['core.cannotconnect'] = 'Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle 3.1 or later.';
222222
$string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.';
223223
$string['core.captureaudio'] = 'Record audio';
224224
$string['core.capturedimage'] = 'Taken picture.';
@@ -347,7 +347,7 @@
347347
$string['core.lastsync'] = 'Last synchronisation';
348348
$string['core.loadmore'] = 'Load more';
349349
$string['core.login.authenticating'] = 'Authenticating';
350-
$string['core.login.checksiteversion'] = 'Check that your site uses Moodle 2.4 or later.';
350+
$string['core.login.checksiteversion'] = 'Check that your site uses Moodle 3.1 or later.';
351351
$string['core.login.confirmdeletesite'] = 'Are you sure you want to delete the site {{sitename}}?';
352352
$string['core.login.connect'] = 'Connect!';
353353
$string['core.login.connecttomoodle'] = 'Connect to Moodle';
@@ -364,14 +364,11 @@
364364
$string['core.login.findyoursite'] = 'Find your site';
365365
$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>';
366366
$string['core.login.invalidaccount'] = 'Please check your login details or ask your site administrator to check the site configuration.';
367-
$string['core.login.invalidmoodleversion'] = 'Invalid Moodle version. The minimum version required is 2.4.';
367+
$string['core.login.invalidmoodleversion'] = 'Invalid Moodle version. The minimum version required is 3.1.';
368368
$string['core.login.invalidsite'] = 'The site URL is invalid.';
369369
$string['core.login.invalidtime'] = 'Invalid time';
370370
$string['core.login.invalidvaluemax'] = 'The maximum value is {{$a}}';
371371
$string['core.login.invalidvaluemin'] = 'The minimum value is {{$a}}';
372-
$string['core.login.legacymoodleversion'] = 'You are trying to connect to an unsupported Moodle version. Please download the Moodle Classic app to access this Moodle site.';
373-
$string['core.login.legacymoodleversiondesktop'] = 'You are trying to connect to <b>{{$a}}</b>.<br><br>This site is running an outdated unsupported version of Moodle which will not work with this Moodle Desktop App.<br><br>If this is your site please contact your local moodle partner to get assistance to update it.<br><br>See <a href="https://moodle.com/contact">our contact page</a> to submit a request for assistance.';
374-
$string['core.login.legacymoodleversiondesktopdownloadold'] = '<br><br>Alternatively, you can still access this site using an unsupported version of the app that can be downloaded from here.';
375372
$string['core.login.localmobileunexpectedresponse'] = 'Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.';
376373
$string['core.login.loggedoutssodescription'] = 'You have to authenticate again. You need to log in to the site in a browser window.';
377374
$string['core.login.loginbutton'] = 'Log in';

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

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

28-
$plugin->version = 2019110600;
28+
$plugin->version = 2019112800;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.7.1'; // This should be the latest Mobile app version
31+
$plugin->release = '3.7.2'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)