|
96 | 96 | $string['addon.mod_assign.gradenotsynced'] = 'Grade not synced'; |
97 | 97 | $string['addon.mod_assign.notallparticipantsareshown'] = 'Participants who have not made a submission are not shown.'; |
98 | 98 | $string['addon.mod_assign.submissionnotsupported'] = 'This submission is not supported by the app and may not contain all the information.'; |
| 99 | +$string['addon.mod_assign.syncblockedusercomponent'] = 'user grade'; |
99 | 100 | $string['addon.mod_assign.userwithid'] = 'User with ID {{id}}'; |
100 | 101 | $string['addon.mod_assign.warningsubmissiongrademodified'] = 'The submission grade was modified on the site.'; |
101 | 102 | $string['addon.mod_assign.warningsubmissionmodified'] = 'The user submission was modified on the site.'; |
|
114 | 115 | $string['addon.mod_data.errorapproving'] = 'Error approving or unapproving entry.'; |
115 | 116 | $string['addon.mod_data.errordeleting'] = 'Error deleting entry.'; |
116 | 117 | $string['addon.mod_data.gettinglocation'] = 'Getting location'; |
| 118 | +$string['addon.mod_data.locationnotenabled'] = 'Location is not enabled'; |
117 | 119 | $string['addon.mod_data.locationpermissiondenied'] = 'Permission to access your location has been denied.'; |
118 | 120 | $string['addon.mod_data.mylocation'] = 'My location'; |
119 | 121 | $string['addon.mod_data.searchbytagsnotsupported'] = 'Sorry, searching by tags is not supported by the app.'; |
|
232 | 234 | $string['core.cannotconnecttrouble'] = 'We\'re having trouble connecting to your site.'; |
233 | 235 | $string['core.cannotconnectverify'] = '<strong>Please check the address is correct.</strong>'; |
234 | 236 | $string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.'; |
| 237 | +$string['core.cannotopeninapp'] = 'This file may not work as expected on this device. Would you like to open it anyway?'; |
| 238 | +$string['core.cannotopeninappdownload'] = 'This file may not work as expected on this device. Would you like to download it anyway?'; |
235 | 239 | $string['core.captureaudio'] = 'Record audio'; |
236 | 240 | $string['core.capturedimage'] = 'Taken picture.'; |
237 | 241 | $string['core.captureimage'] = 'Take picture'; |
238 | 242 | $string['core.capturevideo'] = 'Record video'; |
239 | 243 | $string['core.clearsearch'] = 'Clear search'; |
| 244 | +$string['core.clearstoreddata'] = 'Clear storage {{$a}}'; |
240 | 245 | $string['core.clicktoseefull'] = 'Click to see full contents.'; |
241 | 246 | $string['core.comments.commentsnotworking'] = 'Comments cannot be retrieved'; |
242 | 247 | $string['core.comments.warningcommentsnotsent'] = 'Couldn\'t sync comments. {{error}}'; |
|
263 | 268 | $string['core.course.availablespace'] = ' You currently have about {{available}} free space.'; |
264 | 269 | $string['core.course.cannotdeletewhiledownloading'] = 'Files cannot be deleted while the activity is being downloaded. Please wait for the download to finish.'; |
265 | 270 | $string['core.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete these files?'; |
| 271 | +$string['core.course.confirmdeletestoreddata'] = 'Are you sure you want to delete the stored data?'; |
266 | 272 | $string['core.course.confirmdownload'] = 'You are about to download {{size}}.{{availableSpace}} Are you sure you want to continue?'; |
267 | 273 | $string['core.course.confirmdownloadunknownsize'] = 'It was not possible to calculate the size of the download.{{availableSpace}} Are you sure you want to continue?'; |
268 | 274 | $string['core.course.confirmdownloadzerosize'] = 'You are about to start downloading.{{availableSpace}} Are you sure you want to continue?'; |
|
332 | 338 | $string['core.errorsomedatanotdownloaded'] = 'If you downloaded this activity, please notice that some data isn\'t downloaded during the download process for performance and data usage reasons.'; |
333 | 339 | $string['core.errorsync'] = 'An error occurred while synchronising. Please try again.'; |
334 | 340 | $string['core.errorsyncblocked'] = 'This {{$a}} cannot be synchronised right now because of an ongoing process. Please try again later. If the problem persists, try restarting the app.'; |
| 341 | +$string['core.errorurlschemeinvalidscheme'] = 'This URL is meant to be used in another app: {{$a}}.'; |
335 | 342 | $string['core.errorurlschemeinvalidsite'] = 'This site URL cannot be opened in this app.'; |
336 | 343 | $string['core.filenameexist'] = 'File name already exists: {{$a}}'; |
337 | 344 | $string['core.fileuploader.audio'] = 'Audio'; |
|
387 | 394 | $string['core.login.erroraccesscontrolalloworigin'] = 'The cross-origin call you\'re trying to perform has been rejected. Please check https://docs.moodle.org/dev/Moodle_Mobile_development_using_Chrome_or_Chromium'; |
388 | 395 | $string['core.login.errordeletesite'] = 'An error occurred while deleting this site. Please try again.'; |
389 | 396 | $string['core.login.errorexampleurl'] = 'The URL https://campus.example.edu is only an example URL, it\'s not a real site. <strong>Please use the URL of your school or organization\'s site.</strong>'; |
| 397 | +$string['core.login.errorqrnoscheme'] = 'This URL isn\'t a valid login URL.'; |
390 | 398 | $string['core.login.errorupdatesite'] = 'An error occurred while updating the site\'s token.'; |
391 | 399 | $string['core.login.faqcannotconnectanswer'] = 'Please, contact your site administrator.'; |
392 | 400 | $string['core.login.faqcannotconnectquestion'] = 'I typed my site address correctly but I still can\'t connect.'; |
|
438 | 446 | $string['core.login.searchby'] = 'Search by:'; |
439 | 447 | $string['core.login.selectsite'] = 'Please select your site:'; |
440 | 448 | $string['core.login.signupplugindisabled'] = '{{$a}} is not enabled.'; |
| 449 | +$string['core.login.signuprequiredfieldnotsupported'] = 'The signup form contains a required custom field that isn\'t supported in the app. Please create your account using a web browser.'; |
441 | 450 | $string['core.login.siteaddress'] = 'Your site'; |
442 | 451 | $string['core.login.sitehasredirect'] = 'Your site contains at least one HTTP redirect. The app cannot follow redirects, this could be the issue that\'s preventing the app from connecting to your site.'; |
443 | 452 | $string['core.login.siteinmaintenance'] = 'Your site is in maintenance mode'; |
|
462 | 471 | $string['core.notapplicable'] = 'n/a'; |
463 | 472 | $string['core.notsent'] = 'Not sent'; |
464 | 473 | $string['core.nummore'] = '{{$a}} more'; |
| 474 | +$string['core.openfile'] = 'Open file'; |
465 | 475 | $string['core.openfullimage'] = 'Click here to display the full size image'; |
466 | 476 | $string['core.openinbrowser'] = 'Open in browser'; |
467 | 477 | $string['core.openmodinbrowser'] = 'Open {{$a}} in browser'; |
468 | 478 | $string['core.percentagenumber'] = '{{$a}}%'; |
469 | 479 | $string['core.pulltorefresh'] = 'Pull to refresh'; |
470 | 480 | $string['core.qrscanner'] = 'QR scanner'; |
471 | 481 | $string['core.question.cannotdeterminestatus'] = 'Cannot determine status'; |
472 | | -$string['core.question.errorattachmentsnotsupported'] = 'The application doesn\'t support attaching files to answers yet.'; |
473 | | -$string['core.question.errorinlinefilesnotsupported'] = 'The application doesn\'t support editing inline files yet.'; |
| 482 | +$string['core.question.errorattachmentsnotsupportedinsite'] = 'Your site doesn\'t support attaching files to answers yet.'; |
| 483 | +$string['core.question.errorembeddedfilesnotsupportedinsite'] = 'Your site doesn\'t support editing embedded files yet.'; |
474 | 484 | $string['core.question.errorquestionnotsupported'] = 'This question type is not supported by the app: {{$a}}.'; |
475 | 485 | $string['core.question.howtodraganddrop'] = 'Tap to select then tap to drop.'; |
476 | 486 | $string['core.question.questionmessage'] = 'Question {{$a}}: {{$b}}'; |
|
483 | 493 | $string['core.settings.about'] = 'About'; |
484 | 494 | $string['core.settings.appsettings'] = 'App settings'; |
485 | 495 | $string['core.settings.appversion'] = 'App version'; |
| 496 | +$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.'; |
486 | 497 | $string['core.settings.cannotsyncoffline'] = 'Cannot synchronise offline.'; |
487 | 498 | $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.'; |
488 | 499 | $string['core.settings.colorscheme'] = 'Color Scheme'; |
|
0 commit comments