diff --git a/Riot/Assets/fr.lproj/Localizable.strings b/Riot/Assets/fr.lproj/Localizable.strings index 2a8bf1076..c8188f312 100644 --- a/Riot/Assets/fr.lproj/Localizable.strings +++ b/Riot/Assets/fr.lproj/Localizable.strings @@ -3,13 +3,13 @@ /* New message from a specific person in a named room */ "MSG_FROM_USER_IN_ROOM" = "%@ a posté dans %@"; /* New message from a specific person, not referencing a room. Content included. */ -"MSG_FROM_USER_WITH_CONTENT" = "%@ : %@"; +"MSG_FROM_USER_WITH_CONTENT" = "%@ : %@"; /* New message from a specific person in a named room. Content included. */ -"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ dans %@ : %@"; +"MSG_FROM_USER_IN_ROOM_WITH_CONTENT" = "%@ dans %@ : %@"; /* New action message from a specific person, not referencing a room. */ "ACTION_FROM_USER" = "* %@ %@"; /* New action message from a specific person in a named room. */ -"ACTION_FROM_USER_IN_ROOM" = "%@ : * %@ %@"; +"ACTION_FROM_USER_IN_ROOM" = "%@ : * %@ %@"; /* New action message from a specific person, not referencing a room. */ "IMAGE_FROM_USER" = "%@ a envoyé une image %@"; /* New action message from a specific person in a named room. */ @@ -27,11 +27,11 @@ /* Multiple unread messages from three people */ "MSGS_FROM_THREE_USERS" = "%@ nouveaux messages de %@, %@ et %@"; /* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */ -"MSGS_FROM_TWO_PLUS_USERS" = "%@ nouveaux messages de %@, %@ et d'autres"; +"MSGS_FROM_TWO_PLUS_USERS" = "%@ nouveaux messages de %@, %@ et d’autres"; /* Multiple messages in two rooms */ "MSGS_IN_TWO_ROOMS" = "%@ nouveaux messages dans %@ et %@"; /* Look, stuff's happened, alright? Just open the app. */ -"MSGS_IN_TWO_PLUS_ROOMS" = "%@ nouveaux messages dans %@, %@ et d'autres"; +"MSGS_IN_TWO_PLUS_ROOMS" = "%@ nouveaux messages dans %@, %@ et d’autres"; /* A user has invited you to a chat */ "USER_INVITE_TO_CHAT" = "%@ vous a invité dans une discussion"; /* A user has invited you to an (unamed) group chat */ @@ -43,17 +43,17 @@ /* Incoming one-to-one video call */ "VIDEO_CALL_FROM_USER" = "Appel vidéo de %@"; /* Incoming unnamed voice conference invite from a specific person */ -"VOICE_CONF_FROM_USER" = "Téléconférence vocale de %@"; +"VOICE_CONF_FROM_USER" = "Téléconférence audio de %@"; /* Incoming unnamed video conference invite from a specific person */ "VIDEO_CONF_FROM_USER" = "Téléconférence vidéo de %@"; /* Incoming named voice conference invite from a specific person */ -"VOICE_CONF_NAMED_FROM_USER" = "Téléconférence vocale de %@ : '%@'"; +"VOICE_CONF_NAMED_FROM_USER" = "Téléconférence audio de %@ : « %@ »"; /* Incoming named video conference invite from a specific person */ -"VIDEO_CONF_NAMED_FROM_USER" = "Téléconférence vidéo de %@ : '%@'"; +"VIDEO_CONF_NAMED_FROM_USER" = "Téléconférence vidéo de %@ : « %@ »"; /* Message title for a specific person in a named room */ "MSG_FROM_USER_IN_ROOM_TITLE" = "%@ dans %@"; /* Sticker from a specific person, not referencing a room. */ -"STICKER_FROM_USER" = "%@ a envoyé un sticker"; +"STICKER_FROM_USER" = "%@ a envoyé un autocollant"; "KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ veut vérifier"; /* New message indicator on unknown room */ "MESSAGE" = "Message";