Skip to content

Commit c9afaa0

Browse files
committed
Version v4.1.0-rc1
1 parent e7ad1f9 commit c9afaa0

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

lang/en/local_moodlemobileapp.php

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,10 +235,12 @@
235235
$string['addon.mod_workshop.warningassessmentmodified'] = 'The submission was modified on the site.';
236236
$string['addon.mod_workshop.warningsubmissionmodified'] = 'The assessment was modified on the site.';
237237
$string['addon.notes.warningnotenotsent'] = 'Couldn\'t add note(s) to course {{course}}. {{error}}';
238+
$string['addon.notifications.allownotifications'] = 'Allow notifications';
238239
$string['addon.notifications.errorgetnotifications'] = 'Error getting notifications.';
239240
$string['addon.notifications.notifications'] = 'Notifications';
240241
$string['addon.notifications.playsound'] = 'Play sound';
241242
$string['addon.notifications.therearentnotificationsyet'] = 'There are no notifications.';
243+
$string['addon.notifications.typeofnotification'] = 'Type of notification';
242244
$string['addon.privatefiles.couldnotloadfiles'] = 'The list of files could not be loaded.';
243245
$string['addon.privatefiles.emptyfilelist'] = 'There are no files to show.';
244246
$string['addon.privatefiles.erroruploadnotworking'] = 'Unfortunately it is currently not possible to upload files to your site.';
@@ -379,7 +381,7 @@
379381
$string['core.emptysplit'] = 'This page will appear blank if the left panel is empty or is loading.';
380382
$string['core.endingtime'] = 'Ending time: {{$a}}';
381383
$string['core.errorchangecompletion'] = 'An error occurred while changing the completion status. Please try again.';
382-
$string['core.errorcode'] = 'Error code';
384+
$string['core.errorcode'] = 'Error code: {{errorCode}}';
383385
$string['core.errordeletefile'] = 'Error deleting the file. Please try again.';
384386
$string['core.errordetailshide'] = 'Hide error details';
385387
$string['core.errordetailsshow'] = 'Show error details';
@@ -688,6 +690,7 @@
688690
$string['core.user.errorloaduser'] = 'Error loading user.';
689691
$string['core.user.sendemail'] = 'Email';
690692
$string['core.user.support'] = 'Contact site support';
693+
$string['core.user.supportsubject'] = '[App] {{subject}}';
691694
$string['core.user.userwithid'] = 'User with ID {{id}}';
692695
$string['core.usernologin'] = 'Authentication has been revoked for this account';
693696
$string['core.viewcode'] = 'View code';
@@ -703,10 +706,10 @@
703706
$string['core.youreonline'] = 'Your device is back online';
704707
$string['core.zoomin'] = 'Zoom In';
705708
$string['core.zoomout'] = 'Zoom Out';
706-
$string['freemium.autologouttitle'] = 'Automatically log out';
707-
$string['freemium.autologoutcustomtime'] = 'Custom time';
708-
$string['freemium.autologoutclosingtheapp'] = 'When closing the app';
709-
$string['freemium.autologoutinactivefor'] = 'If inactive for';
709+
$string['freemium.change'] = 'Change';
710+
$string['freemium.autologouttitle'] = 'Automatically log out from this device';
711+
$string['freemium.autologoutcustomtime'] = 'Custom time after leaving the app';
712+
$string['freemium.autologoutclosingtheapp'] = 'Immediately after leaving the app';
710713
$string['freemium.autologoutdefault'] = 'Default';
711714
$string['freemium.biometriclogin'] = 'Biometric login';
712715
$string['freemium.biometriclogindescription'] = 'Put your finger in the fingerprint reader.';
@@ -809,3 +812,4 @@
809812
$string['core.login.faqcannotconnectquestion'] = 'I typed my site address correctly but I still can\'t connect.';
810813
$string['core.login.helpmelogin'] = '<p>There are many thousands of Moodle sites around the world. This app can only connect to Moodle sites that have specifically enabled Mobile app access.</p><p>If you can\'t connect to your Moodle site then you need to contact your site administrator and ask them to read <a href="http://docs.moodle.org/en/Mobile_app" target="_blank">http://docs.moodle.org/en/Mobile_app</a></p><p>To test the app in a Moodle demo site type <i>teacher</i> or <i>student</i> in the <i>Site address</i> field and click the <b>Connect button</b>.</p>';
811814
$string['core.whoissiteadmin'] = '"Site Administrators" are the people who manage the Moodle at your school/university/company or learning organisation. If you don\'t know how to contact them, please contact your teachers/trainers.';
815+

langindex.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,12 +1095,14 @@
10951095
"addon.notes.publishstate": "notes",
10961096
"addon.notes.sitenotes": "notes",
10971097
"addon.notes.warningnotenotsent": "local_moodlemobileapp",
1098+
"addon.notifications.allownotifications": "local_moodlemobileapp",
10981099
"addon.notifications.errorgetnotifications": "local_moodlemobileapp",
10991100
"addon.notifications.markallread": "moodle",
11001101
"addon.notifications.notificationpreferences": "message",
11011102
"addon.notifications.notifications": "local_moodlemobileapp",
11021103
"addon.notifications.playsound": "local_moodlemobileapp",
11031104
"addon.notifications.therearentnotificationsyet": "local_moodlemobileapp",
1105+
"addon.notifications.typeofnotification": "local_moodlemobileapp",
11041106
"addon.notifications.unreadnotification": "message",
11051107
"addon.privatefiles.couldnotloadfiles": "local_moodlemobileapp",
11061108
"addon.privatefiles.emptyfilelist": "local_moodlemobileapp",
@@ -1781,6 +1783,7 @@
17811783
"core.grades.manualitem": "grades",
17821784
"core.grades.nogradesreturned": "grades",
17831785
"core.grades.nooutcome": "grades",
1786+
"core.grades.notgraded": "assign",
17841787
"core.grades.outcome": "grades",
17851788
"core.grades.pass": "grades",
17861789
"core.grades.percentage": "grades",
@@ -2396,6 +2399,8 @@
23962399
"core.user.sendemail": "local_moodlemobileapp",
23972400
"core.user.student": "moodle/defaultcoursestudent",
23982401
"core.user.support": "local_moodlemobileapp",
2402+
"core.user.supportmessagesent": "user",
2403+
"core.user.supportsubject": "local_moodlemobileapp",
23992404
"core.user.teacher": "moodle/noneditingteacher",
24002405
"core.user.useraccount": "moodle",
24012406
"core.user.userwithid": "local_moodlemobileapp",
@@ -2429,10 +2434,10 @@
24292434
"core.zoomin": "local_moodlemobileapp",
24302435
"core.zoomout": "local_moodlemobileapp",
24312436
"freemium.accept": "moodle",
2437+
"freemium.change": "local_moodlemobileapp",
24322438
"freemium.autologouttitle": "local_moodlemobileapp",
24332439
"freemium.autologoutcustomtime": "local_moodlemobileapp",
24342440
"freemium.autologoutclosingtheapp": "local_moodlemobileapp",
2435-
"freemium.autologoutinactivefor": "local_moodlemobileapp",
24362441
"freemium.autologoutdefault": "local_moodlemobileapp",
24372442
"freemium.biometriclogin": "local_moodlemobileapp",
24382443
"freemium.biometriclogindescription": "local_moodlemobileapp",

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 = 2022112200;
28+
$plugin->version = 2022113000;
2929
$plugin->requires = 2018051700; // Require Moodle version (3.5).
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '4.1.0-beta'; // This should be the latest Mobile app version
31+
$plugin->release = '4.1.0-rc1'; // This should be the latest Mobile app version
3232
$plugin->component = 'local_moodlemobileapp';

0 commit comments

Comments
 (0)