diff --git a/translations/messages.en.xlf b/translations/messages.en.xlf index 213fba3c..29c95438 100644 --- a/translations/messages.en.xlf +++ b/translations/messages.en.xlf @@ -13715,6 +13715,36 @@ Buerklin-API Authentication server: You can use this randomly generated value (share it with nobody): + + + search.extensive_matching + Extensive Matching + + + + + search.permit_wildcards + Treat <code>%</code> and <code>_</code> as wildcards + + + + + search.regexmatching.help + Use regular expressions like "^\w{3,5}" to search for parts. Does not require slashes padding. + + + + + search.extensive_matching.help + The search term is split up into parts, and a result is found, when each part is contained in any field. Without this mode the full search term has to be contained in a single field. + + + + + search.permit_wildcards.help + If enabled, _ is treated as a wildcard for one character and % is treated as a wildcard for zero or more characters. + + system.trusted_hosts.unconfigured.title