mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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 = "签名"
|
|||
LABEL_DISPLAY_NAME = "名称"
|
||||
LABEL_REPLY_TO = "回复"
|
||||
LABEL_SIGNATURE = "签名"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
|
||||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "一般设置"
|
||||
|
|
@ -382,6 +383,7 @@ LEGEND_IDENTITIES = "附加签名"
|
|||
LABEL_DISPLAY_NAME = "名称"
|
||||
LABEL_REPLY_TO = "回复"
|
||||
LABEL_SIGNATURE = "签名"
|
||||
LABEL_ADD_SIGNATURE_TO_ALL = "Add your signature to all the outgoing messages"
|
||||
BUTTON_ADD_IDENTITY = "添加签名"
|
||||
BUTTON_DELETE = "删除"
|
||||
LOADING_PROCESS = "更新签名中"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue