mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Dropdown cc and bcc recipients in mail form
This commit is contained in:
@ -29,6 +29,8 @@ type alias Texts =
|
||||
, includeAllAttachments : String
|
||||
, connectionMissing : String
|
||||
, sendLabel : String
|
||||
, moreRecipients : String
|
||||
, lessRecipients : String
|
||||
}
|
||||
|
||||
|
||||
@ -46,6 +48,8 @@ gb =
|
||||
, includeAllAttachments = "Include all item attachments"
|
||||
, connectionMissing = "No E-Mail connections configured. Goto user settings to add one."
|
||||
, sendLabel = "Send"
|
||||
, moreRecipients = "More…"
|
||||
, lessRecipients = "Less…"
|
||||
}
|
||||
|
||||
|
||||
@ -63,4 +67,6 @@ de =
|
||||
, includeAllAttachments = "Alle Anhänge mit einfügen"
|
||||
, connectionMissing = "Keine E-Mail-Verbindung definiert. Gehe zu den Benutzereinstellungen und füge eine hinzu."
|
||||
, sendLabel = "Senden"
|
||||
, moreRecipients = "Weitere…"
|
||||
, lessRecipients = "Weniger…"
|
||||
}
|
||||
|
Reference in New Issue
Block a user