MOBILE-3320 files: Add missing string

main
Noel De Martin 2021-07-07 14:30:37 +02:00
parent 0e1c49f789
commit 6c7a866411
2 changed files with 2 additions and 0 deletions

View File

@ -1602,6 +1602,7 @@
"core.errorinvalidresponse": "local_moodlemobileapp",
"core.errorloadingcontent": "local_moodlemobileapp",
"core.errorofflinedisabled": "local_moodlemobileapp",
"core.erroropenfiledownloading": "local_moodlemobileapp",
"core.erroropenfilenoapp": "local_moodlemobileapp",
"core.erroropenfilenoextension": "local_moodlemobileapp",
"core.erroropenpopup": "local_moodlemobileapp",

View File

@ -100,6 +100,7 @@
"errorinvalidresponse": "Invalid response received. Please contact your site administrator if the error persists.",
"errorloadingcontent": "Error loading content.",
"errorofflinedisabled": "Offline browsing is disabled on your site. You need to be connected to the internet to use the app.",
"erroropenfiledownloading": "Error opening file: you need to wait for the download to complete.",
"erroropenfilenoapp": "Error opening file: no app found to open this type of file.",
"erroropenfilenoextension": "Error opening file: the file doesn't have an extension.",
"erroropenpopup": "This activity is trying to open a popup. This is not supported in the app.",