]> git.basschouten.com Git - openhab-addons.git/commitdiff
Fix unexpected leading space in default translations (#12574)
authorlolodomo <lg.hc@free.fr>
Mon, 4 Apr 2022 19:48:54 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Mon, 4 Apr 2022 19:48:54 +0000 (21:48 +0200)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.amazondashbutton/src/main/resources/OH-INF/i18n/amazondashbutton.properties
bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties
bundles/org.openhab.binding.pixometer/src/main/resources/OH-INF/i18n/pixometer.properties

index ac625bf9aff38e20d5c3f81876bcebe730d79aa8..d3db2fe3931c08b1ecf74c8ded8a68da6ffa96b1 100644 (file)
@@ -12,4 +12,4 @@ dashButtonPacketIntervalLabel = Packet processing interval (in ms)
 dashButtonPacketIntervalDescription = Often a single button press is recognized multiple times. You can specify how long any further detected button pressed should be ignored after one click is handled (in ms). 
 
 dashButtonPressChannelLabel = Amazon Dash Button press
-dashButtonPressChannelDescription =  Channel for recognizing presses on the Amazon Dash Button
+dashButtonPressChannelDescription = Channel for recognizing presses on the Amazon Dash Button
index 23f2baf6f82ed623ff7e836e3bd06ae70786812f..221b3af6167057dc78d14412434522f44fa39a1c 100644 (file)
@@ -45,19 +45,19 @@ dss_param_trash_delete_desc = Sets the days after the temporary saved digitalSTR
 
 #device
 ge_label = GE-Device (yellow)
-ge_desc =  Represents a digitalSTROM light device.
+ge_desc = Represents a digitalSTROM light device.
 
 sw_label = SW-Device (black)
-sw_desc =  Represents a digitalSTROM joker device.
+sw_desc = Represents a digitalSTROM joker device.
 
 gr_label = GR-Device (gray)
-gr_desc =  Represents a digitalSTROM shade device.
+gr_desc = Represents a digitalSTROM shade device.
 
 bl_label = BL-Device (gray)
-bl_desc =  Represents a digitalSTROM heating device.
+bl_desc = Represents a digitalSTROM heating device.
 
 dsisens200_label = dS-iSens200-Device 
-dsisens200_desc =  Represents the digitalSTROM sensor device dS-iSens200 for indoor temperature and relative humidity.
+dsisens200_desc = Represents the digitalSTROM sensor device dS-iSens200 for indoor temperature and relative humidity.
 
 circuit_label = digitalSTROM-Meter
 circuit_desc = The digitalSTROM-Meter represents a circuit and indicates active power, electric meter and consumption values.
@@ -157,7 +157,7 @@ active_power_desc = This channel indicates the current active power in Watt (W)
 output_current_label = Output current
 output_current_desc = This channel indicates the current output current in milliampere (mA) of the device.
 
-electric_meter_label =  Electric meter
+electric_meter_label = Electric meter
 electric_meter_desc  = This channel indicates the current electric meter in kilowatt hours (kWh) of the device.
 
 temperature_indoors_label = Temperature indoors
@@ -370,7 +370,7 @@ binary_input_smoke_label = Smoke sensor
 binary_input_smoke_desc = Will be activated, if smoke is detected.
 
 binary_input_wind_strenght_above_limit_label = Wind guardian
-binary_input_wind_strenght_above_limit_desc =  Will be activated, if wind strength is above a user adjusted limit.
+binary_input_wind_strenght_above_limit_desc = Will be activated, if wind strength is above a user adjusted limit.
 
 binary_input_rain_label = Rain sensor
 binary_input_rain_desc = Will be activated, if rain is detected.
index 829c1e1cf310e1e4b0ff2ab69be2cc53c127915c..e9b55b6b20b3f3f816870a92c7d495abffbd834b 100644 (file)
@@ -1,6 +1,6 @@
 # binding
 binding.pixometer.name = Pixometer Binding
-binding.pixometer.description =  This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account.
+binding.pixometer.description = This binding can connect to the Pixometer.io API and accesses meters and measurement data from the connected account.
 
 # thing types
 thing-type.pixometer.account.label = Pixometer Account
@@ -38,7 +38,7 @@ channel-type.pixometer.last_reading_value.label = Reading Value
 channel-type.pixometer.last_reading_value.description = Value of the last reading that has been made with pixometer.
 
 channel-type.pixometer.last_reading_date.label = Reading Date
-channel-type.pixometer.last_reading_date.description =  Date of the last reading that has been made with pixometer.
+channel-type.pixometer.last_reading_date.description = Date of the last reading that has been made with pixometer.
 
 channel-type.pixometer.last_refresh_date.label = Refresh Date
 channel-type.pixometer.last_refresh_date.description = Date of the last time the Api has been refreshed.