mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
OpenPGP (#53) Beta
Archive (Closes #110) Delete, Spam and Archive button in mail view when preview pane is off (Closes #72) Small fixes (Closes #101)
This commit is contained in:
parent
ab817e1396
commit
cae0cc2f77
45 changed files with 1390 additions and 172 deletions
|
|
@ -50,6 +50,7 @@ SENT_NAME = "Sent"
|
|||
DRAFTS_NAME = "Drafts"
|
||||
SPAM_NAME = "Spam"
|
||||
TRASH_NAME = "Trash"
|
||||
ARCHIVE_NAME = "Archive"
|
||||
|
||||
[QUOTA]
|
||||
TITLE = "Quota usage"
|
||||
|
|
@ -58,6 +59,7 @@ TITLE = "Quota usage"
|
|||
BUTTON_RELOAD = "Reload Message List"
|
||||
BUTTON_MOVE_TO = "Move To"
|
||||
BUTTON_DELETE = "Delete"
|
||||
BUTTON_ARCHIVE = "Archive"
|
||||
BUTTON_SPAM = "Spam"
|
||||
BUTTON_EMPTY_FOLDER = "Clear Folder"
|
||||
BUTTON_MULTY_FORWARD = "Forward messages"
|
||||
|
|
@ -92,6 +94,7 @@ BUTTON_EDIT = "Edit"
|
|||
BUTTON_BACK = "Back"
|
||||
BUTTON_CLOSE = "Close"
|
||||
BUTTON_DELETE = "Delete"
|
||||
BUTTON_ARCHIVE = "Archive"
|
||||
BUTTON_SPAM = "Spam"
|
||||
BUTTON_MOVE_TO = "Move To"
|
||||
BUTTON_MORE = "More"
|
||||
|
|
@ -126,6 +129,9 @@ PRINT_LABEL_SUBJECT = "Subject"
|
|||
PRINT_LABEL_ATTACHMENTS = "Attachments"
|
||||
MESSAGE_LOADING = "Loading"
|
||||
MESSAGE_VIEW_DESC = "Select message in list to view it here."
|
||||
PGP_PASSWORD_INPUT_PLACEHOLDER = "Password"
|
||||
PGP_SIGNED_MESSAGE_DESC = "OpenPGP signed message (click to verify)"
|
||||
PGP_ENCRYPTED_MESSAGE_DESC = "OpenPGP encrypted message (click to decrypt)"
|
||||
|
||||
[READ_RECEIPT]
|
||||
SUBJECT = "Return Receipt (displayed) - %SUBJECT%"
|
||||
|
|
@ -252,6 +258,15 @@ LABEL_PASSWORD = "Password"
|
|||
LABEL_KEY_BIT_LENGTH = "Key length"
|
||||
BUTTON_GENERATE_OPEN_PGP_KEYS = "Generate"
|
||||
|
||||
[POPUPS_COMPOSE_OPEN_PGP]
|
||||
TITLE_COMPOSE_OPEN_PGP = "OpenPGP Sign/Encrypt"
|
||||
LABEL_SIGN = "Sign"
|
||||
LABEL_ENCRYPT = "Encrypt"
|
||||
LABEL_PASSWORD = "Password"
|
||||
BUTTON_SIGN = "Sign"
|
||||
BUTTON_ENCRYPT = "Encrypt"
|
||||
BUTTON_SIGN_AND_ENCRYPT = "Sign and encrypt"
|
||||
|
||||
[POPUPS_SYSTEM_FOLDERS]
|
||||
TITLE_SYSTEM_FOLDERS = "Select system folders"
|
||||
SELECT_CHOOSE_ONE = "Choose one"
|
||||
|
|
@ -260,6 +275,7 @@ LABEL_SENT = "Sent"
|
|||
LABEL_DRAFTS = "Drafts"
|
||||
LABEL_SPAM = "Spam"
|
||||
LABEL_TRASH = "Trash"
|
||||
LABEL_ARCHIVE = "Archive"
|
||||
BUTTON_CANCEL = "Cancel"
|
||||
BUTTON_CLOSE = "Close"
|
||||
|
||||
|
|
@ -274,6 +290,8 @@ If you wish to remove messages permanently, please select \"Do not use\" option.
|
|||
NOTIFICATION_TRASH = "You haven't selected \"Trash\" system folder deleted messages are placed to.
|
||||
If you wish to remove messages permanently, please select \"Do not use\" option."
|
||||
|
||||
NOTIFICATION_ARCHIVE = "You haven't selected \"Archive\" system folder achived messages are placed to."
|
||||
|
||||
[TITLES]
|
||||
LOADING = "Loading"
|
||||
LOGIN = "Login"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue