mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 11:45:49 +01:00
i8n suggestion finders config (#3913)
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
This commit is contained in:
parent
be70a13afe
commit
5ffeb1fc72
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user