Skip to content

Commit 438802b

Browse files
committed
MOBILE-2103 lang: Update some language strings
1 parent aca727e commit 438802b

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

www/addons/files/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"emptyfilelist": "There are no files to show.",
66
"erroruploadnotworking": "Unfortunately it is currently not possible to upload files to your site.",
77
"files": "My files",
8-
"privatefiles": "My private files",
8+
"privatefiles": "Private files",
99
"myprivatefilesdesc": "The files that are available in your private area on this Moodle site.",
1010
"sitefiles": "Site files",
1111
"sitefilesdesc": "The other files that are available to you on this Moodle site.",

www/addons/messages/lang/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"message": "Message",
1919
"messages": "Messages",
2020
"mustbeonlinetosendmessages": "You must be online to send messages",
21-
"newmessage": "New message...",
21+
"newmessage": "New message",
2222
"newmessages": "New messages",
23-
"nomessages": "No messages.",
23+
"nomessages": "No messages",
2424
"nousersfound": "No users found",
2525
"removecontact": "Remove contact",
2626
"removecontactconfirm": "Contact will be removed from your contacts list.",

www/addons/mod/assign/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"gradeoutof": "Grade out of {{$a}}",
4141
"gradingstatus": "Grading status",
4242
"groupsubmissionsettings": "Group submission settings",
43-
"hiddenuser": "Participant ",
43+
"hiddenuser": "Participant",
4444
"latesubmissions": "Late submissions",
4545
"latesubmissionsaccepted": "Allowed until {{$a}}",
4646
"markingworkflowstate": "Marking workflow state",

www/addons/mod/choice/lang/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"full": "(Full)",
77
"noresultsviewable": "The results are not currently viewable.",
88
"notopenyet": "Sorry, this activity is not available until {{$a}}",
9-
"numberofuser": "Number of participants",
10-
"numberofuserinpercentage": "Percentage of participants",
9+
"numberofuser": "Number of responses",
10+
"numberofuserinpercentage": "Percentage of responses",
1111
"previewonly": "This is just a preview of the available options for this activity. You will not be able to submit your choice until {{$a}}.",
1212
"removemychoice": "Remove my choice",
1313
"responses": "Responses",

www/addons/mod/forum/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"discussionsubscription": "Discussion subscription",
1111
"edit": "Edit",
1212
"erroremptymessage": "Post message cannot be empty",
13-
"erroremptysubject": "Post subject cannot be empty",
13+
"erroremptysubject": "Post subject cannot be empty.",
1414
"errorgetforum": "Error getting forum data.",
1515
"errorgetgroups": "Error getting group settings.",
1616
"forumnodiscussionsyet": "There are no discussion topics yet in this forum.",

www/core/components/login/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"invalidmoodleversion": "Invalid Moodle version. The minium version required is 2.4.",
2929
"invalidsite": "The site URL is invalid.",
3030
"invalidtime": "Invalid time",
31-
"invalidurl": "Invalid URL",
31+
"invalidurl": "Invalid URL specified",
3232
"invalidvaluemax": "The maximum value is {{$a}}",
3333
"invalidvaluemin": "The minimum value is {{$a}}",
3434
"localmobileunexpectedresponse": "Moodle Mobile Additional Features check returned an unexpected response, you will be authenticated using the standard Mobile service.",

www/core/components/user/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"manager": "Manager",
1717
"newpicture": "New picture",
1818
"phone1": "Phone",
19-
"phone2": "Mobile",
19+
"phone2": "Mobile phone",
2020
"roles": "Roles",
2121
"sendemail": "Email",
2222
"student": "Student",

www/core/lang/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
"requireduserdatamissing": "This user lacks some required profile data. Please, fill this data in your Moodle and try again.<br>{{$a}}",
161161
"retry": "Retry",
162162
"save": "Save",
163-
"search": "Search",
163+
"search": " Search...",
164164
"searching": "Searching",
165165
"searchresults": "Search results",
166166
"sec" : "sec",
@@ -181,7 +181,7 @@
181181
"sorry": "Sorry...",
182182
"start": "Start",
183183
"submit": "Submit",
184-
"success": "Success!",
184+
"success": "Success",
185185
"tablet": "Tablet",
186186
"teachers": "Teachers",
187187
"thereisdatatosync": "There are offline {{$a}} to be synchronized.",

0 commit comments

Comments
 (0)