mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fr: add an space before the colon
When composing a message in reply to an email, a colon is appended to the message which is translated, in french colon should always be prepended by an unbreakable space. Add a space in the translation sentence to make sure the space appears before the colon in the interface
This commit is contained in:
parent
8bf4727555
commit
7268dafffd
1 changed files with 1 additions and 1 deletions
|
|
@ -247,7 +247,7 @@
|
||||||
"DISCARD_UNSAVED_DATA": "Abandonner les données non enregistrées ?",
|
"DISCARD_UNSAVED_DATA": "Abandonner les données non enregistrées ?",
|
||||||
"ATTACH_FILES": "Joindre des fichiers",
|
"ATTACH_FILES": "Joindre des fichiers",
|
||||||
"ATTACH_DROP_FILES_DESC": "Glisser les fichiers ici",
|
"ATTACH_DROP_FILES_DESC": "Glisser les fichiers ici",
|
||||||
"REPLY_MESSAGE_TITLE": "%DATETIME% %EMAIL% a écrit",
|
"REPLY_MESSAGE_TITLE": "%DATETIME% %EMAIL% a écrit ",
|
||||||
"FORWARD_MESSAGE_TOP_TITLE": "-------- Message transféré -------",
|
"FORWARD_MESSAGE_TOP_TITLE": "-------- Message transféré -------",
|
||||||
"FORWARD_MESSAGE_TOP_SENT": "Envoyé",
|
"FORWARD_MESSAGE_TOP_SENT": "Envoyé",
|
||||||
"EMPTY_TO_ERROR_DESC": "Merci de spécifier au moins un destinataire",
|
"EMPTY_TO_ERROR_DESC": "Merci de spécifier au moins un destinataire",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue