+
+
+
+
diff --git a/src/addon/messages/lang/en.json b/src/addon/messages/lang/en.json
index 0edcae15a..ed076fb7d 100644
--- a/src/addon/messages/lang/en.json
+++ b/src/addon/messages/lang/en.json
@@ -7,6 +7,7 @@
"contactableprivacy_coursemember": "My contacts and anyone in my courses",
"contactableprivacy_onlycontacts": "My contacts only",
"contactableprivacy_site": "Anyone on the site",
+ "contactblocked": "Contact blocked",
"contactlistempty": "The contact list is empty",
"contactname": "Contact name",
"contacts": "Contacts",
@@ -16,12 +17,15 @@
"errorwhileretrievingcontacts": "Error while retrieving contacts from the server.",
"errorwhileretrievingdiscussions": "Error while retrieving discussions from the server.",
"errorwhileretrievingmessages": "Error while retrieving messages from the server.",
+ "groupmessages": "Group messages",
"messagenotsent": "The message was not sent. Please try again later.",
"message": "Message",
"messagepreferences": "Message preferences",
"messages": "Messages",
"newmessage": "New message",
"newmessages": "New messages",
+ "nofavourites": "No favourites",
+ "nogroupmessages": "No group messages",
"nomessages": "No messages",
"nousersfound": "No users found",
"removecontact": "Remove contact",
@@ -33,5 +37,6 @@
"type_strangers": "Others",
"unblockuser": "Unblock user",
"unblockuserconfirm": "Are you sure you want to unblock {{$a}}?",
- "warningmessagenotsent": "Couldn't send message(s) to user {{user}}. {{error}}"
+ "warningmessagenotsent": "Couldn't send message(s) to user {{user}}. {{error}}",
+ "you": "You:"
}
\ No newline at end of file
diff --git a/src/addon/messages/pages/group-conversations/group-conversations.html b/src/addon/messages/pages/group-conversations/group-conversations.html
new file mode 100644
index 000000000..c92ff7845
--- /dev/null
+++ b/src/addon/messages/pages/group-conversations/group-conversations.html
@@ -0,0 +1,119 @@
+
+
+ {{ 'addon.messages.messages' | translate }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+