Skip to content

Commit edccfa1

Browse files
author
Travis CI User
committed
Update lang files from 3.8.0
1 parent 8201a6a commit edccfa1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
$string['addon.mod_data.errorapproving'] = 'Error approving or unapproving entry.';
115115
$string['addon.mod_data.errordeleting'] = 'Error deleting entry.';
116116
$string['addon.mod_data.gettinglocation'] = 'Getting location';
117+
$string['addon.mod_data.locationpermissiondenied'] = 'Permission to access your location has been denied.';
117118
$string['addon.mod_data.mylocation'] = 'My location';
118119
$string['addon.mod_data.searchbytagsnotsupported'] = 'Sorry, searching by tags is not supported by the app.';
119120
$string['addon.mod_feedback.captchaofflinewarning'] = 'Feedback with CAPTCHA cannot be completed offline, or if not configured, or if the server is down.';
@@ -252,6 +253,7 @@
252253
$string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?';
253254
$string['core.course.confirmdownload'] = 'You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?';
254255
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?';
256+
$string['core.course.confirmdownloadzerosize'] = 'You are about to start downloading.{{availableSpace}} Are you sure you want to continue?';
255257
$string['core.course.confirmlimiteddownload'] = 'You are not currently connected to Wi-Fi. ';
256258
$string['core.course.confirmpartialdownloadsize'] = 'You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?';
257259
$string['core.course.contents'] = 'Contents';

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

0 commit comments

Comments
 (0)