Skip to content

Commit

Permalink
Update lang files [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 30, 2019
1 parent 1a6f6a0 commit 6be8fb8
Show file tree
Hide file tree
Showing 51 changed files with 6,007 additions and 418 deletions.
2 changes: 1 addition & 1 deletion src/addon/block/calendarupcoming/lang/en.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"pluginname": " Upcoming events"
"pluginname": "Upcoming events"
}
2 changes: 1 addition & 1 deletion src/addon/block/myoverview/lang/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"all": "All",
"all": "All (except hidden)",
"favourites": "Starred",
"future": "Future",
"hiddencourses": "Hidden",
Expand Down
4 changes: 2 additions & 2 deletions src/addon/calendar/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"monthlyview": "Monthly view",
"newevent": "New event",
"noevents": "There are no events",
"nopermissiontoupdatecalendar": "Sorry, but you do not have permission to update the calendar event",
"nopermissiontoupdatecalendar": "Sorry, but you do not have permission to update the calendar event.",
"reminders": "Reminders",
"repeatedevents": "Repeated events",
"repeateditall": "Also apply changes to the other {{$a}} events in this repeat series",
Expand All @@ -54,9 +54,9 @@
"tomorrow": "Tomorrow",
"tue": "Tue",
"tuesday": "Tuesday",
"typecategory": "Category event",
"typeclose": "Close event",
"typecourse": "Course event",
"typecategory": "Category event",
"typedue": "Due event",
"typegradingdue": "Grading due event",
"typegroup": "Group event",
Expand Down
10 changes: 5 additions & 5 deletions src/addon/mod/feedback/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"anonymous_entries": "Anonymous entries ({{$a}})",
"average": "Average",
"captchaofflinewarning": "Feedback with CAPTCHA cannot be completed offline, or if not configured, or if the server is down.",
"completed_feedbacks": "Submitted answers",
"complete_the_form": "Answer the questions",
"completed_feedbacks": "Submitted answers",
"continue_the_form": "Continue answering the questions",
"feedbackclose": "Allow answers to",
"feedbackopen": "Allow answers from",
"feedback_is_not_open": "The feedback is not open",
"feedback_submitted_offline": "This feedback has been saved to be submitted later.",
"feedbackclose": "Allow answers to",
"feedbackopen": "Allow answers from",
"mapcourses": "Map feedback to courses",
"maximal": "Maximum",
"minimal": "Minimum",
Expand All @@ -19,7 +19,7 @@
"next_page": "Next page",
"non_anonymous": "User's name will be logged and shown with answers",
"non_anonymous_entries": "Non anonymous entries ({{$a}})",
"non_respondents_students": "Non respondents students ({{$a}})",
"non_respondents_students": "Non-respondent students ({{$a}})",
"not_selected": "Not selected",
"not_started": "Not started",
"numberoutofrange": "Number out of range",
Expand All @@ -28,8 +28,8 @@
"preview": "Preview",
"previous_page": "Previous page",
"questions": "Questions",
"responses": "Responses",
"response_nr": "Response number",
"responses": "Responses",
"save_entries": "Submit your answers",
"show_entries": "Show responses",
"show_nonrespondents": "Show non-respondents",
Expand Down
12 changes: 6 additions & 6 deletions src/addon/mod/forum/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"couldnotadd": "Could not add your post due to an unknown error",
"cutoffdatereached": "The cut-off date for posting to this forum is reached so you can no longer post to it.",
"discussion": "Discussion",
"discussionlistsortbycreatedasc": "Sort the discussions list by the creation date in ascending order",
"discussionlistsortbycreateddesc": "Sort the discussions list by the creation date in descending order",
"discussionlistsortbylastpostasc": "Sort the discussions list by the creation date of the last post in ascending order",
"discussionlistsortbylastpostdesc": "Sort the discussions list by the creation date of the last post in descending order",
"discussionlistsortbyrepliesasc": "Sort the discussions list by the number of replies in ascending order",
"discussionlistsortbyrepliesdesc": "Sort the discussions list by the number of replies in descending order",
"discussionlistsortbycreatedasc": "Sort by creation date in ascending order",
"discussionlistsortbycreateddesc": "Sort by creation date in descending order",
"discussionlistsortbylastpostasc": "Sort by last post creation date in ascending order",
"discussionlistsortbylastpostdesc": "Sort by last post creation date in descending order",
"discussionlistsortbyrepliesasc": "Sort by number of replies in ascending order",
"discussionlistsortbyrepliesdesc": "Sort by number of replies in descending order",
"discussionlocked": "This discussion has been locked so you can no longer reply to it.",
"discussionpinned": "Pinned",
"discussionsubscription": "Discussion subscription",
Expand Down
4 changes: 2 additions & 2 deletions src/addon/mod/lesson/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
"reviewquestioncontinue": "No, I just want to go on to the next question",
"secondpluswrong": "Not quite. Would you like to try again?",
"submit": "Submit",
"teacherjumpwarning": "An {{$a.cluster}} jump or an {{$a.unseen}} jump is being used in this lesson. The next page jump will be used instead. Login as a student to test these jumps.",
"teacherongoingwarning": "Ongoing score is only displayed for student. Login as a student to test ongoing score",
"teacherjumpwarning": "A {{$a.cluster}} jump or an {{$a.unseen}} jump is being used in this lesson. The next page jump will be used instead. Log in as a student to test these jumps.",
"teacherongoingwarning": "The ongoing score is only displayed for the student. Log in as a student to test the ongoing score.",
"teachertimerwarning": "Timer only works for students. Test the timer by logging in as a student.",
"thatsthecorrectanswer": "That's the correct answer",
"thatsthewronganswer": "That's the wrong answer",
Expand Down
Loading

0 comments on commit 6be8fb8

Please sign in to comment.