diff --git a/linphone-app/assets/languages/en.ts b/linphone-app/assets/languages/en.ts
index 3eef3ed99..fe4d17730 100644
--- a/linphone-app/assets/languages/en.ts
+++ b/linphone-app/assets/languages/en.ts
@@ -459,6 +459,60 @@ Server URL not configured.
+
+ ChatDeliveries
+
+ deliveryDelivered
+ 'Send to %1 - %2' Little message to indicate the state of a message
+ Send to %1 - %2
+ %1 is someone, %2 is a date/time. The state is that the message has been sent but not received.
+
+
+ deliveryDeliveredToUser
+ 'Retrieved by %1 - %2' Little message to indicate the state of a message
+ Retrieved by %1 - %2
+ %1 is someone, %2 is a date/time. The state is that the message has been retrieved
+
+
+ deliveryDisplayed
+ 'Read by %1 - %2' Little message to indicate the state of a message
+ Read by %1 - %2
+ %1 is someone, %2 is a date/time. The state that the message has been read.
+
+
+ deliveryNotDelivered
+ "%1 have nothing received" Little message to indicate the state of a message
+ %1 received nothing
+ %1 is someone. The state is that the message hasn't been delivered.
+
+
+
+ ChatMenu
+
+ menuCopyAll
+ 'Copy all' : Text menu to copy all message text into clipboard
+ Copy all
+
+
+ menuCopy
+ 'Copy' : Text menu to copy selected text in message into clipboard
+ Copy
+
+
+ menuPlayMe
+ Play me!
+
+
+ menuDeliveryStatus
+ 'Delivery status' : Item menu that lead to IMDN of a message
+ Delivery status
+
+
+ menuDelete
+ 'Delete' : Item menu to delete a message
+ Delete
+
+Cli
@@ -727,6 +781,11 @@ Server URL not configured.
AdminOne word title for describing the current admin status
+
+ groupChatCallButton
+ "Call all chat room's participants" : tooltip on a button for calling all participant in the current chat room
+ Call all chat room's participants
+ CreateAppSipAccount
@@ -1241,57 +1300,6 @@ Click here: <a href="%1">%1</a>
Active account
-
- Message
-
- menuCopy
- 'Copy' : Text menu to copy selected text in message into clipboard
- Copy
-
-
- menuPlayMe
- Play me!
-
-
- menuDeliveryStatus
- 'Delivery status' : Item menu that lead to IMDN of a message
- Delivery status
-
-
- menuDelete
- 'Delete' : Item menu to delete a message
- Delete
-
-
- deliveryDelivered
- 'Send to %1 - %2' Little message to indicate the state of a message
- Send to %1 - %2
- %1 is someone, %2 is a date/time. The state is that the message has been sent but not received.
-
-
- deliveryDeliveredToUser
- 'Retrieved by %1 - %2' Little message to indicate the state of a message
- Retrieved by %1 - %2
- %1 is someone, %2 is a date/time. The state is that the message has been retrieved
-
-
- deliveryDisplayed
- 'Read by %1 - %2' Little message to indicate the state of a message
- Read by %1 - %2
- %1 is someone, %2 is a date/time. The state that the message has been read.
-
-
- deliveryNotDelivered
- "%1 have nothing received" Little message to indicate the state of a message
- %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
@@ -1378,6 +1386,59 @@ Click here: <a href="%1">%1</a>
You need to set the conference URI in your account settings to create a conference based chat room.
+
+ Notice
+
+ conferenceCreatedEvent
+ 'You have joined the group' : Little message to show on the event when the user join the chat group.
+ You have joined the group
+
+
+ conferenceCreatedTerminated
+ 'You have left the group' : Little message to show on the event when the user leave the chat group.
+ You have left the group
+
+
+ conferenceParticipantAddedEvent
+ '%1 has joined' : Little message to show on the event when someone join the chat group.
+ %1 has joined
+
+
+ conferenceParticipantRemovedEvent
+ '%1 has left' : Little message to show on the event when someone leave the chat group
+ %1 has left
+
+
+ conferenceParticipantSetAdminEvent
+ '%1 is now an admin' : Little message to show on the event when someone get the admin status. %1 is somebody
+ %1 is now an admin
+
+
+ conferencePArticipantUnsetAdminEvent
+ '%1 is no more an admin' : Little message to show on the event when somebody lost its admin status. %1 is somebody
+ %1 is no more an admin
+
+
+ conferenceSecurityEvent
+ 'Security level degraded by %1': Little message to show on the event when a security level has been lost.
+ Security level degraded by %1
+
+
+ conferenceEphemeralMessageEnabledEvent
+ 'Ephemeral messages have been enabled: %1' : Little message to show on the event when ephemeral has been activated. %1 is a date time
+ Ephemeral messages have been enabled: %1
+
+
+ conferenceEphemeralMessageDisabledEvent
+ 'Ephemeral messages have been disabled': Little message to show on the event when ephemeral has been deactivated.
+ Ephemeral messages have been disabled
+
+
+ conferenceSubjectChangedEvent
+ 'New subject : %1' : Little message to show on the event when the subject of the chat romm has been changed. %1 is the new subject.
+ New subject : %1
+
+Notifier