|
44 | 44 | Network access - To be able to connect with your Moodle site and check if you are connected or not to switch to offline mode |
45 | 45 | Run at startup - So you receive local notifications even when the app is running in the background |
46 | 46 | 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'; |
47 | 49 | $string['addon.calendar.calendarevents'] = 'Calendar events'; |
| 50 | +$string['addon.calendar.calendarreminders'] = 'Calendar reminders'; |
48 | 51 | $string['addon.calendar.defaultnotificationtime'] = 'Default notification time'; |
49 | 52 | $string['addon.calendar.errorloadevent'] = 'Error loading event.'; |
50 | 53 | $string['addon.calendar.errorloadevents'] = 'Error loading events.'; |
51 | 54 | $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'; |
53 | 57 | $string['addon.competency.errornocompetenciesfound'] = 'No competencies found'; |
54 | 58 | $string['addon.competency.nocompetencies'] = 'No competencies'; |
55 | 59 | $string['addon.coursecompletion.complete'] = 'Complete'; |
56 | 60 | $string['addon.coursecompletion.couldnotloadreport'] = 'Could not load the course completion report. Please try again later.'; |
57 | | -$string['addon.coursecompletion.status'] = 'Status'; |
58 | 61 | $string['addon.files.couldnotloadfiles'] = 'The list of files could not be loaded.'; |
59 | 62 | $string['addon.files.emptyfilelist'] = 'There are no files to show.'; |
60 | 63 | $string['addon.files.erroruploadnotworking'] = 'Unfortunately it is currently not possible to upload files to your site.'; |
|
77 | 80 | $string['addon.messages.type_online'] = 'Online'; |
78 | 81 | $string['addon.messages.type_search'] = 'Search results'; |
79 | 82 | $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.'; |
80 | 85 | $string['addon.messages.warningconversationmessagenotsent'] = 'Couldn\'t send message(s) to conversation {{conversation}}. {{error}}'; |
81 | 86 | $string['addon.messages.warningmessagenotsent'] = 'Couldn\'t send message(s) to user {{user}}. {{error}}'; |
82 | 87 | $string['addon.mod_assign.acceptsubmissionstatement'] = 'Please accept the submission statement.'; |
|
98 | 103 | $string['addon.mod_chat.errorwhileretrievingmessages'] = 'Error while retrieving messages from the server.'; |
99 | 104 | $string['addon.mod_chat.errorwhilesendingmessage'] = 'Error while sending the message.'; |
100 | 105 | $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'; |
101 | 108 | $string['addon.mod_choice.errorgetchoice'] = 'Error getting choice data.'; |
102 | 109 | $string['addon.mod_choice.responsesresultgraphdescription'] = '{{number}}% of the users chose the option: {{text}}.'; |
103 | 110 | $string['addon.mod_choice.resultsnotsynced'] = 'Your last response must be synchronised before it is included in the results.'; |
|
245 | 252 | $string['core.courses.enrolme'] = 'Enrol me'; |
246 | 253 | $string['core.courses.errorloadcategories'] = 'An error occurred while loading categories.'; |
247 | 254 | $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.'; |
248 | 256 | $string['core.courses.errorsearching'] = 'An error occurred while searching.'; |
249 | 257 | $string['core.courses.errorselfenrol'] = 'An error occurred while self enrolling.'; |
250 | 258 | $string['core.courses.filtermycourses'] = 'Filter my courses'; |
|
423 | 431 | $string['core.settings.navigatoruseragent'] = 'Navigator userAgent'; |
424 | 432 | $string['core.settings.networkstatus'] = 'Internet connection status'; |
425 | 433 | $string['core.settings.privacypolicy'] = 'Privacy policy'; |
| 434 | +$string['core.settings.pushid'] = 'Push notifications ID'; |
426 | 435 | $string['core.settings.reportinbackground'] = 'Report errors automatically'; |
427 | 436 | $string['core.settings.showdownloadoptions'] = 'Show download options'; |
428 | 437 | $string['core.settings.spaceusage'] = 'Space usage'; |
|
0 commit comments