i8n suggestion finders config (#3913)

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
Mark Herwege 2023-12-11 21:58:18 +01:00 committed by GitHub
parent be70a13afe
commit 5ffeb1fc72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -20,13 +20,13 @@
<parameter name="suggestionFinderUpnp" type="boolean">
<advanced>true</advanced>
<label>UPnP Suggestion Finder</label>
<description>Use UPnP network scan to suggest add-ons.</description>
<description>Use UPnP network scan to suggest add-ons. Enabling/disabling may take up to 1 minute.</description>
<default>true</default>
</parameter>
<parameter name="suggestionFinderMdns" type="boolean">
<advanced>true</advanced>
<label>mDNS Suggestion Finder</label>
<description>Use mDNS network scan to suggest add-ons.</description>
<description>Use mDNS network scan to suggest add-ons. Enabling/disabling may take up to 1 minute.</description>
<default>true</default>
</parameter>
</config-description>

View File

@ -2,5 +2,9 @@ system.config.addons.includeIncompatible.label = Include (Potentially) Incompati
system.config.addons.includeIncompatible.description = Some add-on services may provide add-ons where compatibility with the currently running system is not expected. Enabling this option will include these entries in the list of available add-ons.
system.config.addons.remote.label = Access Remote Repository
system.config.addons.remote.description = Defines whether openHAB should access the remote repository for add-on installation.
system.config.addons.suggestionFinderMdns.label = mDNS Suggestion Finder
system.config.addons.suggestionFinderMdns.description = Use mDNS network scan to suggest add-ons. Enabling/disabling may take up to 1 minute.
system.config.addons.suggestionFinderUpnp.label = UPnP Suggestion Finder
system.config.addons.suggestionFinderUpnp.description = Use UPnP network scan to suggest add-ons. Enabling/disabling may take up to 1 minute.
service.system.addons.label = Add-on Management