diff --git a/src/addons/badges/lang.json b/src/addons/badges/lang.json index 6c8a2b856..26c4f835c 100644 --- a/src/addons/badges/lang.json +++ b/src/addons/badges/lang.json @@ -20,10 +20,10 @@ "issuerurl": "Issuer URL", "language": "Language", "noalignment": "This badge does not have any external skills or standards specified.", - "nobadges": "There are no badges available.", + "nobadges": "There are currently no badges available for users to earn.", "norelated": "This badge does not have any related badges.", "recipientdetails": "Recipient details", "relatedbages": "Related badges", "version": "Version", "warnexpired": "(This badge has expired!)" -} \ No newline at end of file +} diff --git a/src/addons/mod/bigbluebuttonbn/lang.json b/src/addons/mod/bigbluebuttonbn/lang.json index dba17cf44..959a678e0 100644 --- a/src/addons/mod/bigbluebuttonbn/lang.json +++ b/src/addons/mod/bigbluebuttonbn/lang.json @@ -1,15 +1,15 @@ { - "end_session_confirm": "Are you sure you want to end the virtual classroom session?", + "end_session_confirm": "Are you sure you want to end the session?", "end_session_confirm_title": "Really end session?", - "mod_form_field_closingtime": "Join closed", - "mod_form_field_openingtime": "Join open", - "userlimitreached": "The number of users allowed in a meeting has been reached.", + "mod_form_field_closingtime": "Close", + "mod_form_field_openingtime": "Open", + "userlimitreached": "The number of users allowed in a session has been reached.", "view_conference_action_end": "End session", "view_conference_action_join": "Join session", - "view_error_unable_join_student": "Unable to connect to the BigBlueButton server. Please contact your Teacher or the Administrator.", - "view_groups_selection_warning": "There is a conference room for each group and you have access to more than one. Be sure to select the correct one.", - "view_message_conference_in_progress": "This conference is in progress.", - "view_message_conference_room_ready": "This conference room is ready. You can join the session now.", + "view_error_unable_join_student": "Unable to connect to the BigBlueButton server.", + "view_groups_selection_warning": "There is a room for each group and you have access to more than one. Be sure to select the correct one.", + "view_message_conference_in_progress": "The session is in progress.", + "view_message_conference_room_ready": "This room is ready. You can join the session now.", "view_message_moderator": "moderator", "view_message_moderators": "moderators", "view_message_session_started_at": "This session started at",