diff --git a/Riot/Assets/ca.lproj/Localizable.strings b/Riot/Assets/ca.lproj/Localizable.strings index 37bf82d81..24c0c93b8 100644 --- a/Riot/Assets/ca.lproj/Localizable.strings +++ b/Riot/Assets/ca.lproj/Localizable.strings @@ -46,3 +46,7 @@ "VOICE_CONF_NAMED_FROM_USER" = "Trucada grupal de %@: '%@'"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Vídeo trucada grupal de %@: '%@'"; +/* A single unread message in a room */ +"SINGLE_UNREAD_IN_ROOM" = "Has rebut un missatge a %@"; +/* A single unread message */ +"SINGLE_UNREAD" = "Has rebut un missatge"; diff --git a/Riot/Assets/de.lproj/Localizable.strings b/Riot/Assets/de.lproj/Localizable.strings index 3ccc3c830..54b32d9a0 100644 --- a/Riot/Assets/de.lproj/Localizable.strings +++ b/Riot/Assets/de.lproj/Localizable.strings @@ -46,3 +46,7 @@ "VOICE_CONF_NAMED_FROM_USER" = "Gruppen-Anruf von %@: '%@'"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Video-Gruppen-Anruf von %@: '%@'"; +/* A single unread message in a room */ +"SINGLE_UNREAD_IN_ROOM" = "Du hast eine Nachricht in %@ bekommen"; +/* A single unread message */ +"SINGLE_UNREAD" = "Du hast eine Nachricht bekommen"; diff --git a/Riot/Assets/ru.lproj/Localizable.strings b/Riot/Assets/ru.lproj/Localizable.strings index a93cb96f6..7e194a1e8 100644 --- a/Riot/Assets/ru.lproj/Localizable.strings +++ b/Riot/Assets/ru.lproj/Localizable.strings @@ -46,3 +46,7 @@ "VOICE_CONF_NAMED_FROM_USER" = "Групповой звонок от %@: '%@'"; /* Incoming named video conference invite from a specific person */ "VIDEO_CONF_NAMED_FROM_USER" = "Групповой видеозвонок от %@: '%@'"; +/* A single unread message in a room */ +"SINGLE_UNREAD_IN_ROOM" = "Вы получили сообщение в %@"; +/* A single unread message */ +"SINGLE_UNREAD" = "Вы получили сообщение";