|
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.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.'; |
47 | 52 | $string['addon.blog.errorloadentries'] = 'Error loading blog entries.'; |
48 | 53 | $string['addon.blog.showonlyyourentries'] = 'Show only your entries'; |
49 | 54 | $string['addon.calendar.calendarevent'] = 'Calendar event'; |
|
269 | 274 | $string['core.cannotconnecttrouble'] = 'We\'re having trouble connecting to your site.'; |
270 | 275 | $string['core.cannotconnectverify'] = '<strong>Please check the address is correct.</strong>'; |
271 | 276 | $string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.'; |
| 277 | +$string['core.cannotlogoutpageblocks'] = 'Please save or discard your changes before continuing.'; |
272 | 278 | $string['core.cannotopeninapp'] = 'This file may not work as expected on this device. Would you like to open it anyway?'; |
273 | 279 | $string['core.cannotopeninappdownload'] = 'This file may not work as expected on this device. Would you like to download it anyway?'; |
274 | 280 | $string['core.captureaudio'] = 'Record audio'; |
|
556 | 562 | $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.'; |
557 | 563 | $string['core.settings.cannotsyncoffline'] = 'Cannot synchronise offline.'; |
558 | 564 | $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.'; |
559 | 567 | $string['core.settings.colorscheme'] = 'Color Scheme'; |
560 | 568 | $string['core.settings.colorscheme-dark'] = 'Dark'; |
561 | 569 | $string['core.settings.colorscheme-light'] = 'Light'; |
|
0 commit comments