mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07: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 = "Verzonden"
|
|||
DRAFTS_NAME = "Klad"
|
||||
SPAM_NAME = "Spam"
|
||||
TRASH_NAME = "Prullenbak"
|
||||
ARCHIVE_NAME = "Archive"
|
||||
|
||||
[QUOTA]
|
||||
TITLE = "Quota gebruik"
|
||||
|
|
@ -58,6 +59,7 @@ TITLE = "Quota gebruik"
|
|||
BUTTON_RELOAD = "Berichten lijst herladen"
|
||||
BUTTON_MOVE_TO = "Verplaatsen naar"
|
||||
BUTTON_DELETE = "Verwijderen"
|
||||
BUTTON_ARCHIVE = "Archive"
|
||||
BUTTON_SPAM = "Spam"
|
||||
BUTTON_EMPTY_FOLDER = "Map leeg maken"
|
||||
BUTTON_MULTY_FORWARD = "Berichten Doorsturen"
|
||||
|
|
@ -92,6 +94,7 @@ BUTTON_EDIT = "Aanpassen"
|
|||
BUTTON_BACK = "Terug"
|
||||
BUTTON_CLOSE = "Sluiten"
|
||||
BUTTON_DELETE = "Verwijderen"
|
||||
BUTTON_ARCHIVE = "Archive"
|
||||
BUTTON_SPAM = "Spam"
|
||||
BUTTON_MOVE_TO = "Verplaatsen naar"
|
||||
BUTTON_MORE = "Meer"
|
||||
|
|
@ -126,6 +129,9 @@ PRINT_LABEL_SUBJECT = "Onderwerp"
|
|||
PRINT_LABEL_ATTACHMENTS = "Bijlages"
|
||||
MESSAGE_LOADING = "Bericht ophalen"
|
||||
MESSAGE_VIEW_DESC = "Selecteer het bericht in de lijst om hier te bekijken."
|
||||
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%"
|
||||
|
|
@ -235,6 +241,32 @@ DANGER_DESC_HTML_1 = "Deze actie verwijdert alle emails van de map <strong>%FOLD
|
|||
DANGER_DESC_HTML_2 = "Eens in gang gezet kan het proces niet geannuleerd worden!"
|
||||
TITLE_CLEARING_PROCESS = "Folder aan het leegmaken..."
|
||||
|
||||
[POPUPS_IMPORT_OPEN_PGP_KEY]
|
||||
TITLE_IMPORT_OPEN_PGP_KEY = "Import OpenPGP key"
|
||||
BUTTON_IMPORT_OPEN_PGP_KEY = "Import"
|
||||
|
||||
[POPUPS_VIEW_OPEN_PGP_KEY]
|
||||
TITLE_VIEW_OPEN_PGP_KEY = "View OpenPGP key"
|
||||
BUTTON_SELECT = "Select"
|
||||
BUTTON_CLOSE = "Close"
|
||||
|
||||
[POPUPS_GENERATE_OPEN_PGP_KEYS]
|
||||
TITLE_GENERATE_OPEN_PGP_KEYS = "Generate OpenPGP keys"
|
||||
LABEL_EMAIL = "Email"
|
||||
LABEL_NAME = "Name"
|
||||
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 = "Selecteer systeem mappen"
|
||||
SELECT_CHOOSE_ONE = "Kies één"
|
||||
|
|
@ -243,6 +275,7 @@ LABEL_SENT = "Verzonden"
|
|||
LABEL_DRAFTS = "Klad"
|
||||
LABEL_SPAM = "Spam"
|
||||
LABEL_TRASH = "Prullenbak"
|
||||
LABEL_ARCHIVE = "Archive"
|
||||
BUTTON_CANCEL = "Annuleer"
|
||||
BUTTON_CLOSE = "Sluiten"
|
||||
|
||||
|
|
@ -257,6 +290,8 @@ Indien u berichten permanent wil verwijderen, kies de \"Niet gebruiken\" optie."
|
|||
NOTIFICATION_TRASH = "U heeft nog geen \"Trash\" folder aangeduid waar de berichten geplaatst worden.
|
||||
Indien u berichten permanent wil verwijderen, kies de \"Niet gebruiken\" optie."
|
||||
|
||||
NOTIFICATION_ARCHIVE = "You haven't selected \"Archive\" system folder achived messages are placed to."
|
||||
|
||||
[TITLES]
|
||||
LOADING = "Ophalen"
|
||||
LOGIN = "Inloggen"
|
||||
|
|
@ -289,6 +324,7 @@ LABEL_IDENTITIES_NAME = "Identities"
|
|||
LABEL_SOCIAL_NAME = "Social"
|
||||
LABEL_THEMES_NAME = "Themes"
|
||||
LABEL_CHANGE_PASSWORD_NAME = "Paswoord"
|
||||
LABEL_OPEN_PGP_NAME = "OpenPGP"
|
||||
BUTTON_BACK = "Terug"
|
||||
|
||||
[SETTINGS_IDENTITY]
|
||||
|
|
@ -397,6 +433,14 @@ LABEL_NEW_PASSWORD = "Nieuw paswoord"
|
|||
LABEL_REPEAT_PASSWORD = "Nieuw paswoord opnieuw"
|
||||
BUTTON_UPDATE_PASSWORD = "Instellen nieuw paswoord"
|
||||
|
||||
[SETTINGS_OPEN_PGP]
|
||||
LEGEND_OPEN_PGP = "OpenPGP"
|
||||
BUTTON_ADD_OPEN_PGP_KEY = "Import OpenPGP Key"
|
||||
BUTTON_GENERATE_OPEN_PGP_KEYS = "Generate OpenPGP Keys"
|
||||
TITLE_PRIVATE = "Private"
|
||||
TITLE_PUBLIC = "Public"
|
||||
DELETING_ASK = "Are you sure?"
|
||||
|
||||
[NOTIFICATIONS]
|
||||
INVALID_TOKEN = "Onjuist teken"
|
||||
AUTH_ERROR = "Authentificatie misgelukt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue