mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Select item in detail view
This commit is contained in:
@ -51,6 +51,8 @@ type alias Texts =
|
||||
, trashcan : String
|
||||
, bookmarks : String
|
||||
, selection : String
|
||||
, showSelection : String
|
||||
, clearSelection : String
|
||||
}
|
||||
|
||||
|
||||
@ -86,6 +88,8 @@ gb =
|
||||
, trashcan = "Trash"
|
||||
, bookmarks = "Bookmarks"
|
||||
, selection = "Selection"
|
||||
, showSelection = "Show selection"
|
||||
, clearSelection = "Clear selection"
|
||||
}
|
||||
|
||||
|
||||
@ -121,4 +125,6 @@ de =
|
||||
, trashcan = "Papierkorb"
|
||||
, bookmarks = "Bookmarks"
|
||||
, selection = "Auswahl"
|
||||
, showSelection = "Auswahl anzeigen"
|
||||
, clearSelection = "Auswahl aufheben"
|
||||
}
|
||||
|
Reference in New Issue
Block a user