mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
20
modules/webapp/src/main/elm/Messages/Comp/Dropzone.elm
Normal file
20
modules/webapp/src/main/elm/Messages/Comp/Dropzone.elm
Normal file
@ -0,0 +1,20 @@
|
||||
module Messages.Comp.Dropzone exposing (..)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ dropFilesHere : String
|
||||
, or : String
|
||||
, select : String
|
||||
, selectInfo : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ dropFilesHere = "Drop files here"
|
||||
, or = "Or"
|
||||
, select = "Select ..."
|
||||
, selectInfo =
|
||||
"Choose document files (pdf, docx, txt, html, …). "
|
||||
++ "Archives (zip and eml) are extracted."
|
||||
}
|
Reference in New Issue
Block a user