|
54 | 54 | $string['mm.core.cannotdownloadfiles'] = 'File downloading is disabled in your Mobile service. Please, contact your site administrator.'; |
55 | 55 | $string['mm.core.clearsearch'] = 'Clear search'; |
56 | 56 | $string['mm.core.clicktoseefull'] = 'Click to see full contents.'; |
57 | | -$string['mm.core.close'] = 'Close'; |
| 57 | +$string['mm.core.commentsnotworking'] = 'Comments cannot be retrieved'; |
58 | 58 | $string['mm.core.completion-alt-auto-fail'] = 'Completed: {{$a}} (did not achieve pass grade)'; |
59 | 59 | $string['mm.core.completion-alt-auto-n'] = 'Not completed: {{$a}}'; |
60 | 60 | $string['mm.core.completion-alt-auto-pass'] = 'Completed: {{$a}} (achieved pass grade)'; |
61 | 61 | $string['mm.core.completion-alt-auto-y'] = 'Completed: {{$a}}'; |
62 | 62 | $string['mm.core.completion-alt-manual-n'] = 'Not completed: {{$a}}. Select to mark as complete.'; |
63 | 63 | $string['mm.core.completion-alt-manual-y'] = 'Completed: {{$a}}. Select to mark as not complete.'; |
| 64 | +$string['mm.core.confirmcanceledit'] = 'Are you sure you want to leave this page? All changes will be lost.'; |
64 | 65 | $string['mm.core.confirmopeninbrowser'] = 'Do you want to open it in browser?'; |
65 | 66 | $string['mm.core.deleting'] = 'Deleting'; |
66 | 67 | $string['mm.core.dfdayweekmonth'] = 'ddd, D MMM'; |
|
70 | 71 | $string['mm.core.downloading'] = 'Downloading'; |
71 | 72 | $string['mm.core.elementseparator'] = ','; |
72 | 73 | $string['mm.core.errorchangecompletion'] = 'An error occurred while changing the completion status. Please try again.'; |
| 74 | +$string['mm.core.errordeletefile'] = 'Error deleting the file. Please try again.'; |
73 | 75 | $string['mm.core.errordownloading'] = 'Error downloading file.'; |
74 | 76 | $string['mm.core.errordownloadingsomefiles'] = 'Error downloading module files. Some files might be missing.'; |
| 77 | +$string['mm.core.errorfileexistssamename'] = 'There\'s already a file with this name.'; |
75 | 78 | $string['mm.core.errorinvalidresponse'] = 'Invalid response received. Please contact your Moodle site administrator if the error persists.'; |
76 | 79 | $string['mm.core.erroropenfilenoapp'] = 'Error opening the file: no app found to open this kind of file.'; |
77 | 80 | $string['mm.core.erroropenfilenoextension'] = 'Error opening the file: the file doesn\'t have extension.'; |
78 | 81 | $string['mm.core.erroropenpopup'] = 'This activity is trying to open a popup. This is not supported in this app.'; |
| 82 | +$string['mm.core.errorrenamefile'] = 'Error renaming the file. Please try again.'; |
| 83 | +$string['mm.core.fullnameandsitename'] = '{{fullname}} ({{sitename}})'; |
79 | 84 | $string['mm.core.humanreadablesize'] = '{{size}} {{unit}}'; |
80 | 85 | $string['mm.core.image'] = 'Image'; |
81 | 86 | $string['mm.core.imageviewer'] = 'Image viewer'; |
|
121 | 126 | $string['mm.core.percentagenumber'] = '{{$a}}%'; |
122 | 127 | $string['mm.core.pulltorefresh'] = 'Pull to refresh'; |
123 | 128 | $string['mm.core.requireduserdatamissing'] = 'This user lacks some required profile data. Please, fill this data in your Moodle and try again.<br>{{$a}}'; |
| 129 | +$string['mm.core.retry'] = 'Retry'; |
124 | 130 | $string['mm.core.searching'] = 'Searching'; |
125 | 131 | $string['mm.core.sending'] = 'Sending'; |
126 | | -$string['mm.core.serverconnection'] = 'Error connecting to the server'; |
| 132 | +$string['mm.core.showmore'] = 'Show more...'; |
127 | 133 | $string['mm.core.sizetb'] = 'TB'; |
128 | 134 | $string['mm.core.success'] = 'Success!'; |
129 | 135 | $string['mm.core.tablet'] = 'Tablet'; |
|
136 | 142 | $string['mm.course.activitynotyetviewable'] = 'This activity or resource is not yet viewable in the app.'; |
137 | 143 | $string['mm.course.activitynotyetviewablegothere'] = 'This activity or resource is not yet viewable in the app, click the button below to access it from the site.'; |
138 | 144 | $string['mm.course.allsections'] = 'All sections'; |
| 145 | +$string['mm.course.confirmdeletemodulefiles'] = 'Are you sure you want to delete this module files?'; |
139 | 146 | $string['mm.course.confirmdownload'] = 'You are about to download {{size}}. Are you sure you want to continue?'; |
140 | 147 | $string['mm.course.confirmdownloadsection'] = 'You are about to download {{size}}. Are you sure you want to continue?'; |
141 | 148 | $string['mm.course.confirmdownloadunknownsize'] = 'We were unable to calculate the size of the download. Are you sure you want to download?'; |
|
167 | 174 | $string['mm.courses.searchcoursesadvice'] = 'You can use the search courses button to access as guest or enrol yourself in courses that allow it.'; |
168 | 175 | $string['mm.courses.selfenrolment'] = 'Self-enrolment'; |
169 | 176 | $string['mm.courses.totalcoursesearchresults'] = 'Total courses: {{$a}}'; |
| 177 | +$string['mm.fileuploader.addfiletext'] = 'Add file'; |
| 178 | +$string['mm.fileuploader.audio'] = 'Audio'; |
| 179 | +$string['mm.fileuploader.camera'] = 'Camera'; |
| 180 | +$string['mm.fileuploader.confirmuploadfile'] = 'You are about to upload {{size}}. Are you sure you want to continue?'; |
| 181 | +$string['mm.fileuploader.confirmuploadunknownsize'] = 'We were unable to calculate the size of the upload. Are you sure you want to continue?'; |
| 182 | +$string['mm.fileuploader.errorcapturingaudio'] = 'Error capturing audio.'; |
| 183 | +$string['mm.fileuploader.errorcapturingimage'] = 'Error capturing image.'; |
| 184 | +$string['mm.fileuploader.errorcapturingvideo'] = 'Error capturing video.'; |
| 185 | +$string['mm.fileuploader.errorgettingimagealbum'] = 'Error getting image from album.'; |
| 186 | +$string['mm.fileuploader.errormustbeonlinetoupload'] = 'You have to be online to upload files.'; |
| 187 | +$string['mm.fileuploader.errornoapp'] = 'You don\'t have an app installed to perform this action.'; |
| 188 | +$string['mm.fileuploader.errorreadingfile'] = 'Error reading file.'; |
| 189 | +$string['mm.fileuploader.errorwhileuploading'] = 'An error occurred during the file upload.'; |
| 190 | +$string['mm.fileuploader.file'] = 'File'; |
| 191 | +$string['mm.fileuploader.fileuploaded'] = 'The file was successfully uploaded.'; |
| 192 | +$string['mm.fileuploader.maxbytesfile'] = 'The file {{$a.file}} is too large. The maximum size you can upload is {{$a.size}}.'; |
| 193 | +$string['mm.fileuploader.photoalbums'] = 'Photo albums'; |
| 194 | +$string['mm.fileuploader.readingfile'] = 'Reading file'; |
| 195 | +$string['mm.fileuploader.uploadafile'] = 'Upload a file'; |
| 196 | +$string['mm.fileuploader.uploading'] = 'Uploading'; |
| 197 | +$string['mm.fileuploader.uploadingperc'] = 'Uploading: {{$a}}%'; |
| 198 | +$string['mm.fileuploader.video'] = 'Video'; |
170 | 199 | $string['mm.login.authenticating'] = 'Authenticating'; |
171 | 200 | $string['mm.login.cancel'] = 'Cancel'; |
172 | 201 | $string['mm.login.cannotdownloadfiles'] = 'File downloading is disabled in your Mobile service, the app can\'t work with this setting disabled. Please, contact your site administrator.'; |
|
203 | 232 | $string['mm.login.usernamerequired'] = 'Username required'; |
204 | 233 | $string['mm.login.webservicesnotenabled'] = 'Web Services are not enabled in your site. Please, contact your Moodle site administrator if you think mobile access should be enabled.'; |
205 | 234 | $string['mm.question.errorattachmentsnotsupported'] = 'The application doesn\'t support attaching files to answers yet.'; |
| 235 | +$string['mm.question.errorinlinefilesnotsupported'] = 'The application doesn\'t support editing inline files yet.'; |
206 | 236 | $string['mm.question.errorquestionnotsupported'] = 'This question type is not supported by the app: {{$a}}.'; |
207 | 237 | $string['mm.question.howtodraganddrop'] = 'Tap to select then tap to drop.'; |
208 | 238 | $string['mm.question.questionmessage'] = 'Question {{$a}}: {{$b}}'; |
|
228 | 258 | $string['mm.settings.enabledebugging'] = 'Enable debugging'; |
229 | 259 | $string['mm.settings.enabledownloadsection'] = 'Enable download sections'; |
230 | 260 | $string['mm.settings.enabledownloadsectiondescription'] = 'Disable this option to speed up the loading of course sections.'; |
| 261 | +$string['mm.settings.enablerichtexteditor'] = 'Enable rich text editor'; |
| 262 | +$string['mm.settings.enablerichtexteditordescription'] = 'If enabled, a rich text editor will be shown in places that allow it.'; |
231 | 263 | $string['mm.settings.enablesyncwifi'] = 'Allow sync only when on Wi-Fi'; |
232 | 264 | $string['mm.settings.errordeletesitefiles'] = 'Error deleting site files.'; |
233 | 265 | $string['mm.settings.errorsyncsite'] = 'Error synchronizing the site data, please check your internet connection and try again.'; |
|
256 | 288 | $string['mm.settings.versioncode'] = 'Version code'; |
257 | 289 | $string['mm.settings.versionname'] = 'Version name'; |
258 | 290 | $string['mm.settings.wificonnection'] = 'WiFi connection'; |
| 291 | +$string['mm.sharedfiles.chooseaccountstorefile'] = 'Choose an account to store the file in.'; |
| 292 | +$string['mm.sharedfiles.chooseactionrepeatedfile'] = 'There\'s already a file with this name. Do you want to replace the existing file or rename it to "{{$a}}"?'; |
| 293 | +$string['mm.sharedfiles.errorreceivefilenosites'] = 'There are no sites stored. Please add a site before sharing a file with the app.'; |
| 294 | +$string['mm.sharedfiles.nosharedfiles'] = 'There are no shared files stored in this site.'; |
| 295 | +$string['mm.sharedfiles.rename'] = 'Rename'; |
| 296 | +$string['mm.sharedfiles.replace'] = 'Replace'; |
| 297 | +$string['mm.sharedfiles.sharedfiles'] = 'Shared files'; |
| 298 | +$string['mm.sharedfiles.successstorefile'] = 'File successfully stored. Now you can select this file to upload it to your private files or attach it in some activities.'; |
259 | 299 | $string['mm.sidemenu.appsettings'] = 'App settings'; |
260 | 300 | $string['mm.sidemenu.changesite'] = 'Change site'; |
261 | 301 | $string['mm.sidemenu.help'] = 'Help'; |
|
326 | 366 | $string['mma.files.errornoapp'] = 'You don\'t have an app installed to perform this action.'; |
327 | 367 | $string['mma.files.errorreadingfile'] = 'Error reading file.'; |
328 | 368 | $string['mma.files.errorreceivefilenosites'] = 'There are no sites stored. Please add a site before trying to upload a file.'; |
| 369 | +$string['mma.files.erroruploadnotworking'] = 'Unfortunately it is currently not possible to upload files to your site.'; |
329 | 370 | $string['mma.files.errorwhiledownloading'] = 'An error occured while trying to download the file.'; |
330 | 371 | $string['mma.files.errorwhilerecordingaudio'] = 'An error occured while trying to record audio.'; |
331 | 372 | $string['mma.files.errorwhileuploading'] = 'An error occured during the file upload.'; |
|
375 | 416 | $string['mma.messages.type_online'] = 'Online'; |
376 | 417 | $string['mma.messages.type_search'] = 'Search results'; |
377 | 418 | $string['mma.messages.type_strangers'] = 'Others'; |
| 419 | +$string['mma.mod_assign.cannoteditduetostatementsubmission'] = 'You cannot add or edit a submission in the app because we couldn\'t retrieve the submission statement from the site.'; |
| 420 | +$string['mma.mod_assign.cannotsubmitduetostatementsubmission'] = 'You cannot submit for grading in the app because we couldn\'t retrieve the submission statement from the site.'; |
| 421 | +$string['mma.mod_assign.erroreditpluginsnotsupported'] = 'You cannot add or edit a submission in the app because some plugins aren\'t supported for editing:'; |
| 422 | +$string['mma.mod_assign.errorshowinginformation'] = 'We can\'t display the submission information'; |
| 423 | +$string['mma.mod_assign.feedbacknotsupported'] = 'This feedback is not supported by the app and may not contain all the information'; |
| 424 | +$string['mma.mod_assign.notallparticipantsareshown'] = 'Participants without submissions are not being shown'; |
| 425 | +$string['mma.mod_assign.submissionnotsupported'] = 'This submission is not supported by the app and may not contain all the information'; |
378 | 426 | $string['mma.mod_assign.userwithid'] = 'User with Id {{id}}'; |
379 | 427 | $string['mma.mod_chat.errorwhileconnecting'] = 'Error while connecting to the chat.'; |
380 | 428 | $string['mma.mod_chat.errorwhilegettingchatdata'] = 'Error while getting chat data.'; |
|
462 | 510 | $string['mma.mod_wiki.errornowikiavailable'] = 'This wiki does not have any content yet.'; |
463 | 511 | $string['mma.mod_wiki.gowikihome'] = 'Go Wiki home'; |
464 | 512 | $string['mma.mod_wiki.subwiki'] = 'Subwiki'; |
| 513 | +$string['mma.mod_wiki.titleshouldnotbeempty'] = 'Title should not be empty'; |
465 | 514 | $string['mma.mod_wiki.viewpage'] = 'View page'; |
466 | 515 | $string['mma.notes.addnewnote'] = 'Add a new note'; |
467 | 516 | $string['mma.notes.coursenotes'] = 'Course notes'; |
|
0 commit comments