]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tradfri] Fix UTF-8 characters in i18n properties file (#11840)
authorChristoph Weitkamp <github@christophweitkamp.de>
Tue, 21 Dec 2021 22:07:39 +0000 (23:07 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Dec 2021 22:07:39 +0000 (23:07 +0100)
* [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 <github@christophweitkamp.de>
bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/config/config.xml
bundles/org.openhab.binding.tradfri/src/main/resources/OH-INF/i18n/tradfri.properties

index bd2d76ecc5da23a4a86aab5e5cdffce406d13feb..01b9edd3a3d92243008f3e6a39e0fc92e1f1057f 100644 (file)
@@ -8,11 +8,11 @@
                <parameter name="host" type="text" required="true">
                        <context>network-address</context>
                        <label>Host</label>
-                       <description>Hostname or IP address of the IKEA TRÅDFRI gateway</description>
+                       <description>Hostname or IP address of the IKEA TRÅDFRI gateway.</description>
                </parameter>
                <parameter name="port" type="integer" required="false">
                        <label>Port</label>
-                       <description>Port for accessing the gateway</description>
+                       <description>Port for accessing the gateway.</description>
                        <advanced>true</advanced>
                        <default>5684</default>
                </parameter>
                <parameter name="identity" type="text" required="false">
                        <advanced>true</advanced>
                        <label>Identity</label>
-                       <description>Unique identity used for communication with the gateway</description>
+                       <description>Unique identity used for communication with the gateway.</description>
                </parameter>
                <parameter name="preSharedKey" type="text" required="false">
                        <advanced>true</advanced>
                        <context>password</context>
                        <label>Pre-Shared Security Key</label>
-                       <description>Security key obtained during first initialization of the gateway</description>
+                       <description>Security key obtained during first initialization of the gateway.</description>
                </parameter>
        </config-description>
 
index a2a0245f6e86397936d0d6a9629a7babe93042fd..e9929d6650a96e3136f5a3d18f6f8643466bb44d 100644 (file)
@@ -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