mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +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