|
54 | 54 | $string['addon.competency.nocompetencies'] = 'No competencies'; |
55 | 55 | $string['addon.coursecompletion.complete'] = 'Complete'; |
56 | 56 | $string['addon.coursecompletion.couldnotloadreport'] = 'Could not load the course completion report. Please try again later.'; |
57 | | -$string['addon.coursecompletion.required'] = 'Required'; |
58 | 57 | $string['addon.coursecompletion.status'] = 'Status'; |
59 | 58 | $string['addon.files.couldnotloadfiles'] = 'The list of files could not be loaded.'; |
60 | 59 | $string['addon.files.emptyfilelist'] = 'There are no files to show.'; |
61 | 60 | $string['addon.files.erroruploadnotworking'] = 'Unfortunately it is currently not possible to upload files to your site.'; |
62 | 61 | $string['addon.messageoutput_airnotifier.processorsettingsdesc'] = 'Configure devices'; |
63 | | -$string['addon.messages.blockcontactconfirm'] = 'You will no longer receive messages from this contact.'; |
64 | 62 | $string['addon.messages.contactlistempty'] = 'The contact list is empty'; |
65 | 63 | $string['addon.messages.contactname'] = 'Contact name'; |
66 | 64 | $string['addon.messages.deletemessage'] = 'Delete message'; |
|
69 | 67 | $string['addon.messages.errorwhileretrievingcontacts'] = 'Error while retrieving contacts from the server.'; |
70 | 68 | $string['addon.messages.errorwhileretrievingdiscussions'] = 'Error while retrieving discussions from the server.'; |
71 | 69 | $string['addon.messages.errorwhileretrievingmessages'] = 'Error while retrieving messages from the server.'; |
| 70 | +$string['addon.messages.errorwhileretrievingusers'] = 'Error while retrieving users from the server.'; |
72 | 71 | $string['addon.messages.messagenotsent'] = 'The message was not sent. Please try again later.'; |
73 | 72 | $string['addon.messages.newmessages'] = 'New messages'; |
74 | 73 | $string['addon.messages.nousersfound'] = 'No users found'; |
75 | | -$string['addon.messages.removecontactconfirm'] = 'Contact will be removed from your contacts list.'; |
| 74 | +$string['addon.messages.showdeletemessages'] = 'Show delete messages'; |
76 | 75 | $string['addon.messages.type_blocked'] = 'Blocked'; |
77 | 76 | $string['addon.messages.type_offline'] = 'Offline'; |
78 | 77 | $string['addon.messages.type_online'] = 'Online'; |
79 | 78 | $string['addon.messages.type_search'] = 'Search results'; |
80 | 79 | $string['addon.messages.type_strangers'] = 'Others'; |
| 80 | +$string['addon.messages.warningconversationmessagenotsent'] = 'Couldn\'t send message(s) to conversation {{conversation}}. {{error}}'; |
81 | 81 | $string['addon.messages.warningmessagenotsent'] = 'Couldn\'t send message(s) to user {{user}}. {{error}}'; |
82 | 82 | $string['addon.mod_assign.acceptsubmissionstatement'] = 'Please accept the submission statement.'; |
83 | 83 | $string['addon.mod_assign.cannoteditduetostatementsubmission'] = 'You can\'t add or edit a submission in the app because the submission statement could not be retrieved from the site.'; |
|
199 | 199 | $string['addon.notifications.playsound'] = 'Play sound'; |
200 | 200 | $string['addon.notifications.therearentnotificationsyet'] = 'There are no notifications.'; |
201 | 201 | $string['core.android'] = 'Android'; |
202 | | -$string['core.cannotconnect'] = 'Cannot connect: verify that you have typed correctly the URL.'; |
| 202 | +$string['core.cannotconnect'] = 'Cannot connect: Verify that you have correctly typed the URL and that your site uses Moodle 2.4 or later.'; |
203 | 203 | $string['core.cannotdownloadfiles'] = 'File downloading is disabled. Please contact your site administrator.'; |
204 | 204 | $string['core.captureaudio'] = 'Record audio'; |
205 | 205 | $string['core.capturedimage'] = 'Taken picture.'; |
|
230 | 230 | $string['core.course.contents'] = 'Contents'; |
231 | 231 | $string['core.course.couldnotloadsectioncontent'] = 'Could not load the section content. Please try again later.'; |
232 | 232 | $string['core.course.couldnotloadsections'] = 'Could not load the sections. Please try again later.'; |
233 | | -$string['core.course.downloadcourse'] = 'Download course'; |
234 | 233 | $string['core.course.errordownloadingcourse'] = 'Error downloading course.'; |
235 | 234 | $string['core.course.errordownloadingsection'] = 'Error downloading section.'; |
236 | 235 | $string['core.course.errorgetmodule'] = 'Error getting activity data.'; |
|
301 | 300 | $string['core.fileuploader.maxbytesfile'] = 'The file {{$a.file}} is too large. The maximum size you can upload is {{$a.size}}.'; |
302 | 301 | $string['core.fileuploader.photoalbums'] = 'Photo albums'; |
303 | 302 | $string['core.fileuploader.readingfile'] = 'Reading file'; |
| 303 | +$string['core.fileuploader.readingfileperc'] = 'Reading file: {{$a}}%'; |
304 | 304 | $string['core.fileuploader.selectafile'] = 'Select a file'; |
305 | 305 | $string['core.fileuploader.uploadafile'] = 'Upload a file'; |
306 | 306 | $string['core.fileuploader.uploading'] = 'Uploading'; |
|
323 | 323 | $string['core.login.contactyouradministrator'] = 'Contact your site administrator for further help.'; |
324 | 324 | $string['core.login.contactyouradministratorissue'] = 'Please ask your site administrator to check the following issue: {{$a}}'; |
325 | 325 | $string['core.login.credentialsdescription'] = 'Please provide your username and password to log in.'; |
| 326 | +$string['core.login.emailconfirmsentnoemail'] = '<p>An email should have been sent to your address.</p><p>It contains easy instructions to complete your registration.</p><p>If you continue to have difficulty, contact the site administrator.</p>'; |
326 | 327 | $string['core.login.emailnotmatch'] = 'Emails do not match'; |
327 | 328 | $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'; |
328 | 329 | $string['core.login.errordeletesite'] = 'An error occurred while deleting this site. Please try again.'; |
329 | 330 | $string['core.login.errorupdatesite'] = 'An error occurred while updating the site\'s token.'; |
| 331 | +$string['core.login.findyoursite'] = 'Find your site'; |
330 | 332 | $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>'; |
331 | 333 | $string['core.login.invalidaccount'] = 'Please check your login details or ask your site administrator to check the site configuration.'; |
332 | | -$string['core.login.invaliddate'] = 'Invalid date'; |
333 | 334 | $string['core.login.invalidmoodleversion'] = 'Invalid Moodle version. The minimum version required is 2.4.'; |
334 | 335 | $string['core.login.invalidsite'] = 'The site URL is invalid.'; |
335 | 336 | $string['core.login.invalidtime'] = 'Invalid time'; |
336 | 337 | $string['core.login.invalidvaluemax'] = 'The maximum value is {{$a}}'; |
337 | 338 | $string['core.login.invalidvaluemin'] = 'The minimum value is {{$a}}'; |
338 | 339 | $string['core.login.legacymoodleversion'] = 'You are trying to connect to an unsupported Moodle version. Please, download the Moodle Classic app to access this Moodle site.'; |
339 | 340 | $string['core.login.legacymoodleversiondesktop'] = 'You are trying to connect to <b>{{$a}}</b>.<br><br>This site is running an outdated unsupported version of Moodle which will not work with this Moodle Desktop App.<br><br>If this is your site please contact your local moodle partner to get assistance to update it.<br><br>See <a href="https://moodle.com/contact">our contact page</a> to submit a request for assistance.'; |
| 341 | +$string['core.login.legacymoodleversiondesktopdownloadold'] = '<br><br>Alternatively, you can still access this site using an unsupported version of the app that can be downloaded from here.'; |
340 | 342 | $string['core.login.localmobileunexpectedresponse'] = 'Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.'; |
341 | 343 | $string['core.login.loggedoutssodescription'] = 'You have to authenticate again. You need to log in to the site in a browser window.'; |
342 | 344 | $string['core.login.loginbutton'] = 'Log in'; |
|
369 | 371 | $string['core.lostconnection'] = 'Your authentication token is invalid or has expired. You will have to reconnect to the site.'; |
370 | 372 | $string['core.mainmenu.appsettings'] = 'App settings'; |
371 | 373 | $string['core.mainmenu.changesite'] = 'Change site'; |
372 | | -$string['core.mainmenu.togglemenu'] = 'Toggle menu'; |
373 | 374 | $string['core.mainmenu.website'] = 'Website'; |
374 | 375 | $string['core.networkerroriframemsg'] = 'This content is not available offline. Please connect to the internet and try again.'; |
375 | 376 | $string['core.networkerrormsg'] = 'There was a problem connecting to the site. Please check your connection and try again.'; |
376 | 377 | $string['core.nopasswordchangeforced'] = 'You cannot proceed without changing your password.'; |
| 378 | +$string['core.nopermissionerror'] = 'Sorry, but you do not currently have permissions to do that'; |
377 | 379 | $string['core.notapplicable'] = 'n/a'; |
378 | 380 | $string['core.notsent'] = 'Not sent'; |
379 | 381 | $string['core.openfullimage'] = 'Click here to display the full size image'; |
|
453 | 455 | $string['core.unzipping'] = 'Unzipping'; |
454 | 456 | $string['core.user.contact'] = 'Contact'; |
455 | 457 | $string['core.user.detailsnotavailable'] = 'The details of this user are not available to you.'; |
456 | | -$string['core.user.editingteacher'] = 'Teacher'; |
457 | 458 | $string['core.user.errorloaduser'] = 'Error loading user.'; |
458 | | -$string['core.user.manager'] = 'Manager'; |
459 | 459 | $string['core.user.sendemail'] = 'Email'; |
460 | 460 | $string['core.viewcode'] = 'View code'; |
461 | 461 | $string['core.vieweditor'] = 'View editor'; |
| 462 | +$string['core.viewembeddedcontent'] = 'View embedded content'; |
462 | 463 | $string['core.warningofflinedatadeleted'] = 'Offline data from {{component}} \'{{name}}\' has been deleted. {{error}}'; |
463 | 464 | $string['core.whoops'] = 'Oops!'; |
464 | 465 | $string['core.whyisthishappening'] = 'Why is this happening?'; |
|
0 commit comments