Skip to content

Commit 2c20457

Browse files
committed
Update lang files from 3.9.2-rc
1 parent 6e7d3b4 commit 2c20457

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
$string['core.errorsomedatanotdownloaded'] = 'If you downloaded this activity, please notice that some data isn\'t downloaded during the download process for performance and data usage reasons.';
333333
$string['core.errorsync'] = 'An error occurred while synchronising. Please try again.';
334334
$string['core.errorsyncblocked'] = 'This {{$a}} cannot be synchronised right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.';
335+
$string['core.errorurlschemeinvalidsite'] = 'This site URL cannot be opened in this app.';
335336
$string['core.filenameexist'] = 'File name already exists: {{$a}}';
336337
$string['core.fileuploader.audio'] = 'Audio';
337338
$string['core.fileuploader.camera'] = 'Camera';

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 = 2020070300;
28+
$plugin->version = 2020071500;
2929
$plugin->requires = 2013111800; // Require Moodle version (2.6).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.9.1'; // This should be the latest Mobile app version
31+
$plugin->release = '3.9.2-rc'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)