Skip to content

Commit

Permalink
[urtsi] Fixed leading spaces in translations (openhab#11757)
Browse files Browse the repository at this point in the history
* Fixed leading spaces in translations
* Add @text in binding.xml
* Added @text in urtsi.properties

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Signed-off-by: Michael Schmidt <mi.schmidt.83@gmail.com>
  • Loading branch information
cweitkamp authored and mischmidt83 committed Jan 9, 2022
1 parent 4a36985 commit 9492ea4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:binding="https://openhab.org/schemas/binding/v1.0.0"
xsi:schemaLocation="https://openhab.org/schemas/binding/v1.0.0 https://openhab.org/schemas/binding-1.0.0.xsd">

<name>Somfy URTSI II Binding</name>
<name>@text/bindingLabel</name>
<description>@text/bindingDescription</description>

</binding:binding>
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# binding

bindingDescription = This is the binding for Somfy Universal RTS Interface II (URTSI II).
bindingLabel = Somfy URTSI II Binding

# thing types

positionChannelLabel = RTS Device position
positionChannelDescription = Change the position of your device
rtsDeviceLabel = Somfy RTS Device
rtsDeviceDescription = This is the RTS device (e.g. a rollershutter).
rtsDeviceChannelLabel = Channel
rtsDeviceChannelDescription = The URTSI II channel the RTS device is assigned to at URTSI II.
urtsiDeviceLabel = Somfy URTSI II Device
urtsiDeviceDescription = This is the Somfy URTSI II box.
urtsiDevicePortLabel = Port
urtsiDevicePortDescription = The port which is used to access the device (e.g. /dev/ttyUSB0)
urtsiDeviceCommandIntervalLabel = Command execution interval
urtsiDeviceCommandIntervalDescription = The time (in ms) the binding should wait between sending commands to the device

rtsDeviceLabel = Somfy RTS Device
rtsDeviceDescription = This is the RTS device (e.g. a rollershutter).
rtsDeviceChannelLabel = Channel
rtsDeviceChannelDescription = The URTSI II channel the RTS device is assigned to at URTSI II.

positionChannelLabel = RTS Device position
positionChannelDescription = Change the position of your device

0 comments on commit 9492ea4

Please sign in to comment.