diff --git a/linphone-app/assets/languages/en.ts b/linphone-app/assets/languages/en.ts
index 1e417cb80..65d0d5424 100644
--- a/linphone-app/assets/languages/en.ts
+++ b/linphone-app/assets/languages/en.ts
@@ -670,6 +670,11 @@ Server URL not configured.
removeContactDescriptionDo you really want to remove this contact from your address book?
+
+ missingConferenceURI
+ 'You need to set the conference URI in your account settings to create a conference based chat room.' : Tooltip to warn the user that a setting is missing in its configuration.
+ You need to set the conference URI in your account settings to create a conference based chat room.
+ Conversation
@@ -703,7 +708,7 @@ Server URL not configured.
conversationMenuGroupInformations
- 'Group informations' : Item menu to get information about the chat room
+ 'Group information' : Item menu to get information about the chat roomGroup information
@@ -1185,6 +1190,11 @@ Click here: <a href="%1">%1</a>
newConferenceButtonStart conference call
+
+ newChatRoom
+ 'Open Conference' : Tooltip to illustrate a button
+ Open Conference
+ MainWindowMenuBar
@@ -1235,6 +1245,7 @@ Click here: <a href="%1">%1</a>
MessagemenuCopy
+ 'Copy' : Text menu to copy selected text in message into clipboardCopy
@@ -1275,6 +1286,11 @@ Click here: <a href="%1">%1</a>
%1 received nothing%1 is someone. The state is that the message hasn't been delivered.
+
+ menuCopyAll
+ 'Copy all' : Text menu to copy all message text into clipboard
+ Copy all
+ MultimediaParameters
@@ -1343,6 +1359,24 @@ Click here: <a href="%1">%1</a>
'Required' : Word relative to a star to explain that it is a requirement (Field form)Required
+
+ missingSubject
+ 'You need to fill a subject.' : Tooltip to warn a user on missing field.
+ You need to fill a subject.
+
+
+ missingParticipants
+ 'You need at least %1 participant.' : Tooltip to warn a user that there are not enough participants for the chat creation.
+
+ You need at least %1 participant.
+ You need at least %1 participants.
+
+
+
+ missingConferenceURI
+ 'You need to set the conference URI in your account settings to create a conference based chat room.' : Tooltip to warn the user that a setting is missong in its configuration.
+ You need to set the conference URI in your account settings to create a conference based chat room.
+ Notifier
diff --git a/linphone-app/ui/views/App/Main/Conversation.qml b/linphone-app/ui/views/App/Main/Conversation.qml
index 58e669a68..607e624c4 100644
--- a/linphone-app/ui/views/App/Main/Conversation.qml
+++ b/linphone-app/ui/views/App/Main/Conversation.qml
@@ -273,7 +273,7 @@ ColumnLayout {
y:mainBar.height
menuStyle : MenuStyle.aux2
MenuItem{
- //: 'Group informations' : Item menu to get information about the chat room
+ //: 'Group information' : Item menu to get information about the chat room
text: qsTr('conversationMenuGroupInformations')
iconMenu: (hovered ? 'menu_infos_selected' : 'menu_infos')
iconSizeMenu: 25