diff --git a/scripts/langindex.json b/scripts/langindex.json index a20b51ddd..a10ce8493 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -104,24 +104,24 @@ "addon.competency.xcompetenciesproficientoutofyincourse": "tool_lp", "addon.coursecompletion.complete": "local_moodlemobileapp", "addon.coursecompletion.completecourse": "block_selfcompletion", - "addon.coursecompletion.completed": "local_moodlemobileapp", - "addon.coursecompletion.completiondate": "local_moodlemobileapp", + "addon.coursecompletion.completed": "completion", + "addon.coursecompletion.completiondate": "report_completion", "addon.coursecompletion.completionmenuitem": "completion", "addon.coursecompletion.couldnotloadreport": "local_moodlemobileapp", - "addon.coursecompletion.coursecompletion": "local_moodlemobileapp", - "addon.coursecompletion.criteria": "local_moodlemobileapp", - "addon.coursecompletion.criteriagroup": "local_moodlemobileapp", - "addon.coursecompletion.criteriarequiredall": "local_moodlemobileapp", - "addon.coursecompletion.criteriarequiredany": "local_moodlemobileapp", - "addon.coursecompletion.inprogress": "local_moodlemobileapp", - "addon.coursecompletion.manualselfcompletion": "local_moodlemobileapp", - "addon.coursecompletion.notyetstarted": "local_moodlemobileapp", - "addon.coursecompletion.pending": "local_moodlemobileapp", + "addon.coursecompletion.coursecompletion": "completion", + "addon.coursecompletion.criteria": "completion", + "addon.coursecompletion.criteriagroup": "completion", + "addon.coursecompletion.criteriarequiredall": "completion", + "addon.coursecompletion.criteriarequiredany": "completion", + "addon.coursecompletion.inprogress": "completion", + "addon.coursecompletion.manualselfcompletion": "completion", + "addon.coursecompletion.notyetstarted": "completion", + "addon.coursecompletion.pending": "completion", "addon.coursecompletion.required": "local_moodlemobileapp", - "addon.coursecompletion.requiredcriteria": "local_moodlemobileapp", - "addon.coursecompletion.requirement": "local_moodlemobileapp", + "addon.coursecompletion.requiredcriteria": "completion", + "addon.coursecompletion.requirement": "block_completionstatus", "addon.coursecompletion.status": "local_moodlemobileapp", - "addon.coursecompletion.viewcoursereport": "local_moodlemobileapp", + "addon.coursecompletion.viewcoursereport": "completion", "addon.files.couldnotloadfiles": "local_moodlemobileapp", "addon.files.emptyfilelist": "local_moodlemobileapp", "addon.files.erroruploadnotworking": "local_moodlemobileapp", @@ -1325,7 +1325,7 @@ "core.login.createaccount": "moodle", "core.login.createuserandpass": "moodle", "core.login.credentialsdescription": "local_moodlemobileapp", - "core.login.emailconfirmsent": "local_moodlemobileapp", + "core.login.emailconfirmsent": "moodle", "core.login.emailnotmatch": "local_moodlemobileapp", "core.login.enterthewordsabove": "auth", "core.login.erroraccesscontrolalloworigin": "local_moodlemobileapp", @@ -1338,7 +1338,7 @@ "core.login.helpmelogin": "local_moodlemobileapp", "core.login.instructions": "auth", "core.login.invalidaccount": "local_moodlemobileapp", - "core.login.invaliddate": "local_moodlemobileapp", + "core.login.invaliddate": "calendar/errorinvaliddate", "core.login.invalidemail": "moodle", "core.login.invalidmoodleversion": "local_moodlemobileapp", "core.login.invalidsite": "local_moodlemobileapp", @@ -1404,8 +1404,6 @@ "core.mainmenu.changesite": "local_moodlemobileapp", "core.mainmenu.help": "moodle", "core.mainmenu.logout": "moodle", - "core.mainmenu.mycourses": "moodle", - "core.mainmenu.togglemenu": "local_moodlemobileapp", "core.mainmenu.website": "local_moodlemobileapp", "core.maxsizeandattachments": "moodle", "core.min": "moodle", @@ -1611,14 +1609,14 @@ "core.user.description": "moodle", "core.user.details": "report_security", "core.user.detailsnotavailable": "local_moodlemobileapp", - "core.user.editingteacher": "local_moodlemobileapp", + "core.user.editingteacher": "moodle/defaultcourseteacher", "core.user.email": "moodle", "core.user.emailagain": "moodle", "core.user.errorloaduser": "local_moodlemobileapp", "core.user.firstname": "moodle", "core.user.interests": "moodle", "core.user.lastname": "moodle", - "core.user.manager": "local_moodlemobileapp", + "core.user.manager": "role", "core.user.newpicture": "moodle", "core.user.noparticipants": "error", "core.user.participants": "moodle", @@ -1626,8 +1624,8 @@ "core.user.phone2": "moodle", "core.user.roles": "moodle", "core.user.sendemail": "local_moodlemobileapp", - "core.user.student": "local_moodlemobileapp", - "core.user.teacher": "local_moodlemobileapp", + "core.user.student": "moodle/defaultcoursestudent", + "core.user.teacher": "moodle/noneditingteacher", "core.user.webpage": "moodle", "core.userdeleted": "moodle", "core.userdetails": "moodle", diff --git a/src/addon/block/myoverview/lang/en.json b/src/addon/block/myoverview/lang/en.json index 7b670bf03..e914935f0 100644 --- a/src/addon/block/myoverview/lang/en.json +++ b/src/addon/block/myoverview/lang/en.json @@ -8,6 +8,6 @@ "morecourses": "More courses", "nocourses": "No courses", "past": "Past", - "pluginname": "Course Overview", + "pluginname": "Course overview", "title": "Title" -} +} \ No newline at end of file diff --git a/src/addon/coursecompletion/lang/en.json b/src/addon/coursecompletion/lang/en.json index 1dd76f339..7607702c6 100644 --- a/src/addon/coursecompletion/lang/en.json +++ b/src/addon/coursecompletion/lang/en.json @@ -8,8 +8,8 @@ "coursecompletion": "Course completion", "criteria": "Criteria", "criteriagroup": "Criteria group", - "criteriarequiredall": "All criteria below are required.", - "criteriarequiredany": "Any criteria below are required.", + "criteriarequiredall": "All criteria below are required", + "criteriarequiredany": "Any criteria below are required", "inprogress": "In progress", "manualselfcompletion": "Manual self completion", "notyetstarted": "Not yet started", diff --git a/src/assets/lang/en.json b/src/assets/lang/en.json index 7de748385..23e3c6a45 100644 --- a/src/assets/lang/en.json +++ b/src/assets/lang/en.json @@ -20,7 +20,7 @@ "addon.block_myoverview.morecourses": "More courses", "addon.block_myoverview.nocourses": "No courses", "addon.block_myoverview.past": "Past", - "addon.block_myoverview.pluginname": "Course Overview", + "addon.block_myoverview.pluginname": "Course overview", "addon.block_myoverview.title": "Title", "addon.block_recentlyaccessedcourses.nocourses": "No recent courses", "addon.block_recentlyaccessedcourses.pluginname": "Recently accessed courses", @@ -111,8 +111,8 @@ "addon.coursecompletion.coursecompletion": "Course completion", "addon.coursecompletion.criteria": "Criteria", "addon.coursecompletion.criteriagroup": "Criteria group", - "addon.coursecompletion.criteriarequiredall": "All criteria below are required.", - "addon.coursecompletion.criteriarequiredany": "Any criteria below are required.", + "addon.coursecompletion.criteriarequiredall": "All criteria below are required", + "addon.coursecompletion.criteriarequiredany": "Any criteria below are required", "addon.coursecompletion.inprogress": "In progress", "addon.coursecompletion.manualselfcompletion": "Manual self completion", "addon.coursecompletion.notyetstarted": "Not yet started", @@ -1101,7 +1101,7 @@ "core.areyousure": "Are you sure?", "core.back": "Back", "core.cancel": "Cancel", - "core.cannotconnect": "Cannot connect: verify that you have typed correctly the URL.", + "core.cannotconnect": "Cannot connect: Verify that you have correctly typed the URL.", "core.cannotdownloadfiles": "File downloading is disabled. Please contact your site administrator.", "core.captureaudio": "Record audio", "core.capturedimage": "Taken picture.", @@ -1324,7 +1324,7 @@ "core.login.createaccount": "Create my new account", "core.login.createuserandpass": "Choose your username and password", "core.login.credentialsdescription": "Please provide your username and password to log in.", - "core.login.emailconfirmsent": "

An email should have been sent to your address at {{$a}}

It contains easy instructions to complete your registration.

If you continue to have difficulty, contact the site administrator.

", + "core.login.emailconfirmsent": "

An email should have been sent to your address at {{$a}}

\n

It contains easy instructions to complete your registration.

\n

If you continue to have difficulty, contact the site administrator.

", "core.login.emailnotmatch": "Emails do not match", "core.login.enterthewordsabove": "Enter the words above", "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", @@ -1404,8 +1404,6 @@ "core.mainmenu.changesite": "Change site", "core.mainmenu.help": "Help", "core.mainmenu.logout": "Log out", - "core.mainmenu.mycourses": "My courses", - "core.mainmenu.togglemenu": "Toggle menu", "core.mainmenu.website": "Website", "core.maxsizeandattachments": "Maximum size for new files: {{$a.size}}, maximum attachments: {{$a.attachments}}", "core.min": "min", @@ -1530,7 +1528,7 @@ "core.settings.disableall": "Disable notifications", "core.settings.disabled": "Disabled", "core.settings.displayformat": "Display format", - "core.settings.enabledownloadsection": "Show download options", + "core.settings.enabledownloadsection": "Enable download sections", "core.settings.enablerichtexteditor": "Enable text editor", "core.settings.enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.", "core.settings.enablesyncwifi": "Allow sync only when on Wi-Fi", diff --git a/src/core/login/lang/en.json b/src/core/login/lang/en.json index a459f61b9..561b7d81e 100644 --- a/src/core/login/lang/en.json +++ b/src/core/login/lang/en.json @@ -3,15 +3,15 @@ "authenticating": "Authenticating", "cancel": "Cancel", "checksiteversion": "Check that your site uses Moodle 2.4 or later.", - "createaccount": "Create my new account", - "createuserandpass": "Choose your username and password", - "credentialsdescription": "Please provide your username and password to log in.", "confirmdeletesite": "Are you sure you want to delete the site {{sitename}}?", "connect": "Connect!", "connecttomoodle": "Connect to Moodle", "contactyouradministrator": "Contact your site administrator for further help.", "contactyouradministratorissue": "Please ask your site administrator to check the following issue: {{$a}}", - "emailconfirmsent": "

An email should have been sent to your address at {{$a}}

It contains easy instructions to complete your registration.

If you continue to have difficulty, contact the site administrator.

", + "createaccount": "Create my new account", + "createuserandpass": "Choose your username and password", + "credentialsdescription": "Please provide your username and password to log in.", + "emailconfirmsent": "

An email should have been sent to your address at {{$a}}

\n

It contains easy instructions to complete your registration.

\n

If you continue to have difficulty, contact the site administrator.

", "emailnotmatch": "Emails do not match", "enterthewordsabove": "Enter the words above", "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", @@ -36,11 +36,11 @@ "legacymoodleversion": "You are trying to connect to an unsupported Moodle version. Please, download the Moodle Classic app to access this Moodle site.", "legacymoodleversiondesktop": "You are trying to connect to {{$a}}.

This site is running an outdated unsupported version of Moodle which will not work with this Moodle Desktop App.

If this is your site please contact your local moodle partner to get assistance to update it.

See our contact page to submit a request for assistance.", "localmobileunexpectedresponse": "Moodle Mobile Additional Features check returned an unexpected response. You will be authenticated using the standard mobile service.", + "loggedoutssodescription": "You have to authenticate again. You need to log in to the site in a browser window.", "login": "Log in", "loginbutton": "Log in", "logininsiterequired": "You need to log in to the site in a browser window.", "loginsteps": "For full access to this site, you first need to create an account.", - "loggedoutssodescription": "You have to authenticate again. You need to log in to the site in a browser window.", "missingemail": "Missing email address", "missingfirstname": "Missing given name", "missinglastname": "Missing surname", @@ -56,10 +56,10 @@ "policyagree": "You must agree to this policy to continue using this site. Do you agree?", "policyagreement": "Site policy agreement", "policyagreementclick": "Link to site policy agreement", + "potentialidps": "Log in using your account on:", "problemconnectingerror": "We're having trouble connecting to", "problemconnectingerrorcontinue": "Double check you've entered the address correctly and try again.", "profileinvaliddata": "Invalid value", - "potentialidps": "Log in using your account on:", "recaptchachallengeimage": "reCAPTCHA challenge image", "recaptchaexpired": "Verification expired. Answer the security question again.", "recaptchaincorrect": "The security question answer is incorrect.", diff --git a/src/core/mainmenu/lang/en.json b/src/core/mainmenu/lang/en.json index dfa7b11f4..ae56991c3 100644 --- a/src/core/mainmenu/lang/en.json +++ b/src/core/mainmenu/lang/en.json @@ -3,7 +3,5 @@ "changesite": "Change site", "help": "Help", "logout": "Log out", - "mycourses": "My courses", - "togglemenu": "Toggle menu", "website": "Website" } \ No newline at end of file diff --git a/src/core/settings/lang/en.json b/src/core/settings/lang/en.json index 28d3ce6bc..2b95b657e 100644 --- a/src/core/settings/lang/en.json +++ b/src/core/settings/lang/en.json @@ -20,7 +20,7 @@ "disableall": "Disable notifications", "disabled": "Disabled", "displayformat": "Display format", - "enabledownloadsection": "Show download options", + "enabledownloadsection": "Enable download sections", "enablerichtexteditor": "Enable text editor", "enablerichtexteditordescription": "If enabled, a text editor will be available when entering content.", "enablesyncwifi": "Allow sync only when on Wi-Fi", diff --git a/src/lang/en.json b/src/lang/en.json index 1828ec37b..83b309c24 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1,8 +1,8 @@ { "accounts": "Accounts", "add": "Add", - "all": "All", "agelocationverification": "Age and location verification", + "all": "All", "allparticipants": "All participants", "android": "Android", "answer": "Answer", @@ -10,7 +10,7 @@ "areyousure": "Are you sure?", "back": "Back", "cancel": "Cancel", - "cannotconnect": "Cannot connect: verify that you have typed correctly the URL.", + "cannotconnect": "Cannot connect: Verify that you have correctly typed the URL.", "cannotdownloadfiles": "File downloading is disabled. Please contact your site administrator.", "captureaudio": "Record audio", "capturedimage": "Taken picture.", @@ -42,8 +42,8 @@ "confirmopeninbrowser": "Do you want to open it in a web browser?", "considereddigitalminor": "You are considered to be a digital minor.", "content": "Content", - "continue": "Continue", "contenteditingsynced": "The content you are editing has been synced.", + "continue": "Continue", "copiedtoclipboard": "Text copied to clipboard", "course": "Course", "coursedetails": "Course details", @@ -58,9 +58,9 @@ "deletedoffline": "Deleted offline", "deleting": "Deleting", "description": "Description", - "dffulldate": "dddd, D MMMM YYYY h[:]mm A", "dfdaymonthyear": "MM-DD-YYYY", "dfdayweekmonth": "ddd, D MMM", + "dffulldate": "dddd, D MMMM YYYY h[:]mm A", "dflastweekdate": "ddd", "dfmediumdate": "LLL", "dftimedate": "h[:]mm A", @@ -123,7 +123,6 @@ "maxsizeandattachments": "Maximum size for new files: {{$a.size}}, maximum attachments: {{$a.attachments}}", "min": "min", "mins": "mins", - "moduleintro": "Description", "mod_assign": "Assignment", "mod_assignment": "Assignment 2.2 (Disabled)", "mod_book": "Book", @@ -150,16 +149,17 @@ "mod_url": "URL", "mod_wiki": "Wiki", "mod_workshop": "Workshop", + "moduleintro": "Description", "more": "more", "mygroups": "My groups", "name": "Name", - "nograde": "No grade", "networkerroriframemsg": "This content is not available offline. Please connect to the internet and try again.", "networkerrormsg": "There was a problem connecting to the site. Please check your connection and try again.", "never": "Never", "next": "Next", "no": "No", "nocomments": "No comments", + "nograde": "No grade", "none": "None", "nopasswordchangeforced": "You cannot proceed without changing your password.", "nopermissions": "Sorry, but you do not currently have permissions to do that ({{$a}})", @@ -223,16 +223,16 @@ "time": "Time", "timesup": "Time is up!", "today": "Today", - "twoparagraphs": "{{p1}}

{{p2}}", "tryagain": "Try again", + "twoparagraphs": "{{p1}}

{{p2}}", "uhoh": "Uh oh!", + "unexpectederror": "Unexpected error. Please close and reopen the application then try again.", "unicodenotsupported": "Some emojis are not supported on this site. Such characters will be removed when the message is sent.", "unicodenotsupportedcleanerror": "Empty text was found when cleaning Unicode chars.", "unknown": "Unknown", "unlimited": "Unlimited", "unzipping": "Unzipping", "upgraderunning": "Site is being upgraded, please retry later.", - "unexpectederror": "Unexpected error. Please close and reopen the application then try again.", "userdeleted": "This user account has been deleted", "userdetails": "User details", "usernotfullysetup": "User not fully set-up",