Prepared multiselect view mode for attachment list

This commit is contained in:
Stefan Scheidewig
2021-04-17 13:04:30 +02:00
parent 558197e415
commit a9c02e9e88
4 changed files with 98 additions and 12 deletions

View File

@ -15,6 +15,9 @@ type alias Texts =
, viewExtractedData : String
, reprocessFile : String
, deleteThisFile : String
, selectModeTitle : String
, exitSelectMode : String
, deleteAttachments: String
}
@ -31,4 +34,7 @@ gb =
, viewExtractedData = "View extracted data"
, reprocessFile = "Re-process this file"
, deleteThisFile = "Delete this file"
, selectModeTitle = "Select Mode"
, exitSelectMode = "Exit Select Mode"
, deleteAttachments = "Delete attachments"
}