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:
34
modules/webapp/src/main/elm/Messages/Comp/AttachmentMeta.elm
Normal file
34
modules/webapp/src/main/elm/Messages/Comp/AttachmentMeta.elm
Normal file
@ -0,0 +1,34 @@
|
||||
module Messages.Comp.AttachmentMeta exposing (..)
|
||||
|
||||
import Messages.Basics
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ basics : Messages.Basics.Texts
|
||||
, extractedMetadata : String
|
||||
, content : String
|
||||
, labels : String
|
||||
, proposals : String
|
||||
, correspondentOrg : String
|
||||
, correspondentPerson : String
|
||||
, concerningPerson : String
|
||||
, concerningEquipment : String
|
||||
, itemDate : String
|
||||
, itemDueDate : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ basics = Messages.Basics.gb
|
||||
, extractedMetadata = "Extracted Meta Data"
|
||||
, content = "Content"
|
||||
, labels = "Labels"
|
||||
, proposals = "Proposals"
|
||||
, correspondentOrg = "Correspondent Organization"
|
||||
, correspondentPerson = "Correspondent Person"
|
||||
, concerningPerson = "Concerning Person"
|
||||
, concerningEquipment = "Concerning Equipment"
|
||||
, itemDate = "Item Date"
|
||||
, itemDueDate = "Item Due Date"
|
||||
}
|
Reference in New Issue
Block a user