Merge pull request #3598 from crazyserver/MOBILE-4270

MOBILE-4270 lang: Remove invalid word from strings
main
Dani Palou 2023-04-04 13:52:51 +02:00 committed by GitHub
commit b6a2e5fccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -55,9 +55,9 @@
"invalidaccount": "Please check your login details and try again.", "invalidaccount": "Please check your login details and try again.",
"invaliddate": "Invalid date", "invaliddate": "Invalid date",
"invalidemail": "Invalid email address", "invalidemail": "Invalid email address",
"invalidmoodleversion": "Invalid Moodle site version. The Moodle app only supports Moodle systems {{$a}} onwards.", "invalidmoodleversion": "The version of this Moodle site is too old. The Moodle App works with sites that use {{$a}} or newer.",
"invalidsite": "The site URL is invalid.", "invalidsite": "The site URL is not valid.",
"invalidtime": "Invalid time", "invalidtime": "Time not valid",
"invalidurl": "Invalid URL specified", "invalidurl": "Invalid URL specified",
"invalidvaluemax": "The maximum value is {{$a}}", "invalidvaluemax": "The maximum value is {{$a}}",
"invalidvaluemin": "The minimum value is {{$a}}", "invalidvaluemin": "The minimum value is {{$a}}",
@ -100,7 +100,7 @@
"recaptchaincorrect": "The security question answer is incorrect.", "recaptchaincorrect": "The security question answer is incorrect.",
"reconnect": "Reconnect", "reconnect": "Reconnect",
"reconnecthelp": "If you have problems reconnecting, try again later or contact your school or learning provider.", "reconnecthelp": "If you have problems reconnecting, try again later or contact your school or learning provider.",
"reconnectssodescription": "Your authentication token is invalid or has expired. You have to reconnect to the site. You need to log in to the site in a browser window.", "reconnectssodescription": "Your session has expired. Please log in again in a browser window to continue.",
"reconnectsupportsubject": "Need help reconnecting", "reconnectsupportsubject": "Need help reconnecting",
"reconnecttosite": "Reconnect to the site", "reconnecttosite": "Reconnect to the site",
"removeaccount": "Remove account", "removeaccount": "Remove account",

View File

@ -109,8 +109,8 @@
"errordownloading": "Error downloading file.", "errordownloading": "Error downloading file.",
"errordownloadingsomefiles": "Error downloading files. Some files might be missing.", "errordownloadingsomefiles": "Error downloading files. Some files might be missing.",
"errorfileexistssamename": "A file with this name already exists.", "errorfileexistssamename": "A file with this name already exists.",
"errorinvalidform": "The form contains invalid data. Please check that all required fields are filled in and that the data is valid.", "errorinvalidform": "Please check that all required fields are filled in and the data you entered is in the correct format.",
"errorinvalidresponse": "Invalid response received for {{method}} webservice.", "errorinvalidresponse": "Unexpected response for {{method}} webservice.",
"errorloadingcontent": "Error loading content.", "errorloadingcontent": "Error loading content.",
"errorofflinedisabled": "Offline browsing is disabled on your site. You need to be connected to the internet to use the app.", "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.", "erroropenfiledownloading": "Error opening file: you need to wait for the download to complete.",
@ -165,7 +165,7 @@
"loading": "Loading", "loading": "Loading",
"loadmore": "Load more", "loadmore": "Load more",
"location": "Location", "location": "Location",
"lostconnection": "Your authentication token is invalid or has expired. You will have to reconnect to the site.", "lostconnection": "Your session has expired. Please log in again to continue.",
"maxfilesize": "Maximum size for new files: {{$a}}", "maxfilesize": "Maximum size for new files: {{$a}}",
"maxsizeandattachments": "Maximum file size: {{$a.size}}, maximum number of files: {{$a.attachments}}", "maxsizeandattachments": "Maximum file size: {{$a.size}}, maximum number of files: {{$a.attachments}}",
"min": "min", "min": "min",