From: Christoph Weitkamp Date: Tue, 21 Dec 2021 22:07:39 +0000 (+0100) Subject: [tradfri] Fix UTF-8 characters in i18n properties file (#11840) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=6420533d6895e92a2889c333989f1a06bc77e787;p=openhab-addons.git [tradfri] Fix UTF-8 characters in i18n properties file (#11840) * [tradfri] Fix UTF-8 characters in i18n properties file - Fix UTF-8 characters in i18n properties file * Added colons to descriptions in config- description Signed-off-by: Christoph Weitkamp --- diff --git a/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/config/config.xml index bd2d76ecc5..01b9edd3a3 100644 --- a/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/config/config.xml @@ -8,11 +8,11 @@ network-address - Hostname or IP address of the IKEA TRÅDFRI gateway + Hostname or IP address of the IKEA TRÅDFRI gateway. - Port for accessing the gateway + Port for accessing the gateway. true 5684 @@ -24,13 +24,13 @@ true - Unique identity used for communication with the gateway + Unique identity used for communication with the gateway. true password - Security key obtained during first initialization of the gateway + Security key obtained during first initialization of the gateway. diff --git a/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/i18n/tradfri.properties b/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/i18n/tradfri.properties index a2a0245f6e..e9929d6650 100644 --- a/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/i18n/tradfri.properties +++ b/bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/i18n/tradfri.properties @@ -31,13 +31,13 @@ thing-type.tradfri.gateway.description = IKEA TRÅDFRI IP Gateway bridge-type.config.tradfri.gateway.code.label = Security Code bridge-type.config.tradfri.gateway.code.description = Security code printed on the label underneath the gateway. bridge-type.config.tradfri.gateway.host.label = Host -bridge-type.config.tradfri.gateway.host.description = Hostname or IP address of the IKEA TRÅDFRI gateway +bridge-type.config.tradfri.gateway.host.description = Hostname or IP address of the IKEA TRÅDFRI gateway. bridge-type.config.tradfri.gateway.identity.label = Identity -bridge-type.config.tradfri.gateway.identity.description = Unique identity used for communication with the gateway +bridge-type.config.tradfri.gateway.identity.description = Unique identity used for communication with the gateway. bridge-type.config.tradfri.gateway.port.label = Port -bridge-type.config.tradfri.gateway.port.description = Port for accessing the gateway +bridge-type.config.tradfri.gateway.port.description = Port for accessing the gateway. bridge-type.config.tradfri.gateway.preSharedKey.label = Pre-Shared Security Key -bridge-type.config.tradfri.gateway.preSharedKey.description = Security key obtained during first initialization of the gateway +bridge-type.config.tradfri.gateway.preSharedKey.description = Security key obtained during first initialization of the gateway. thing-type.config.tradfri.device.id.label = ID thing-type.config.tradfri.device.id.description = The identifier of the device on the gateway. @@ -48,4 +48,4 @@ channel-type.tradfri.position.description = Control the position of the blind or # discovery result -discovery.gateway.label = TRÅDFRI Gateway +discovery.gateway.label = TRÅDFRI Gateway