Skip to content

Commit 101f287

Browse files
committed
Update strings from 4.0-rc2 app
1 parent 13ea23e commit 101f287

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
Network access - To be able to connect with your Moodle site and check if you are connected or not to switch to offline mode
4545
Run at startup - So you receive local notifications even when the app is running in the background
4646
Prevent phone from sleeping - So you can receive push notifications anytime';
47+
$string['addon.block_myoverview.browseallcourses'] = 'Browse all courses';
48+
$string['addon.block_myoverview.nocoursesenrolled'] = 'You\'re not enrolled in any courses yet.';
49+
$string['addon.block_myoverview.nocoursesenrolleddescription'] = 'Browse all available courses below and start learning.';
50+
$string['addon.block_myoverview.noresult'] = 'Your search didn\'t match any courses.';
51+
$string['addon.block_myoverview.noresultdescription'] = 'Try adjusting your filters or browse all courses below.';
4752
$string['addon.blog.errorloadentries'] = 'Error loading blog entries.';
4853
$string['addon.blog.showonlyyourentries'] = 'Show only your entries';
4954
$string['addon.calendar.calendarevent'] = 'Calendar event';
@@ -269,6 +274,7 @@
269274
$string['core.cannotconnecttrouble'] = 'We\'re having trouble connecting to your site.';
270275
$string['core.cannotconnectverify'] = '<strong>Please check the address is correct.</strong>';
271276
$string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.';
277+
$string['core.cannotlogoutpageblocks'] = 'Please save or discard your changes before continuing.';
272278
$string['core.cannotopeninapp'] = 'This file may not work as expected on this device. Would you like to open it anyway?';
273279
$string['core.cannotopeninappdownload'] = 'This file may not work as expected on this device. Would you like to download it anyway?';
274280
$string['core.captureaudio'] = 'Record audio';
@@ -556,6 +562,8 @@
556562
$string['core.settings.cannotsyncloggedout'] = 'This site cannot be synchronised because you\'ve logged out. Please try again when you\'re logged in the site again.';
557563
$string['core.settings.cannotsyncoffline'] = 'Cannot synchronise offline.';
558564
$string['core.settings.cannotsyncwithoutwifi'] = 'Cannot synchronise because the current settings only allow to synchronise when connected to Wi-Fi. Please connect to a Wi-Fi network.';
565+
$string['core.settings.changelanguage'] = 'Change to {{$a}}';
566+
$string['core.settings.changelanguagealert'] = 'Changing the language will restart the app.';
559567
$string['core.settings.colorscheme'] = 'Color Scheme';
560568
$string['core.settings.colorscheme-dark'] = 'Dark';
561569
$string['core.settings.colorscheme-light'] = 'Light';

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

0 commit comments

Comments
 (0)