mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27: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 = "Atbildēt visiem"
|
|||
BUTTON_FORWARD = "Pārsūtīt"
|
||||
BUTTON_FORWARD_AS_ATTACHMENT = "Pārsūtīt kā pielikumu"
|
||||
BUTTON_SHOW_IMAGES = "Rādīt attēlus"
|
||||
BUTTON_NOTIFY_READ_RECEIPT = "The sender has asked to be notified when you read this message."
|
||||
BUTTON_IN_NEW_WINDOW = "Skatīt jaunā logā"
|
||||
MENU_HEADERS = "Rādīt ziņojuma galveni"
|
||||
MENU_VIEW_ORIGINAL = "Rādīt orģinālu"
|
||||
|
|
@ -125,6 +126,13 @@ PRINT_LABEL_ATTACHMENTS = "Pielikumi"
|
|||
MESSAGE_LOADING = "Lādējās"
|
||||
MESSAGE_VIEW_DESC = "Izvēlaties ziņojumu no saraksta lai to apskatītu."
|
||||
|
||||
[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 = "Meklē..."
|
||||
|
||||
|
|
@ -179,6 +187,7 @@ FORWARD_MESSAGE_TOP_CC = "CC"
|
|||
FORWARD_MESSAGE_TOP_SENT = "Nosūtīts"
|
||||
FORWARD_MESSAGE_TOP_SUBJECT = "Tēma"
|
||||
EMPTY_TO_ERROR_DESC = "Pievienojat vismaz vienu saņēmēju"
|
||||
BUTTON_REQUEST_READ_RECEIPT = "Request a read receipt"
|
||||
|
||||
[POPUPS_ASK]
|
||||
BUTTON_YES = "Yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue