mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
"Add your signature to all the outgoing messages" configuration (close #52)
This commit is contained in:
parent
fa35368e45
commit
b0593b813e
23 changed files with 161 additions and 22 deletions
|
|
@ -295,6 +295,7 @@ LEGEND_IDENTITY = "Identité"
|
|||
LABEL_DISPLAY_NAME = "Nom"
|
||||
LABEL_REPLY_TO = "Répondre à"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Général"
|
||||
|
|
@ -382,6 +383,7 @@ LEGEND_IDENTITIES = "Identités supplémentaires"
|
|||
LABEL_DISPLAY_NAME = "Nom"
|
||||
LABEL_REPLY_TO = "Répondre à"
|
||||
LABEL_SIGNATURE = "Signature"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
BUTTON_ADD_IDENTITY = "Ajouter une identitié"
|
||||
BUTTON_DELETE = "Supprimer"
|
||||
LOADING_PROCESS = "Met à jour la liste d'identités"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue