Improve styles for ConversationListItem

- Display last message
- Fix user talking to themself

Change-Id: Ia5bb3f9cd86a389f94bbfb3e279e7a82878f98ed
diff --git a/client/src/locale/en/translation.json b/client/src/locale/en/translation.json
index 9634028..36d276f 100644
--- a/client/src/locale/en/translation.json
+++ b/client/src/locale/en/translation.json
@@ -1,6 +1,12 @@
 {
   "severity": "",
   "change_picture": "Change the picture",
+  "message_swarm_created": "Swarm created",
+  "message_call_outgoing_missed": "Missed outgoing call",
+  "message_call_incoming_missed": "Missed incoming call",
+  "message_call_outgoing": "Outgoing call - {{duration}}",
+  "message_call_incoming": "Incoming call - {{duration}}",
+  "message_member_joined": "{{user}} joined",
   "ongoing_call_unmuted": "Ongoing call",
   "ongoing_call_muted": "Ongoing call (muted)",
   "connecting_call": "Connecting...",
@@ -11,7 +17,6 @@
   "conversation_start_videocall": "Start video call",
   "conversation_close": "Close this conversation",
   "conversation_details": "Conversation details",
-  "conversation_block": "Block conversation",
   "conversation_delete": "Remove conversation",
   "conversation_details_name": "Title",
   "conversation_details_identifier": "Identifier",
@@ -21,15 +26,8 @@
   "conversation_details_is_swarm_false": "False",
   "conversation_details_informations": "Informations",
   "dialog_confirm_title_default": "Confirm action",
-  "conversation_ask_confirm_block": "Would you really like to block this conversation?",
-  "conversation_confirm_block": "Block",
   "conversation_ask_confirm_remove": "Would you really like to remove this conversation?",
   "conversation_confirm_remove": "Remove",
-  "conversation_title_one": "{{member0}}",
-  "conversation_title_two": "{{member0}} and {{member1}}",
-  "conversation_title_three": "{{member0}}, {{member1}} and {{member2}}",
-  "conversation_title_four": "{{member0}}, {{member1}}, {{member2}}, +1 other member",
-  "conversation_title_more": "{{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
   "select_placeholder": "Select an option",
   "dialog_close": "Close",
   "dialog_cancel": "Cancel",
@@ -62,12 +60,10 @@
   "username_rule_three": "The username may contain hyphens (-).",
   "username_rule_four": "The username may contain underscores (_).",
   "welcome_text": "Welcome to Jami!",
-  "message_call_outgoing_missed": "Missed outgoing call",
-  "message_call_incoming_missed": "Missed incoming call",
-  "message_call_outgoing": "Outgoing call - {{duration}}",
-  "message_call_incoming": "Incoming call - {{duration}}",
-  "message_swarm_created": "Swarm created",
-  "message_user_joined": "{{user}} joined",
+  "message_member_invited": "{{user}} was invited to join",
+  "message_member_left": "{{user}} left",
+  "message_member_banned": "{{user}} was kicked",
+  "message_member_unbanned": "{{user}} was re-added",
   "messages_scroll_to_end": "Scroll to end of conversation",
   "conversation_add_contact_form": "Add a contact",
   "message_input_placeholder_one": "Write to {{member0}}",
@@ -76,6 +72,11 @@
   "message_input_placeholder_four": "Write to {{member0}}, {{member1}}, {{member2}}, +1 other member",
   "message_input_placeholder_more": "Write to {{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
   "missed_incoming_call": "Missed incoming call from conversation {{conversationId}}",
+  "conversation_title_one": "{{member0}}",
+  "conversation_title_two": "{{member0}} and {{member1}}",
+  "conversation_title_three": "{{member0}}, {{member1}} and {{member2}}",
+  "conversation_title_four": "{{member0}}, {{member1}}, {{member2}}, +1 other member",
+  "conversation_title_more": "{{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
   "conversation_add_contact": "Add contact",
   "loading": "Loading...",
   "calling": "Calling {{member0}}",
@@ -115,6 +116,9 @@
   "setup_login_password_placeholder_creation": "New password",
   "setup_login_password_placeholder_repeat": "Repeat password",
   "admin_creation_submit_button": "Create admin account",
+  "conversation_block": "Block conversation",
+  "conversation_ask_confirm_block": "Would you really like to block this conversation?",
+  "conversation_confirm_block": "Block",
   "share_screen": "Share your screen",
   "share_window": "Share window",
   "share_screen_area": "Share an area of your screen",