mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +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
|
|
@ -224,6 +224,8 @@ FORWARD_MESSAGE_TOP_CC = "CC"
|
|||
FORWARD_MESSAGE_TOP_SENT = "Envoyé"
|
||||
FORWARD_MESSAGE_TOP_SUBJECT = "Sujet"
|
||||
EMPTY_TO_ERROR_DESC = "Merci de spécifier au minimum un destinataire"
|
||||
NO_ATTACHMENTS_HERE_DESC = "No attachments here."
|
||||
ATTACHMENTS_ERROR_DESC = "Warning! Not all attachments have been uploaded."
|
||||
ATTACHMENTS_UPLOAD_ERROR_DESC = "Not all attachments have been uploaded yet"
|
||||
BUTTON_REQUEST_READ_RECEIPT = "Demander une confirmation de lecture"
|
||||
BUTTON_MARK_AS_IMPORTANT = "Mark as important"
|
||||
|
|
@ -394,6 +396,10 @@ TWO_FACTOR_BACKUP_CODES_DESC = "Si vous ne pouvez pas recevoir les codes par Goo
|
|||
[SETTINGS_GENERAL]
|
||||
LEGEND_GENERAL = "Général"
|
||||
LABEL_LANGUAGE = "Langue"
|
||||
LABEL_LAYOUT = "Layout"
|
||||
LABEL_LAYOUT_NO_SPLIT = "No Split"
|
||||
LABEL_LAYOUT_VERTICAL_SPLIT = "Vertical Split"
|
||||
LABEL_LAYOUT_HORIZONTAL_SPLIT = "Horizontal Split"
|
||||
LABEL_EDITOR = "Éditeur de texte par défaut"
|
||||
LABEL_EDITOR_HTML = "Html"
|
||||
LABEL_EDITOR_PLAIN = "Brut"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue