Skip to content

Commit 865f852

Browse files
committed
Update lang files from 3.9.0-rc
1 parent 8ea21b2 commit 865f852

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@
144144
$string['addon.mod_glossary.errorloadingglossary'] = 'An error occurred while loading the glossary.';
145145
$string['addon.mod_glossary.noentriesfound'] = 'No entries were found.';
146146
$string['addon.mod_glossary.searchquery'] = 'Search query';
147+
$string['addon.mod_h5pactivity.downloadh5pfile'] = 'Download H5P file';
148+
$string['addon.mod_h5pactivity.errorgetactivity'] = 'Error getting H5P activity data.';
149+
$string['addon.mod_h5pactivity.filestatenotdownloaded'] = 'The H5P package is not downloaded. You need to download it to be able to use it.';
150+
$string['addon.mod_h5pactivity.filestateoutdated'] = 'The H5P package has been modified since the last download. You need to download it again to be able to use it.';
151+
$string['addon.mod_h5pactivity.offlinedisabledwarning'] = 'You will need to be online to view the H5P package.';
152+
$string['addon.mod_h5pactivity.viewattempt'] = 'View attempt {{$a}}';
147153
$string['addon.mod_imscp.showmoduledescription'] = 'Show description';
148154
$string['addon.mod_lesson.errorprefetchrandombranch'] = 'This lesson contains a jump to a random content page. It can\'t be attempted in the app until it has been started in a web browser.';
149155
$string['addon.mod_lesson.errorreviewretakenotlast'] = 'This attempt can no longer be reviewed because another attempt has been finished.';
@@ -236,9 +242,9 @@
236242
$string['core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.';
237243
$string['core.confirmgotabroot'] = 'Are you sure you want to go back to {{name}}?';
238244
$string['core.confirmgotabrootdefault'] = 'Are you sure you want to go to the initial page of the current tab?';
245+
$string['core.confirmleaveunknownchanges'] = 'Are you sure you want to leave this page? If you have some unsaved changes they will be lost.';
239246
$string['core.confirmloss'] = 'Are you sure? All changes will be lost.';
240247
$string['core.confirmopeninbrowser'] = 'Do you want to open it in a web browser?';
241-
$string['core.confirmreadfiletoobig'] = 'It seems the app previously crashed when trying to read a file as big as this one. Are you sure you want to continue?<br><br>If this file is stored in a repository like Google Drive, please try to download the file to your device first and use the downloaded file.';
242248
$string['core.contenteditingsynced'] = 'The content you are editing has been synced.';
243249
$string['core.contentlinks.chooseaccount'] = 'Choose account';
244250
$string['core.contentlinks.chooseaccounttoopenlink'] = 'Choose an account to open the link with.';
@@ -535,6 +541,7 @@
535541
$string['core.sharedfiles.successstorefile'] = 'File successfully stored. Select the file to upload to your private files or use in an activity.';
536542
$string['core.sizetb'] = 'TB';
537543
$string['core.sorry'] = 'Sorry...';
544+
$string['core.storingfiles'] = 'Storing files';
538545
$string['core.tablet'] = 'Tablet';
539546
$string['core.tag.errorareanotsupported'] = 'This tag area is not supported by the app.';
540547
$string['core.tag.warningareasnotsupported'] = 'Some of the tag areas are not displayed because they are not supported by the app.';

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

0 commit comments

Comments
 (0)