Skip to content

Commit c58662e

Browse files
committed
Sync strings for 3.6.1
1 parent bd6e9eb commit c58662e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,20 @@
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.blog.errorloadentries'] = 'Error loading blog entries.';
48+
$string['addon.blog.showonlyyourentries'] = 'Show only your entries';
4749
$string['addon.calendar.calendarevents'] = 'Calendar events';
50+
$string['addon.calendar.calendarreminders'] = 'Calendar reminders';
4851
$string['addon.calendar.defaultnotificationtime'] = 'Default notification time';
4952
$string['addon.calendar.errorloadevent'] = 'Error loading event.';
5053
$string['addon.calendar.errorloadevents'] = 'Error loading events.';
5154
$string['addon.calendar.noevents'] = 'There are no events';
52-
$string['addon.calendar.notifications'] = 'Notifications';
55+
$string['addon.calendar.reminders'] = 'Reminders';
56+
$string['addon.calendar.setnewreminder'] = 'Set a new reminder';
5357
$string['addon.competency.errornocompetenciesfound'] = 'No competencies found';
5458
$string['addon.competency.nocompetencies'] = 'No competencies';
5559
$string['addon.coursecompletion.complete'] = 'Complete';
5660
$string['addon.coursecompletion.couldnotloadreport'] = 'Could not load the course completion report. Please try again later.';
57-
$string['addon.coursecompletion.status'] = 'Status';
5861
$string['addon.files.couldnotloadfiles'] = 'The list of files could not be loaded.';
5962
$string['addon.files.emptyfilelist'] = 'There are no files to show.';
6063
$string['addon.files.erroruploadnotworking'] = 'Unfortunately it is currently not possible to upload files to your site.';
@@ -77,6 +80,8 @@
7780
$string['addon.messages.type_online'] = 'Online';
7881
$string['addon.messages.type_search'] = 'Search results';
7982
$string['addon.messages.type_strangers'] = 'Others';
83+
$string['addon.messages.useentertosenddescdesktop'] = 'If disabled, you can use Ctrl+Enter to send the message.';
84+
$string['addon.messages.useentertosenddescmac'] = 'If disabled, you can use Cmd+Enter to send the message.';
8085
$string['addon.messages.warningconversationmessagenotsent'] = 'Couldn\'t send message(s) to conversation {{conversation}}. {{error}}';
8186
$string['addon.messages.warningmessagenotsent'] = 'Couldn\'t send message(s) to user {{user}}. {{error}}';
8287
$string['addon.mod_assign.acceptsubmissionstatement'] = 'Please accept the submission statement.';
@@ -98,6 +103,8 @@
98103
$string['addon.mod_chat.errorwhileretrievingmessages'] = 'Error while retrieving messages from the server.';
99104
$string['addon.mod_chat.errorwhilesendingmessage'] = 'Error while sending the message.';
100105
$string['addon.mod_chat.mustbeonlinetosendmessages'] = 'You must be online to send messages.';
106+
$string['addon.mod_chat.nosessionsfound'] = 'No sessions found';
107+
$string['addon.mod_chat.showincompletesessions'] = 'Show incomplete sessions';
101108
$string['addon.mod_choice.errorgetchoice'] = 'Error getting choice data.';
102109
$string['addon.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.';
103110
$string['addon.mod_choice.resultsnotsynced'] = 'Your last response must be synchronised before it is included in the results.';
@@ -245,6 +252,7 @@
245252
$string['core.courses.enrolme'] = 'Enrol me';
246253
$string['core.courses.errorloadcategories'] = 'An error occurred while loading categories.';
247254
$string['core.courses.errorloadcourses'] = 'An error occurred while loading courses.';
255+
$string['core.courses.errorloadplugins'] = 'The plugins required by this course could not be loaded correctly. Please restart the app to try again.';
248256
$string['core.courses.errorsearching'] = 'An error occurred while searching.';
249257
$string['core.courses.errorselfenrol'] = 'An error occurred while self enrolling.';
250258
$string['core.courses.filtermycourses'] = 'Filter my courses';
@@ -423,6 +431,7 @@
423431
$string['core.settings.navigatoruseragent'] = 'Navigator userAgent';
424432
$string['core.settings.networkstatus'] = 'Internet connection status';
425433
$string['core.settings.privacypolicy'] = 'Privacy policy';
434+
$string['core.settings.pushid'] = 'Push notifications ID';
426435
$string['core.settings.reportinbackground'] = 'Report errors automatically';
427436
$string['core.settings.showdownloadoptions'] = 'Show download options';
428437
$string['core.settings.spaceusage'] = 'Space usage';

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

0 commit comments

Comments
 (0)