Add secondary features to the calling interface UI

GitLab: #58

Change-Id: I86c813e63f74e5a36b92a2f4af8ca61a72381040
diff --git a/client/src/locale/en/translation.json b/client/src/locale/en/translation.json
index 4a1dfa8..bef16ed 100644
--- a/client/src/locale/en/translation.json
+++ b/client/src/locale/en/translation.json
@@ -11,31 +11,44 @@
   "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",
+
   "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_input_placeholder_one": "Write to {{member0}}",
   "message_input_placeholder_two": "Write to {{member0}} and {{member1}}",
   "message_input_placeholder_three": "Write to {{member0}}, {{member1}} and {{member2}}",
   "message_input_placeholder_four": "Write to {{member0}}, {{member1}}, {{member2}}, +1 other member",
   "message_input_placeholder_more": "Write to {{member0}}, {{member1}}, {{member2}}, +{{excess}} other members",
+
   "username_input_default_helper_text": "",
   "username_input_success_helper_text": "Username available",
   "username_input_taken_helper_text": "Username already taken",
   "username_input_invalid_helper_text": "Username doesn't follow required pattern",
   "username_input_registration_failed_helper_text": "Username not correct!",
+
   "password_input_default_helper_text": "",
   "password_input_too_weak_helper_text": "Too weak",
   "password_input_weak_helper_text": "Weak",
   "password_input_medium_helper_text": "Medium",
   "password_input_strong_helper_text": "Strong",
   "password_input_registration_failed_helper_text": "Choose another password!",
+
   "login_username_not_found": "Username not found",
   "login_invalid_password": "Incorrect password",
+
   "severity_error": "Error",
   "severity_success": "Success",
-  "registration_success": "You've successfully registered! — Logging you in..."
+  "registration_success": "You've successfully registered! — Logging you in...",
+
+  "share_screen": "Share your screen",
+  "share_screen_area": "Share an area of your screen",
+  "share_file": "Share a file",
+
+  "dummy_option_string": "Test option"
 }
diff --git a/client/src/locale/fr/translation.json b/client/src/locale/fr/translation.json
index 0bc65b2..97a1cf6 100644
--- a/client/src/locale/fr/translation.json
+++ b/client/src/locale/fr/translation.json
@@ -11,15 +11,24 @@
   "conversation_title_three": "{{member0}}, {{member1}} et {{member2}}",
   "conversation_title_four": "{{member0}}, {{member1}}, {{member2}}, +1 autre membre",
   "conversation_title_more": "{{member01}}, {{member1}}, {{member2}}, +{{excess}} autres membres",
+
   "message_call_outgoing_missed": "Appel sortant manqué",
   "message_call_incoming_missed": "Appel entrant manqué",
   "message_call_outgoing": "Appel entrant - {{duration}}",
   "message_call_incoming": "Appel sortant - {{duration}}",
+
   "message_swarm_created": "Le Swarm a été créé",
   "message_user_joined": "{{user}} s'est joint",
+
   "message_input_placeholder_one": "Écrire à {{member0}}",
   "message_input_placeholder_two": "Écrire à {{member0}} et {{member1}}",
   "message_input_placeholder_three": "Écrire à {{member0}}, {{member1}} et {{member2}}",
   "message_input_placeholder_four": "Écrire à {{member0}}, {{member1}}, {{member2}}, +1 autre membre",
-  "message_input_placeholder_more": "Écrire à {{member01}}, {{member1}}, {{member2}}, +{{excess}} autres membres"
+  "message_input_placeholder_more": "Écrire à {{member01}}, {{member1}}, {{member2}}, +{{excess}} autres membres",
+
+  "share_screen": "Partager votre écran",
+  "share_screen_area": "Partager une partie de l'écran",
+  "share_file": "Partager le fichier",
+
+  "dummy_option_string": "Option test"
 }