Translated using Weblate (French)

Currently translated at 100.0% (33 of 33 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/fr/
This commit is contained in:
Thibault Martin 2021-03-05 21:20:32 +00:00 committed by Weblate
parent 4fa1d8c2d8
commit 44459b50c5

View file

@ -3,13 +3,13 @@
/* New message from a specific person in a named room */ /* New message from a specific person in a named room */
"MSG_FROM_USER_IN_ROOM" = "%@ a posté dans %@"; "MSG_FROM_USER_IN_ROOM" = "%@ a posté dans %@";
/* New message from a specific person, not referencing a room. Content included. */ /* 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. */ /* 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. */ /* New action message from a specific person, not referencing a room. */
"ACTION_FROM_USER" = "* %@ %@"; "ACTION_FROM_USER" = "* %@ %@";
/* New action message from a specific person in a named room. */ /* 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. */ /* New action message from a specific person, not referencing a room. */
"IMAGE_FROM_USER" = "%@ a envoyé une image %@"; "IMAGE_FROM_USER" = "%@ a envoyé une image %@";
/* New action message from a specific person in a named room. */ /* New action message from a specific person in a named room. */
@ -27,11 +27,11 @@
/* Multiple unread messages from three people */ /* Multiple unread messages from three people */
"MSGS_FROM_THREE_USERS" = "%@ nouveaux messages de %@, %@ et %@"; "MSGS_FROM_THREE_USERS" = "%@ nouveaux messages de %@, %@ et %@";
/* Multiple unread messages from two plus people (ie. for 4+ people: 'others' replaces the third person) */ /* 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 dautres";
/* Multiple messages in two rooms */ /* Multiple messages in two rooms */
"MSGS_IN_TWO_ROOMS" = "%@ nouveaux messages dans %@ et %@"; "MSGS_IN_TWO_ROOMS" = "%@ nouveaux messages dans %@ et %@";
/* Look, stuff's happened, alright? Just open the app. */ /* 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 dautres";
/* A user has invited you to a chat */ /* A user has invited you to a chat */
"USER_INVITE_TO_CHAT" = "%@ vous a invité dans une discussion"; "USER_INVITE_TO_CHAT" = "%@ vous a invité dans une discussion";
/* A user has invited you to an (unamed) group chat */ /* A user has invited you to an (unamed) group chat */
@ -43,17 +43,17 @@
/* Incoming one-to-one video call */ /* Incoming one-to-one video call */
"VIDEO_CALL_FROM_USER" = "Appel vidéo de %@"; "VIDEO_CALL_FROM_USER" = "Appel vidéo de %@";
/* Incoming unnamed voice conference invite from a specific person */ /* 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 */ /* Incoming unnamed video conference invite from a specific person */
"VIDEO_CONF_FROM_USER" = "Téléconférence vidéo de %@"; "VIDEO_CONF_FROM_USER" = "Téléconférence vidéo de %@";
/* Incoming named voice conference invite from a specific person */ /* 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 */ /* 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 */ /* Message title for a specific person in a named room */
"MSG_FROM_USER_IN_ROOM_TITLE" = "%@ dans %@"; "MSG_FROM_USER_IN_ROOM_TITLE" = "%@ dans %@";
/* Sticker from a specific person, not referencing a room. */ /* 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"; "KEY_VERIFICATION_REQUEST_FROM_USER" = "%@ veut vérifier";
/* New message indicator on unknown room */ /* New message indicator on unknown room */
"MESSAGE" = "Message"; "MESSAGE" = "Message";