Dropdown cc and bcc recipients in mail form

This commit is contained in:
eikek
2021-10-24 00:53:56 +02:00
parent f5bb85c61e
commit 28993e27e5
2 changed files with 33 additions and 2 deletions

View File

@ -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"
}