mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Allow simple search on share page
This commit is contained in:
@ -22,6 +22,9 @@ type alias Texts =
|
||||
, passwordForm : Messages.Comp.SharePasswordForm.Texts
|
||||
, httpError : Http.Error -> String
|
||||
, authFailed : String
|
||||
, fulltextPlaceholder : String
|
||||
, powerSearchPlaceholder : String
|
||||
, extendedSearch : String
|
||||
}
|
||||
|
||||
|
||||
@ -33,6 +36,9 @@ gb =
|
||||
, passwordForm = Messages.Comp.SharePasswordForm.gb
|
||||
, authFailed = "This share does not exist."
|
||||
, httpError = Messages.Comp.HttpError.gb
|
||||
, fulltextPlaceholder = "Fulltext search…"
|
||||
, powerSearchPlaceholder = "Extended search…"
|
||||
, extendedSearch = "Extended search query"
|
||||
}
|
||||
|
||||
|
||||
@ -44,4 +50,7 @@ de =
|
||||
, passwordForm = Messages.Comp.SharePasswordForm.de
|
||||
, authFailed = "Diese Freigabe existiert nicht."
|
||||
, httpError = Messages.Comp.HttpError.de
|
||||
, fulltextPlaceholder = "Volltextsuche…"
|
||||
, powerSearchPlaceholder = "Erweiterte Suche…"
|
||||
, extendedSearch = "Erweiterte Suchanfrage"
|
||||
}
|
||||
|
Reference in New Issue
Block a user