mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Interface redesign (attachments, new preview pane layout)
This commit is contained in:
parent
6755a0ce51
commit
e3e7c1d963
64 changed files with 1286 additions and 1009 deletions
|
|
@ -225,6 +225,8 @@ FORWARD_MESSAGE_TOP_CC = "CC"
|
|||
FORWARD_MESSAGE_TOP_SENT = "Wysłany"
|
||||
FORWARD_MESSAGE_TOP_SUBJECT = "Temat"
|
||||
EMPTY_TO_ERROR_DESC = "Wprowadź co najmniej jednego odbiorcę"
|
||||
NO_ATTACHMENTS_HERE_DESC = "No attachments here."
|
||||
ATTACHMENTS_ERROR_DESC = "Warning! Not all attachments have been uploaded."
|
||||
ATTACHMENTS_UPLOAD_ERROR_DESC = "Nie przesłano jeszcze wszystkich załączników"
|
||||
BUTTON_REQUEST_READ_RECEIPT = "Żądaj potwierdzenia odbioru"
|
||||
BUTTON_MARK_AS_IMPORTANT = "Mark as important"
|
||||
|
|
@ -409,6 +411,10 @@ TWO_FACTOR_BACKUP_CODES_DESC = "Jeżeli nie możesz otrzymać kodu poprzez apika
|
|||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Ogólne"
|
||||
LABEL_LANGUAGE = "Język"
|
||||
LABEL_LAYOUT = "Layout"
|
||||
LABEL_LAYOUT_NO_SPLIT = "No Split"
|
||||
LABEL_LAYOUT_VERTICAL_SPLIT = "Vertical Split"
|
||||
LABEL_LAYOUT_HORIZONTAL_SPLIT = "Horizontal Split"
|
||||
LABEL_EDITOR = "Format wiadomości"
|
||||
LABEL_EDITOR_HTML = "HTML"
|
||||
LABEL_EDITOR_PLAIN = "Zwykły tekst"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue