mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Externalize more strings missed before
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
module Messages.Comp.EmailSettingsForm exposing (..)
|
||||
|
||||
import Data.SSLType exposing (SSLType)
|
||||
import Messages.Basics
|
||||
import Messages.Data.SSLType
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ sslTypeLabel : SSLType -> String
|
||||
, name : String
|
||||
{ basics : Messages.Basics.Texts
|
||||
, sslTypeLabel : SSLType -> String
|
||||
, connectionPlaceholder : String
|
||||
, connectionNameInfo : String
|
||||
, smtpHost : String
|
||||
@ -27,8 +28,8 @@ type alias Texts =
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ sslTypeLabel = Messages.Data.SSLType.gb
|
||||
, name = "Name"
|
||||
{ basics = Messages.Basics.gb
|
||||
, sslTypeLabel = Messages.Data.SSLType.gb
|
||||
, connectionPlaceholder = "Connection name, e.g. 'gmail.com'"
|
||||
, connectionNameInfo = "The connection name must not contain whitespace or special characters."
|
||||
, smtpHost = "SMTP Host"
|
||||
|
Reference in New Issue
Block a user