mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Select item in detail view
This commit is contained in:
@ -57,6 +57,8 @@ type alias Texts =
|
||||
, mailSendSuccessful : String
|
||||
, showQrCode : String
|
||||
, close : String
|
||||
, selectItem : String
|
||||
, deselectItem : String
|
||||
}
|
||||
|
||||
|
||||
@ -93,6 +95,8 @@ gb =
|
||||
, mailSendSuccessful = "Mail sent."
|
||||
, showQrCode = "Show URL as QR code"
|
||||
, close = "Close"
|
||||
, selectItem = "Select this item"
|
||||
, deselectItem = "Deselect this item"
|
||||
}
|
||||
|
||||
|
||||
@ -115,7 +119,7 @@ de =
|
||||
, addMoreFiles = "Diesem Dokument weitere Dateien anfügen"
|
||||
, confirmItemMetadata = "Metadaten bestätigen"
|
||||
, confirm = "Bestätige"
|
||||
, unconfirmItemMetadata = "Widerrufe"
|
||||
, unconfirmItemMetadata = "Widerrufe Bestätigung"
|
||||
, reprocessItem = "Das Dokument erneut verarbeiten"
|
||||
, deleteThisItem = "Das Dokument löschen"
|
||||
, undeleteThisItem = "Das Dokument wiederherstellen"
|
||||
@ -129,4 +133,6 @@ de =
|
||||
, mailSendSuccessful = "E-Mail wurde versendet."
|
||||
, showQrCode = "Link als QR code anzeigen"
|
||||
, close = "Schließen"
|
||||
, selectItem = "Zur Auswahl hinzufügen"
|
||||
, deselectItem = "Aus Auswahl entfernen"
|
||||
}
|
||||
|
@ -64,7 +64,7 @@ de =
|
||||
, chooseDirection = "Wähle eine Richtung…"
|
||||
, confirmUnconfirm = "Bestätige/Widerrufe Metadaten"
|
||||
, confirm = "Bestätige"
|
||||
, unconfirm = "Widerrufe"
|
||||
, unconfirm = "Widerrufe Bestätigung"
|
||||
, changeTagMode = "Wechsel den Änderungsmodus für Tags"
|
||||
, dueDateTab = "Fälligkeitsdatum"
|
||||
, direction = Messages.Data.Direction.de
|
||||
|
@ -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