mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
Read Receipt (#41)
This commit is contained in:
parent
1dc5a45564
commit
b100560cd8
37 changed files with 883 additions and 461 deletions
|
|
@ -100,6 +100,7 @@ BUTTON_REPLY_ALL = "全部回复"
|
|||
BUTTON_FORWARD = "转发"
|
||||
BUTTON_FORWARD_AS_ATTACHMENT = "带附件转发"
|
||||
BUTTON_SHOW_IMAGES = "显示外部图片"
|
||||
BUTTON_NOTIFY_READ_RECEIPT = "The sender has asked to be notified when you read this message."
|
||||
BUTTON_IN_NEW_WINDOW = "在新窗口中查看"
|
||||
MENU_HEADERS = "显示详细信息"
|
||||
MENU_VIEW_ORIGINAL = "显示原始内容"
|
||||
|
|
@ -125,6 +126,13 @@ PRINT_LABEL_ATTACHMENTS = "附件"
|
|||
MESSAGE_LOADING = "加载中"
|
||||
MESSAGE_VIEW_DESC = "在此查看列表中选中的邮件。"
|
||||
|
||||
[READ_RECEIPT]
|
||||
SUBJECT = "Return Receipt (displayed) - %SUBJECT%"
|
||||
BODY = "This is a Return Receipt for the mail that you sent to %READ-RECEIPT%.
|
||||
|
||||
Note: This Return Receipt only acknowledges that the message was displayed on the recipient's computer.
|
||||
There is no guarantee that the recipient has read or understood the message contents."
|
||||
|
||||
[SUGGESTIONS]
|
||||
SEARCHING_DESC = "搜索中..."
|
||||
|
||||
|
|
@ -179,6 +187,7 @@ FORWARD_MESSAGE_TOP_CC = "抄送"
|
|||
FORWARD_MESSAGE_TOP_SENT = "发送"
|
||||
FORWARD_MESSAGE_TOP_SUBJECT = "主题"
|
||||
EMPTY_TO_ERROR_DESC = "请至少选择一位接收人"
|
||||
BUTTON_REQUEST_READ_RECEIPT = "Request a read receipt"
|
||||
|
||||
[POPUPS_ASK]
|
||||
BUTTON_YES = "Yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue