diff --git a/src/addons/blog/lang.json b/src/addons/blog/lang.json index ab6f63a7d..485f314e6 100644 --- a/src/addons/blog/lang.json +++ b/src/addons/blog/lang.json @@ -1,5 +1,7 @@ { "addnewentry": "Add a new entry", + "associatewithcourse": "Blog about course {{$a.coursename}}", + "associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}", "associations": "Associations", "blog": "Blog", "blogentries": "Blog entries", @@ -14,7 +16,5 @@ "publishtoworld": "Anyone in the world", "showonlyyourentries": "Show only your entries", "siteblogheading": "Site blog", - "tags": "Tags", - "associatewithcourse": "Blog about course {{$a.coursename}}", - "associatewithmodule": "Blog about {{$a.modtype}}: {{$a.modname}}" + "tags": "Tags" } diff --git a/src/core/features/dataprivacy/lang.json b/src/core/features/dataprivacy/lang.json index 3304876cd..aab94f47e 100644 --- a/src/core/features/dataprivacy/lang.json +++ b/src/core/features/dataprivacy/lang.json @@ -1,37 +1,37 @@ { - "contactdataprotectionofficer": "Contact the privacy officer", - "cancelrequest": "Cancel request", - "cancelrequestconfirmation": "Do you really want cancel this data request?", - "createnewdatarequest": "Create a new data request", - "datarequests": "Data requests", - "daterequested": "Date requested", - "deletemyaccount": "Delete my account", - "download": "Download", - "message": "Message", - "newrequest": "New request", - "nopersonaldatarequests": "You don't have any personal data requests", - "pluginname": "Data privacy", - "replyto": "Reply to", - "requestactions": "Actions", - "requestby": "Requested by", - "requestcomments": "Comments", - "requeststatus": "Status", - "requestsubmitted": "Your request has been submitted to the privacy officer", - "requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.", - "requesttype": "Type", - "requesttypedelete": "Delete all of my personal data", - "requesttypeexport": "Export all of my personal data", - "requesttypeothers": "General enquiry", - "send": "Send", - "statusapproved": "Approved", - "statusawaitingapproval": "Awaiting approval", - "statuscancelled": "Cancelled", - "statuscomplete": "Complete", - "statusdeleted": "Deleted", - "statusexpired": "Expired", - "statuspending": "Pending", - "statuspreprocessing": "Pre-processing", - "statusprocessing": "Processing", - "statusready": "Download ready", - "statusrejected": "Rejected" + "cancelrequest": "Cancel request", + "cancelrequestconfirmation": "Do you really want cancel this data request?", + "contactdataprotectionofficer": "Contact the privacy officer", + "createnewdatarequest": "Create a new data request", + "datarequests": "Data requests", + "daterequested": "Date requested", + "deletemyaccount": "Delete my account", + "download": "Download", + "message": "Message", + "newrequest": "New request", + "nopersonaldatarequests": "You don't have any personal data requests", + "pluginname": "Data privacy", + "replyto": "Reply to", + "requestactions": "Actions", + "requestby": "Requested by", + "requestcomments": "Comments", + "requeststatus": "Status", + "requestsubmitted": "Your request has been submitted to the privacy officer", + "requesttype": "Type", + "requesttype_help": "Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.", + "requesttypedelete": "Delete all of my personal data", + "requesttypeexport": "Export all of my personal data", + "requesttypeothers": "General enquiry", + "send": "Send", + "statusapproved": "Approved", + "statusawaitingapproval": "Awaiting approval", + "statuscancelled": "Cancelled", + "statuscomplete": "Complete", + "statusdeleted": "Deleted", + "statusexpired": "Expired", + "statuspending": "Pending", + "statuspreprocessing": "Pre-processing", + "statusprocessing": "Processing", + "statusready": "Download ready", + "statusrejected": "Rejected" } diff --git a/src/core/features/policy/lang.json b/src/core/features/policy/lang.json index 3efd65d6a..6f292baa3 100644 --- a/src/core/features/policy/lang.json +++ b/src/core/features/policy/lang.json @@ -26,9 +26,9 @@ "responseby": "Respondent", "responseon": "Date", "sitepolicynotagreederror": "Site policy not agreed.", - "steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}", "status1": "Active", "status2": "Inactive", + "steppolicies": "Policy {{$a.numpolicy}} out of {{$a.totalpolicies}}", "useracceptanceactionaccept": "Accept", "useracceptanceactionacceptone": "Accept {{$a}}", "useracceptanceactiondecline": "Decline", diff --git a/src/core/features/search/lang.json b/src/core/features/search/lang.json index d1fbb00cd..b39603f0a 100644 --- a/src/core/features/search/lang.json +++ b/src/core/features/search/lang.json @@ -2,12 +2,12 @@ "allcategories": "All categories", "allcourses": "All courses", "empty": "What are you searching for?", + "err_minlength": "You must enter at least {{$a.format}} characters here.", "filtercategories": "Filter results by", "filtercourses": "Search in", "filterheader": "Filter", "globalsearch": "Global search", "noresults": "No results for \"{{$a}}\"", "noresultshelp": "Check for typos or try using different keywords", - "err_minlength": "You must enter at least {{$a.format}} characters here.", "resultby": "By {{$a}}" }