Skip to content

Commit 478bbda

Browse files
author
Travis CI User
committed
Update lang files from 3.7.0
1 parent 2c3caf3 commit 478bbda

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@
239239
$string['core.course.askadmintosupport'] = 'Contact the site administrator and tell them you want to use this activity with the Moodle Mobile app.';
240240
$string['core.course.availablespace'] = ' You currently have about {{available}} free space.';
241241
$string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?';
242-
$string['core.course.confirmdownload'] = 'You are about to download {{size}}. Are you sure you want to continue?';
243-
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download. Are you sure you want to continue?';
242+
$string['core.course.confirmdownload'] = 'You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?';
243+
$string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?';
244244
$string['core.course.confirmlimiteddownload'] = 'You are not currently connected to Wi-Fi. ';
245-
$string['core.course.confirmpartialdownloadsize'] = 'You are about to download <strong>at least</strong> {{size}}. Are you sure you want to continue?';
245+
$string['core.course.confirmpartialdownloadsize'] = 'You are about to download <strong>at least</strong> {{size}}.{{availableSpace}} Are you sure you want to continue?';
246246
$string['core.course.contents'] = 'Contents';
247247
$string['core.course.couldnotloadsectioncontent'] = 'Could not load the section content. Please try again later.';
248248
$string['core.course.couldnotloadsections'] = 'Could not load the sections. Please try again later.';
@@ -423,7 +423,7 @@
423423
$string['core.settings.cordovadeviceuuid'] = 'Cordova device UUID';
424424
$string['core.settings.cordovaversion'] = 'Cordova version';
425425
$string['core.settings.debugdisplaydescription'] = 'If enabled, error modals will display more data about the error if possible.';
426-
$string['core.settings.deletesitefiles'] = 'Are you sure that you want to delete the downloaded files from the site \'{{sitename}}\'?';
426+
$string['core.settings.deletesitefiles'] = 'Are you sure that you want to delete the downloaded files and cached data from the site \'{{sitename}}\'? You won\'t be able to use the app in offline mode.';
427427
$string['core.settings.deletesitefilestitle'] = 'Delete site files';
428428
$string['core.settings.deviceinfo'] = 'Device info';
429429
$string['core.settings.deviceos'] = 'Device OS';

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

0 commit comments

Comments
 (0)