From: Wouter Born Date: Sun, 5 Dec 2021 19:14:44 +0000 (+0100) Subject: Rename English i18n properties to follow Crowdin naming conventions (#11709) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=b097463d7e9a10c0b0b6a893c2cb5494bf39e622;p=openhab-addons.git Rename English i18n properties to follow Crowdin naming conventions (#11709) This allows these files to be used for creating translations with Crowdin. Signed-off-by: Wouter Born --- diff --git a/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties b/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties new file mode 100644 index 0000000000..23f2baf6f8 --- /dev/null +++ b/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom.properties @@ -0,0 +1,409 @@ +# binding +binding_name = digitalSTROM-Binding +binding_desc = The digitalSTROM-Binding integrates the digitalSTROM-System and allows to control the included devices and call scenes. + +#dss-bridge +dSS_label = digitalSTROM-Server +dSS_desc = The digitalSTROM-Server represents an interface to the digitalSTROM-System. +#group-parms +dss_param_group_connection_label = Connection configuration +dss_param_group_connection_desc = Sets the configuration to establish the connection to the digitalSTROM-Server. + +dss_param_group_general_label = General configuration +dss_param_group_general_desc = Here you can configure some general parameters. + +dss_param_group_info_label = Server information +dss_param_group_info_desc = Shows information of the digitalSTROM-Server. + +#parameters +dss_param_app_token_label = Application-Token +dss_param_app_token_desc = The Application-Token to authenticate to the digitalSTROM-Server. + +dss_param_ip_address_label = Network address +dss_param_ip_address_desc = Network address of the digitalSTROM-Server. Note: If the host dosen't use the default port (8080), the port has to be set after the host name. e.g. my-digitalSTROM-Server.com:58080 + +dss_param_username_label = User name +dss_param_username_desc = Name of a registered user to authenticate to the digitalSTROM-Server. + +dss_param_password_label = Password +dss_param_password_desc = Password of a registered user to authenticate to the digitalSTROM-Server. + +dss_param_dsid_label = dSID +dss_param_dsid_desc = The unique identifier of a digitalSTROM-Severs. + +dss_param_sensor_inter_label = Sensor update interval +dss_param_sensor_inter_desc = Sets the seconds after the digitalSTROM-device sensor data will be updated. If the priority is higher then 'never'. + +dss_param_total_power_inter_label = Total power update interval +dss_param_total_power_inter_desc = Sets the interval in seconds, after the digitalSTROM total power consumption and total electric meter sensor data will be updated. + +dss_param_sensor_wait_label = Wait time sensor reading +dss_param_sensor_wait_desc = Waiting time between the evaluation of the sensor values and the reading of the scenes in seconds. ATTENTION: digitalSTROM Rule 8 and 9 require a waiting period of 1 minute. Values less than 60 seconds could affect the digitalSTROM system. + +dss_param_trash_delete_label = Days to be slaked trash bin devices +dss_param_trash_delete_desc = Sets the days after the temporary saved digitalSTROM-device configuration from not reachable digitalSTROM-devices get permanently deleted. + +#device +ge_label = GE-Device (yellow) +ge_desc = Represents a digitalSTROM light device. + +sw_label = SW-Device (black) +sw_desc = Represents a digitalSTROM joker device. + +gr_label = GR-Device (gray) +gr_desc = Represents a digitalSTROM shade device. + +bl_label = BL-Device (gray) +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. + +circuit_label = digitalSTROM-Meter +circuit_desc = The digitalSTROM-Meter represents a circuit and indicates active power, electric meter and consumption values. + +#group-parms +device_param_group_info_label = Device information +device_param_group_info_desc = Shows information of the digitalSTROM-device. + +device_param_group_sensor_label = Sensor setup +device_param_group_sensor_desc = Here you can configure the priorities for updating the device sensor values. + +#parms +device_param_active_power_label = Active power refresh priority +device_param_active_power_desc = Sets the refresh priority for the active power sensor value. Can be never, low priority, medium priority or high priority. + +device_param_electric_meter_label = Electric meter refresh priority +device_param_electric_meter_desc = Sets the refresh priority for the electric meter sensor value. Can be never, low priority, medium priority or high priority. + +device_param_output_current_label = Output current refresh priority +device_param_output_current_desc = Sets the refresh priority for the output current sensor value. Can be never, low priority, medium priority or high priority. + +DS_SENSOR_OPTION1 = never +DS_SENSOR_OPTION2 = low +DS_SENSOR_OPTION3 = medium +DS_SENSOR_OPTION4 = high + +#scene +app_scene_label = Apartment-Scene +app_scene_desc = Represents a digitalSTROM Apartment-Scene. + +zone_scene_label = Zone-Scene +zone_scene_desc = Represents a digitalSTROM Zone-Scene. + +group_scene_label = Group-Scene +group_scene_desc = Represents a digitalSTROM Group-Scene. + +named_scene_label = Named-Scene +named_scene_desc = Represents a digitalSTROM Scene, which has a user defined name. + +#parms +param_scene_zone_id_label = Zone ID or name +param_scene_zone_id_desc = The zone id or zone name of the called scene. 0 or empty is broadcast to all. + +param_scene_group_id_label = Group ID or name +param_scene_group_id_desc = The group id or group name of the called scene. 0 or empty is broadcast to all. + +param_scene_id_label = Scene ID +param_scene_id_desc = The call scene ID or scene name, e.g. preset 1 for scene ID 5. Callable scenes are from 0 to 126. + +# dynamic channel building +light_dimmer_label = Light dimmer +light_dimmer_desc = The brightness channel allows to dimm a light device. + +light_switch_label = Light switch +light_switch_desc = The light switch channel allows to turn a light device on or off. + +shade_label = Position control +shade_desc = The position control channel allows to control the relative position in percent e.g. of rollershutters or awnings. + +shade_angle_label = Slat control +shade_angle_desc = The slat control channel allows to control the relative slat position in percent of blinds. + +general_dimmer_label = Device power control +general_dimmer_desc = The device power control channel allows to control the power of a device e.g. a ceiling fan. + +general_switch_label = Device switch +general_switch_desc = The device switch channel allows to turn a device on or off e.g. a HIFI-System. + +light_2_stage_label = 2 stage light switch +light_2_stage_desc = The 2 stage lightswitch channel allows to turn both relais of the device on or off or switch only 1 of the both relais on or off. + +light_3_stage_label = 3 stage light switch +light_3_stage_desc = The 3 stage light channel allows to turn both relais of the device on or off or switch both relais of the device separated from each other on or off. + +general_2_stage_label = 2 stage device switch +general_2_stage_desc = The 2 stage device switch channel allows to turn both relais of the device on or off or switch only 1 of the both relais on or off. + +general_3_stage_label = 3 stage device switch +general_3_stage_desc = The 3 stage device channel allows to turn both relais of the device on or off or switch both relais of the device separated from each other on or off. + +scene_label = Scene +scene_desc = The scene channel allows to call or undo a scene from digitalSTROM. + +heating_switch_label = Heating Switch +heating_switch_desc = The heating switch channel allows to turn a heating device on or off. + +heating_dimmer_label = heating dimmer +heating_dimmer_desc = The heating dimmer channel allows to control the value in percent of heating valve. + +heating_temperature_controlled_label = Heating temperature controlled +heating_temperature_controlled_desc = The heating temperature controlled channel allows to control the temperature through the digitalSTROM automatics. + +#dynamic sensor channel building +active_power_label = Active power +active_power_desc = This channel indicates the current active power in Watt (W) of the device. + +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_desc = This channel indicates the current electric meter in kilowatt hours (kWh) of the device. + +temperature_indoors_label = Temperature indoors +temperature_indoors_desc = This channel indicates the current temperature indoors in Celsius (°C) of the device. + +temperature_outdoors_label = Temperature outdoors +temperature_outdoors_desc = This channel indicates the current temperature outdoors in Celsius (°C) of the device. + +brightness_indoors_label = Brightness indoors +brightness_indoors_desc = This channel indicates the current brightness indoors in Lux (Lx) of the device. + +brightness_outdoors_label = Brightness outdoors +brightness_outdoors_desc = This channel indicates the current brightness outdoors in Lux (Lx) of the device. + +relative_humidity_indoors_label = Relative humidity indoors +relative_humidity_indoors_desc = This channel indicates the current relative humidity indoors in percent of the device. + +relative_humidity_outdoors_label = Relative humidity outdoors +relative_humidity_outdoors_desc = This channel indicates the current relative humidity outdoors in percent of the device. + +air_pressure_label = Air pressure +air_pressure_desc = This channel indicates the current relative humidity outdoors in hectopscal (hPa bzw. mbar) of the device. + +wind_speed_label = Wind speed +wind_speed_desc = This channel indicates the current wind speed in m/s of the device. + +wind_direction_label = Wind direction +wind_direction_desc = This channel indicates the current wind direction in degree of the device. + +precipitation_label = Precipitation +precipitation_desc = This channel indicates the current precipitation in milliliter per square meter of the device. + +carbon_dioxide_label = Carbon dioxide +carbon_dioxide_desc = This channel indicates the current carbon dioxide in parts per million of the device. + +sound_pressure_level_label = Sound pressure level +sound_pressure_level_desc = This channel indicates the current carbon dioxide in Dezibel (dB) of the device. + +room_temperation_set_point_label = Room temperation set point +room_temperation_set_point_desc = This channel indicates the current room temperation set point in Celsius (°C) of the device. + +room_temperation_control_variable_label = Room temperation control variable +room_temperation_control_variable_desc = This channel indicates the current room temperation control variable in Celsius (°C) of the device. + +output_current_h_label = Output current high +output_current_h_label = This channel indicates the current room temperation control variable in milliamper (mA) of the device. + +power_consumption_label = Power consumption +power_consumption_label = This channel indicates the current room temperation control variable in volt-ampere (VA) of the device. + +#dynamic metering channel building + +energy_Wh_label = Electric meter kWh +energy_Wh_desc = This channel indicates the current electric meter in kilowatt hours (kWh) of all connected devices of this circuit. + +energy_Ws_label = Electric meter Ws +energy_Ws_desc = This channel indicates the current electric meter in watt seconds (Ws) of all connected devices of this circuit. + +consumption_Wh_label = Active power +consumption_Wh_desc = This channel indicates the current total active power in Watt (W) of all connected devices of this circuit. + +total_energy_Wh_label = Electric meter kWh +total_energy_Wh_desc = This channel indicates the current total electric meter in kilowatt hours (kWh) of all connected circuits of the digitalSTROM-System. + +total_energy_Ws_label = Electric meter Ws +total_energy_Ws_desc =This channel indicates the current total electric meter in watt seconds (Ws) of all connected circuits of the digitalSTROM-System. + +total_consumption_Wh_label = Total active power +total_consumption_Wh_desc = This channel indicates the current total active power in Watt (W) of all connected circuits to the digitalSTROM-System. + +# zone temperature control + +zoneTemperatureControl_label = Temperature control +zoneTemperatureControl_desc = Control of the target temperature of a zone/room. + +zoneTemperatureControl_parm_zoneID_label = Zone ID or name +zoneTemperatureControl_parm_zoneID_desc = The zone id or zone name of the temperature controlled zone. + +#units +watt = watt +ampere = ampere +kilowatt_hours = kilowatt hours +kelvin = kelvin +lux = lux +percent = percent +pascal = pascal +meters_per_second = meters per second +degrees = degrees +millimeter_per_square_meter = millimeter per square meter +parts_per_million = parts per million +decibel = decibel +volt_ampere = volt-ampere +degrees_celsius = degrees celsius + +#Tags +DS = digitalSTROM +YELLOW = yellow +BLACK = black +JOKER = joker +GREY = grey +LIGHT = light +SHADE_TAG = shade +#ACTIVE_POWER = active power +#ELECTRIC_METER = electric meter +#OUTPUT_CURRENT = output current +#POWER_CONSUMPTION = power consumption +UMR = umr +SCENE = scene + +#stage options +general_stage_opt_0 = both relais off +general_stage_opt_200 = both relais on +general_stage_opt_90 = first relais on +general_stage_opt_130 = second relais on + +light_stage_opt_0 = both/all lights off +light_stage_opt_200 = both/all lights on +light_stage_opt_90 = first light(s) on +light_stage_opt_130 = second light(s) on + +#scene options +#areas +AREA_1_OFF = Area 1 Off +AREA_1_ON = Area 1 On + +AREA_2_OFF = Area 2 Off +AREA_2_ON = Area 2 On + +AREA_3_OFF = Area 3 Off +AREA_3_ON = Area 3 On + +AREA_4_OFF = Area 4 Off +AREA_4_ON = Area 4 On + +#presets +PRESET_0 = Preset 0 (Default: Off) +PRESET_1 = Preset 1 (Default: On) +PRESET_2 = Preset 2 +PRESET_3 = Preset 3 +PRESET_4 = Preset 4 + +PRESET_10 = Preset 10 (Default: Off) +PRESET_11 = Preset 11 (Default: On) +PRESET_12 = Preset 12 +PRESET_13 = Preset 13 +PRESET_14 = Preset 14 + +PRESET_20 = Preset 20 (Default: Off) +PRESET_21 = Preset 21 (Default: On) +PRESET_22 = Preset 22 +PRESET_23 = Preset 23 +PRESET_24 = Preset 24 + +PRESET_30 = Preset 30 (Default: Off) +PRESET_31 = Preset 31 (Default: On) +PRESET_32 = Preset 32 +PRESET_33 = Preset 33 +PRESET_34 = Preset 34 + +PRESET_40 = Preset 40 (Default: Off) +PRESET_41 = Preset 41 (Default: On) +PRESET_42 = Preset 42 +PRESET_43 = Preset 43 +PRESET_44 = Preset 44 + +#goup scenes +AUTO_OFF = Fade off + + #group independent scene commands +DEEP_OFF = Deep Off +STANDBY = Standby +ABSENT = Leaving Home +PRESENT = Coming Home +SLEEPING = Sleeping +WAKEUP = Wake Up +DOOR_BELL = Door Bell +PANIC = Panic +FIRE = Fire +ALARM_1 = Alarm 1 +ALARM_2 = Alarm 2 +ALARM_3 = Alarm 3 +ALARM_4 = Alarm 4 +WIND = Wind +NO_WIND = No Wind +RAIN = Rain +NO_RAIN = No Rain +HAIL = Hail +NO_HAIL = No Hail + +# binary inputs +binary_input_presence_label = Presence sensor +binary_input_presence_desc = Will be activated, if a presence is detected. + +binary_input_brightness_label = Brightness sensor +binary_input_brightness_desc = Will be activated, if the brightness is higher than a setted value. + +binary_input_presence_in_darkness_label = Presence in darkness sensor +binary_input_presence_in_darkness_desc = Will be activated, if a presence is detected. Sensor has a integrated twilight sensor. + +binary_input_twilight_label = Twilight sensor +binary_input_twilight_desc = Will be activated by twilight. + +binary_input_motion_label = Motion sensor +binary_input_motion_desc = Will be activated, if a motion is detected. + +binary_input_motion_in_darkness_label = Motion in darkness sensor +binary_input_motion_in_darkness_desc = Will be activated, if a motion is detected. Sensor has a integrated twilight sensor. + +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_rain_label = Rain sensor +binary_input_rain_desc = Will be activated, if rain is detected. + +binary_input_sun_radiation_label = Sun radiation sensor +binary_input_sun_radiation_desc = Will be activated, if the sun light is above threshold. + +binary_input_temperation_below_limit_label = Temperature below limit sensor +binary_input_temperation_below_limit_desc = Will be activated, if the temperature is below a limit. + +binary_input_battery_status_is_low_label = Battery status is low sensor +binary_input_battery_status_is_low_desc = Will be activated, if the battery status is low. + +binary_input_window_is_open_label = Window is open sensor +binary_input_window_is_open_desc = Will be activated, if a window is open. + +binary_input_door_is_open_label = Door is open sensor +binary_input_door_is_open_desc = Will be activated, if a door is open. + +binary_input_window_is_tilted_label = Window is tilted sensor +binary_input_window_is_tilted_desc = Will be activated, if a window is tilted. + +binary_input_garage_door_is_open_label = Garage door is open sensor +binary_input_garage_door_is_open_desc = Will be activated, if a garage door is open. + +binary_input_sun_protection_label = Sun protection sensor +binary_input_sun_protection_desc = Will be activated, if the sun light is too heavy. + +binary_input_frost_label = Frost sensor +binary_input_frost_desc = Will be activated by frost. + +binary_input_heating_operation_on_off_label = Heating operation on/off sensor +binary_input_heating_operation_on_off_desc = Will be activated, if heating operation is on, otherwise it will be deactivated. + +binary_input_change_over_heating_cooling_label = Change over heating cooling sensor +binary_input_change_over_heating_cooling_desc = Will be activated, if heating is activated, otherwise cooling is activated. diff --git a/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom_en.properties b/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom_en.properties deleted file mode 100644 index 23f2baf6f8..0000000000 --- a/bundles/org.openhab.binding.digitalstrom/src/main/resources/OH-INF/i18n/digitalstrom_en.properties +++ /dev/null @@ -1,409 +0,0 @@ -# binding -binding_name = digitalSTROM-Binding -binding_desc = The digitalSTROM-Binding integrates the digitalSTROM-System and allows to control the included devices and call scenes. - -#dss-bridge -dSS_label = digitalSTROM-Server -dSS_desc = The digitalSTROM-Server represents an interface to the digitalSTROM-System. -#group-parms -dss_param_group_connection_label = Connection configuration -dss_param_group_connection_desc = Sets the configuration to establish the connection to the digitalSTROM-Server. - -dss_param_group_general_label = General configuration -dss_param_group_general_desc = Here you can configure some general parameters. - -dss_param_group_info_label = Server information -dss_param_group_info_desc = Shows information of the digitalSTROM-Server. - -#parameters -dss_param_app_token_label = Application-Token -dss_param_app_token_desc = The Application-Token to authenticate to the digitalSTROM-Server. - -dss_param_ip_address_label = Network address -dss_param_ip_address_desc = Network address of the digitalSTROM-Server. Note: If the host dosen't use the default port (8080), the port has to be set after the host name. e.g. my-digitalSTROM-Server.com:58080 - -dss_param_username_label = User name -dss_param_username_desc = Name of a registered user to authenticate to the digitalSTROM-Server. - -dss_param_password_label = Password -dss_param_password_desc = Password of a registered user to authenticate to the digitalSTROM-Server. - -dss_param_dsid_label = dSID -dss_param_dsid_desc = The unique identifier of a digitalSTROM-Severs. - -dss_param_sensor_inter_label = Sensor update interval -dss_param_sensor_inter_desc = Sets the seconds after the digitalSTROM-device sensor data will be updated. If the priority is higher then 'never'. - -dss_param_total_power_inter_label = Total power update interval -dss_param_total_power_inter_desc = Sets the interval in seconds, after the digitalSTROM total power consumption and total electric meter sensor data will be updated. - -dss_param_sensor_wait_label = Wait time sensor reading -dss_param_sensor_wait_desc = Waiting time between the evaluation of the sensor values and the reading of the scenes in seconds. ATTENTION: digitalSTROM Rule 8 and 9 require a waiting period of 1 minute. Values less than 60 seconds could affect the digitalSTROM system. - -dss_param_trash_delete_label = Days to be slaked trash bin devices -dss_param_trash_delete_desc = Sets the days after the temporary saved digitalSTROM-device configuration from not reachable digitalSTROM-devices get permanently deleted. - -#device -ge_label = GE-Device (yellow) -ge_desc = Represents a digitalSTROM light device. - -sw_label = SW-Device (black) -sw_desc = Represents a digitalSTROM joker device. - -gr_label = GR-Device (gray) -gr_desc = Represents a digitalSTROM shade device. - -bl_label = BL-Device (gray) -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. - -circuit_label = digitalSTROM-Meter -circuit_desc = The digitalSTROM-Meter represents a circuit and indicates active power, electric meter and consumption values. - -#group-parms -device_param_group_info_label = Device information -device_param_group_info_desc = Shows information of the digitalSTROM-device. - -device_param_group_sensor_label = Sensor setup -device_param_group_sensor_desc = Here you can configure the priorities for updating the device sensor values. - -#parms -device_param_active_power_label = Active power refresh priority -device_param_active_power_desc = Sets the refresh priority for the active power sensor value. Can be never, low priority, medium priority or high priority. - -device_param_electric_meter_label = Electric meter refresh priority -device_param_electric_meter_desc = Sets the refresh priority for the electric meter sensor value. Can be never, low priority, medium priority or high priority. - -device_param_output_current_label = Output current refresh priority -device_param_output_current_desc = Sets the refresh priority for the output current sensor value. Can be never, low priority, medium priority or high priority. - -DS_SENSOR_OPTION1 = never -DS_SENSOR_OPTION2 = low -DS_SENSOR_OPTION3 = medium -DS_SENSOR_OPTION4 = high - -#scene -app_scene_label = Apartment-Scene -app_scene_desc = Represents a digitalSTROM Apartment-Scene. - -zone_scene_label = Zone-Scene -zone_scene_desc = Represents a digitalSTROM Zone-Scene. - -group_scene_label = Group-Scene -group_scene_desc = Represents a digitalSTROM Group-Scene. - -named_scene_label = Named-Scene -named_scene_desc = Represents a digitalSTROM Scene, which has a user defined name. - -#parms -param_scene_zone_id_label = Zone ID or name -param_scene_zone_id_desc = The zone id or zone name of the called scene. 0 or empty is broadcast to all. - -param_scene_group_id_label = Group ID or name -param_scene_group_id_desc = The group id or group name of the called scene. 0 or empty is broadcast to all. - -param_scene_id_label = Scene ID -param_scene_id_desc = The call scene ID or scene name, e.g. preset 1 for scene ID 5. Callable scenes are from 0 to 126. - -# dynamic channel building -light_dimmer_label = Light dimmer -light_dimmer_desc = The brightness channel allows to dimm a light device. - -light_switch_label = Light switch -light_switch_desc = The light switch channel allows to turn a light device on or off. - -shade_label = Position control -shade_desc = The position control channel allows to control the relative position in percent e.g. of rollershutters or awnings. - -shade_angle_label = Slat control -shade_angle_desc = The slat control channel allows to control the relative slat position in percent of blinds. - -general_dimmer_label = Device power control -general_dimmer_desc = The device power control channel allows to control the power of a device e.g. a ceiling fan. - -general_switch_label = Device switch -general_switch_desc = The device switch channel allows to turn a device on or off e.g. a HIFI-System. - -light_2_stage_label = 2 stage light switch -light_2_stage_desc = The 2 stage lightswitch channel allows to turn both relais of the device on or off or switch only 1 of the both relais on or off. - -light_3_stage_label = 3 stage light switch -light_3_stage_desc = The 3 stage light channel allows to turn both relais of the device on or off or switch both relais of the device separated from each other on or off. - -general_2_stage_label = 2 stage device switch -general_2_stage_desc = The 2 stage device switch channel allows to turn both relais of the device on or off or switch only 1 of the both relais on or off. - -general_3_stage_label = 3 stage device switch -general_3_stage_desc = The 3 stage device channel allows to turn both relais of the device on or off or switch both relais of the device separated from each other on or off. - -scene_label = Scene -scene_desc = The scene channel allows to call or undo a scene from digitalSTROM. - -heating_switch_label = Heating Switch -heating_switch_desc = The heating switch channel allows to turn a heating device on or off. - -heating_dimmer_label = heating dimmer -heating_dimmer_desc = The heating dimmer channel allows to control the value in percent of heating valve. - -heating_temperature_controlled_label = Heating temperature controlled -heating_temperature_controlled_desc = The heating temperature controlled channel allows to control the temperature through the digitalSTROM automatics. - -#dynamic sensor channel building -active_power_label = Active power -active_power_desc = This channel indicates the current active power in Watt (W) of the device. - -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_desc = This channel indicates the current electric meter in kilowatt hours (kWh) of the device. - -temperature_indoors_label = Temperature indoors -temperature_indoors_desc = This channel indicates the current temperature indoors in Celsius (°C) of the device. - -temperature_outdoors_label = Temperature outdoors -temperature_outdoors_desc = This channel indicates the current temperature outdoors in Celsius (°C) of the device. - -brightness_indoors_label = Brightness indoors -brightness_indoors_desc = This channel indicates the current brightness indoors in Lux (Lx) of the device. - -brightness_outdoors_label = Brightness outdoors -brightness_outdoors_desc = This channel indicates the current brightness outdoors in Lux (Lx) of the device. - -relative_humidity_indoors_label = Relative humidity indoors -relative_humidity_indoors_desc = This channel indicates the current relative humidity indoors in percent of the device. - -relative_humidity_outdoors_label = Relative humidity outdoors -relative_humidity_outdoors_desc = This channel indicates the current relative humidity outdoors in percent of the device. - -air_pressure_label = Air pressure -air_pressure_desc = This channel indicates the current relative humidity outdoors in hectopscal (hPa bzw. mbar) of the device. - -wind_speed_label = Wind speed -wind_speed_desc = This channel indicates the current wind speed in m/s of the device. - -wind_direction_label = Wind direction -wind_direction_desc = This channel indicates the current wind direction in degree of the device. - -precipitation_label = Precipitation -precipitation_desc = This channel indicates the current precipitation in milliliter per square meter of the device. - -carbon_dioxide_label = Carbon dioxide -carbon_dioxide_desc = This channel indicates the current carbon dioxide in parts per million of the device. - -sound_pressure_level_label = Sound pressure level -sound_pressure_level_desc = This channel indicates the current carbon dioxide in Dezibel (dB) of the device. - -room_temperation_set_point_label = Room temperation set point -room_temperation_set_point_desc = This channel indicates the current room temperation set point in Celsius (°C) of the device. - -room_temperation_control_variable_label = Room temperation control variable -room_temperation_control_variable_desc = This channel indicates the current room temperation control variable in Celsius (°C) of the device. - -output_current_h_label = Output current high -output_current_h_label = This channel indicates the current room temperation control variable in milliamper (mA) of the device. - -power_consumption_label = Power consumption -power_consumption_label = This channel indicates the current room temperation control variable in volt-ampere (VA) of the device. - -#dynamic metering channel building - -energy_Wh_label = Electric meter kWh -energy_Wh_desc = This channel indicates the current electric meter in kilowatt hours (kWh) of all connected devices of this circuit. - -energy_Ws_label = Electric meter Ws -energy_Ws_desc = This channel indicates the current electric meter in watt seconds (Ws) of all connected devices of this circuit. - -consumption_Wh_label = Active power -consumption_Wh_desc = This channel indicates the current total active power in Watt (W) of all connected devices of this circuit. - -total_energy_Wh_label = Electric meter kWh -total_energy_Wh_desc = This channel indicates the current total electric meter in kilowatt hours (kWh) of all connected circuits of the digitalSTROM-System. - -total_energy_Ws_label = Electric meter Ws -total_energy_Ws_desc =This channel indicates the current total electric meter in watt seconds (Ws) of all connected circuits of the digitalSTROM-System. - -total_consumption_Wh_label = Total active power -total_consumption_Wh_desc = This channel indicates the current total active power in Watt (W) of all connected circuits to the digitalSTROM-System. - -# zone temperature control - -zoneTemperatureControl_label = Temperature control -zoneTemperatureControl_desc = Control of the target temperature of a zone/room. - -zoneTemperatureControl_parm_zoneID_label = Zone ID or name -zoneTemperatureControl_parm_zoneID_desc = The zone id or zone name of the temperature controlled zone. - -#units -watt = watt -ampere = ampere -kilowatt_hours = kilowatt hours -kelvin = kelvin -lux = lux -percent = percent -pascal = pascal -meters_per_second = meters per second -degrees = degrees -millimeter_per_square_meter = millimeter per square meter -parts_per_million = parts per million -decibel = decibel -volt_ampere = volt-ampere -degrees_celsius = degrees celsius - -#Tags -DS = digitalSTROM -YELLOW = yellow -BLACK = black -JOKER = joker -GREY = grey -LIGHT = light -SHADE_TAG = shade -#ACTIVE_POWER = active power -#ELECTRIC_METER = electric meter -#OUTPUT_CURRENT = output current -#POWER_CONSUMPTION = power consumption -UMR = umr -SCENE = scene - -#stage options -general_stage_opt_0 = both relais off -general_stage_opt_200 = both relais on -general_stage_opt_90 = first relais on -general_stage_opt_130 = second relais on - -light_stage_opt_0 = both/all lights off -light_stage_opt_200 = both/all lights on -light_stage_opt_90 = first light(s) on -light_stage_opt_130 = second light(s) on - -#scene options -#areas -AREA_1_OFF = Area 1 Off -AREA_1_ON = Area 1 On - -AREA_2_OFF = Area 2 Off -AREA_2_ON = Area 2 On - -AREA_3_OFF = Area 3 Off -AREA_3_ON = Area 3 On - -AREA_4_OFF = Area 4 Off -AREA_4_ON = Area 4 On - -#presets -PRESET_0 = Preset 0 (Default: Off) -PRESET_1 = Preset 1 (Default: On) -PRESET_2 = Preset 2 -PRESET_3 = Preset 3 -PRESET_4 = Preset 4 - -PRESET_10 = Preset 10 (Default: Off) -PRESET_11 = Preset 11 (Default: On) -PRESET_12 = Preset 12 -PRESET_13 = Preset 13 -PRESET_14 = Preset 14 - -PRESET_20 = Preset 20 (Default: Off) -PRESET_21 = Preset 21 (Default: On) -PRESET_22 = Preset 22 -PRESET_23 = Preset 23 -PRESET_24 = Preset 24 - -PRESET_30 = Preset 30 (Default: Off) -PRESET_31 = Preset 31 (Default: On) -PRESET_32 = Preset 32 -PRESET_33 = Preset 33 -PRESET_34 = Preset 34 - -PRESET_40 = Preset 40 (Default: Off) -PRESET_41 = Preset 41 (Default: On) -PRESET_42 = Preset 42 -PRESET_43 = Preset 43 -PRESET_44 = Preset 44 - -#goup scenes -AUTO_OFF = Fade off - - #group independent scene commands -DEEP_OFF = Deep Off -STANDBY = Standby -ABSENT = Leaving Home -PRESENT = Coming Home -SLEEPING = Sleeping -WAKEUP = Wake Up -DOOR_BELL = Door Bell -PANIC = Panic -FIRE = Fire -ALARM_1 = Alarm 1 -ALARM_2 = Alarm 2 -ALARM_3 = Alarm 3 -ALARM_4 = Alarm 4 -WIND = Wind -NO_WIND = No Wind -RAIN = Rain -NO_RAIN = No Rain -HAIL = Hail -NO_HAIL = No Hail - -# binary inputs -binary_input_presence_label = Presence sensor -binary_input_presence_desc = Will be activated, if a presence is detected. - -binary_input_brightness_label = Brightness sensor -binary_input_brightness_desc = Will be activated, if the brightness is higher than a setted value. - -binary_input_presence_in_darkness_label = Presence in darkness sensor -binary_input_presence_in_darkness_desc = Will be activated, if a presence is detected. Sensor has a integrated twilight sensor. - -binary_input_twilight_label = Twilight sensor -binary_input_twilight_desc = Will be activated by twilight. - -binary_input_motion_label = Motion sensor -binary_input_motion_desc = Will be activated, if a motion is detected. - -binary_input_motion_in_darkness_label = Motion in darkness sensor -binary_input_motion_in_darkness_desc = Will be activated, if a motion is detected. Sensor has a integrated twilight sensor. - -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_rain_label = Rain sensor -binary_input_rain_desc = Will be activated, if rain is detected. - -binary_input_sun_radiation_label = Sun radiation sensor -binary_input_sun_radiation_desc = Will be activated, if the sun light is above threshold. - -binary_input_temperation_below_limit_label = Temperature below limit sensor -binary_input_temperation_below_limit_desc = Will be activated, if the temperature is below a limit. - -binary_input_battery_status_is_low_label = Battery status is low sensor -binary_input_battery_status_is_low_desc = Will be activated, if the battery status is low. - -binary_input_window_is_open_label = Window is open sensor -binary_input_window_is_open_desc = Will be activated, if a window is open. - -binary_input_door_is_open_label = Door is open sensor -binary_input_door_is_open_desc = Will be activated, if a door is open. - -binary_input_window_is_tilted_label = Window is tilted sensor -binary_input_window_is_tilted_desc = Will be activated, if a window is tilted. - -binary_input_garage_door_is_open_label = Garage door is open sensor -binary_input_garage_door_is_open_desc = Will be activated, if a garage door is open. - -binary_input_sun_protection_label = Sun protection sensor -binary_input_sun_protection_desc = Will be activated, if the sun light is too heavy. - -binary_input_frost_label = Frost sensor -binary_input_frost_desc = Will be activated by frost. - -binary_input_heating_operation_on_off_label = Heating operation on/off sensor -binary_input_heating_operation_on_off_desc = Will be activated, if heating operation is on, otherwise it will be deactivated. - -binary_input_change_over_heating_cooling_label = Change over heating cooling sensor -binary_input_change_over_heating_cooling_desc = Will be activated, if heating is activated, otherwise cooling is activated. diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties new file mode 100644 index 0000000000..16879e0480 --- /dev/null +++ b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr.properties @@ -0,0 +1,32 @@ +# Text used in the source code. + +# meter kind names +meterKind.invalid.label = Invalid Meter +meterKind.device.label = Generic DSMR Device +meterKind.main_electricity.label = Main Electricity Meter +meterKind.gas.label = Gas Meter +meterKind.heating.label = Heating Meter +meterKind.cooling.label = Cooling Meter +meterKind.water.label = Water Meter +meterKind.generic.label = Generic Meter +meterKind.gj.label = GJ Meter +meterKind.m3.label = M3 Meter +meterKind.slave_electricity1.label = Slave Electricity Meter +meterKind.slave_electricity2.label = Slave Electricity Meter 2 + +# Connector error messages +error.bridge.nodata = Not receiving data from meter. +error.configuration.invalidmetertype = The thing could not be initialized. Delete and re-add thing if the problem persists. +error.configuration.invalidsmartykey = The given Smarty decyption key is to short. The decyption key must be 32 characters long. +error.thing.nodata = Not receiving data from meter. +error.connector.dont_exists = Serial port does not exist. +error.connector.in_use = Serial port is already in use. +error.connector.internal_error = Unexpected error, possible bug. Please report. +error.connector.not_compatible = Serial port is not compatible. +error.connector.read_error = Read error. + +# thing types +thing-type.dsmr.dsmrBridge.label = Smart Meter +thing-type.dsmr.dsmrBridge.description = The Dutch Smart Meter (DSMR) +thing-type.dsmr.smartyBridge.label = Smarty Meter +thing-type.dsmr.smartyBridge.description = The Luxembourgian Smart Meter 'Smarty' diff --git a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr_en.properties b/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr_en.properties deleted file mode 100644 index 16879e0480..0000000000 --- a/bundles/org.openhab.binding.dsmr/src/main/resources/OH-INF/i18n/dsmr_en.properties +++ /dev/null @@ -1,32 +0,0 @@ -# Text used in the source code. - -# meter kind names -meterKind.invalid.label = Invalid Meter -meterKind.device.label = Generic DSMR Device -meterKind.main_electricity.label = Main Electricity Meter -meterKind.gas.label = Gas Meter -meterKind.heating.label = Heating Meter -meterKind.cooling.label = Cooling Meter -meterKind.water.label = Water Meter -meterKind.generic.label = Generic Meter -meterKind.gj.label = GJ Meter -meterKind.m3.label = M3 Meter -meterKind.slave_electricity1.label = Slave Electricity Meter -meterKind.slave_electricity2.label = Slave Electricity Meter 2 - -# Connector error messages -error.bridge.nodata = Not receiving data from meter. -error.configuration.invalidmetertype = The thing could not be initialized. Delete and re-add thing if the problem persists. -error.configuration.invalidsmartykey = The given Smarty decyption key is to short. The decyption key must be 32 characters long. -error.thing.nodata = Not receiving data from meter. -error.connector.dont_exists = Serial port does not exist. -error.connector.in_use = Serial port is already in use. -error.connector.internal_error = Unexpected error, possible bug. Please report. -error.connector.not_compatible = Serial port is not compatible. -error.connector.read_error = Read error. - -# thing types -thing-type.dsmr.dsmrBridge.label = Smart Meter -thing-type.dsmr.dsmrBridge.description = The Dutch Smart Meter (DSMR) -thing-type.dsmr.smartyBridge.label = Smarty Meter -thing-type.dsmr.smartyBridge.description = The Luxembourgian Smart Meter 'Smarty' diff --git a/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase.properties b/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase.properties new file mode 100644 index 0000000000..db42ff05d5 --- /dev/null +++ b/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase.properties @@ -0,0 +1,80 @@ +error.nodata=No Data +envoy.global.ok=Normal + +envoy.cond_flags.acb_ctrl.bmuhardwareerror=BMU Hardware Error +envoy.cond_flags.acb_ctrl.bmuimageerror=BMU Image Error +envoy.cond_flags.acb_ctrl.bmumaxcurrentwarning=BMU Max Current Warning +envoy.cond_flags.acb_ctrl.bmusenseerror=BMU Sense Error + +envoy.cond_flags.acb_ctrl.cellmaxtemperror=Cell Max Temperature Error +envoy.cond_flags.acb_ctrl.cellmaxtempwarning=Cell Max Temperature Warning +envoy.cond_flags.acb_ctrl.cellmaxvoltageerror=Cell Max Voltage Error +envoy.cond_flags.acb_ctrl.cellmaxvoltagewarning=Cell Max Voltage Warning +envoy.cond_flags.acb_ctrl.cellmintemperror=Cell Min Temperature Error +envoy.cond_flags.acb_ctrl.cellmintempwarning=Cell Min Temperature Warning +envoy.cond_flags.acb_ctrl.cellminvoltageerror=Cell Min Voltage Error +envoy.cond_flags.acb_ctrl.cellminvoltagewarning=Cell Min Voltage Warning +envoy.cond_flags.acb_ctrl.cibcanerror=CIB CAN Error +envoy.cond_flags.acb_ctrl.cibimageerror=CIB Image Error +envoy.cond_flags.acb_ctrl.cibspierror=CIB SPI Error" +envoy.cond_flags.obs_strs.discovering=Discovering +envoy.cond_flags.obs_strs.failure=Failure to report +envoy.cond_flags.obs_strs.flasherror=Flash Error +envoy.cond_flags.obs_strs.notmonitored=Not Monitored +envoy.cond_flags.obs_strs.ok=Normal +envoy.cond_flags.obs_strs.plmerror=PLM Error +envoy.cond_flags.obs_strs.secmodeenterfailure=Secure mode enter failure +envoy.cond_flags.obs_strs.secmodeexitfailure=Secure mode exit failure +envoy.cond_flags.obs_strs.sleeping=Sleeping" + +envoy.cond_flags.pcu_chan.acMonitorError=AC Monitor Error +envoy.cond_flags.pcu_chan.acfrequencyhigh=AC Frequency High +envoy.cond_flags.pcu_chan.acfrequencylow=AC Frequency Low +envoy.cond_flags.pcu_chan.acfrequencyoor=AC Frequency Out Of Range +envoy.cond_flags.pcu_chan.acvoltage_avg_hi=AC Voltage Average High +envoy.cond_flags.pcu_chan.acvoltagehigh=AC Voltage High +envoy.cond_flags.pcu_chan.acvoltagelow=AC Voltage Low +envoy.cond_flags.pcu_chan.acvoltageoor=AC Voltage Out Of Range +envoy.cond_flags.pcu_chan.acvoltageoosp1=AC Voltage Out Of Range - Phase 1 +envoy.cond_flags.pcu_chan.acvoltageoosp2=AC Voltage Out Of Range - Phase 2 +envoy.cond_flags.pcu_chan.acvoltageoosp3=AC Voltage Out Of Range - Phase 3 +envoy.cond_flags.pcu_chan.agfpowerlimiting=AGF Power Limiting +envoy.cond_flags.pcu_chan.dcresistancelow=DC Resistance Low +envoy.cond_flags.pcu_chan.dcresistancelowpoweroff=DC Resistance Low - Power Off +envoy.cond_flags.pcu_chan.dcvoltagetoohigh=DC Voltage Too High +envoy.cond_flags.pcu_chan.dcvoltagetoolow=DC Voltage Too Low +envoy.cond_flags.pcu_chan.dfdt=AC Frequency Changing too Fast +envoy.cond_flags.pcu_chan.gfitripped=GFI Tripped +envoy.cond_flags.pcu_chan.gridgone=Grid Gone +envoy.cond_flags.pcu_chan.gridinstability=Grid Instability +envoy.cond_flags.pcu_chan.gridoffsethi=Grid Offset Hi +envoy.cond_flags.pcu_chan.gridoffsetlow=Grid Offset Low +envoy.cond_flags.pcu_chan.hardwareError=Hardware Error +envoy.cond_flags.pcu_chan.hardwareWarning=Hardware Warning +envoy.cond_flags.pcu_chan.highskiprate=High Skip Rate +envoy.cond_flags.pcu_chan.invalidinterval=Invalid Interval +envoy.cond_flags.pcu_chan.pwrgenoffbycmd=Power generation off by command +envoy.cond_flags.pcu_chan.skippedcycles=Skipped Cycles +envoy.cond_flags.pcu_chan.vreferror=Voltage Ref Error" + +envoy.cond_flags.pcu_ctrl.alertactive=Alert Active +envoy.cond_flags.pcu_ctrl.altpwrgenmode=Alternate Power Generation Mode +envoy.cond_flags.pcu_ctrl.altvfsettings=Alternate Voltage and Frequency Settings +envoy.cond_flags.pcu_ctrl.badflashimage=Bad Flash Image +envoy.cond_flags.pcu_ctrl.bricked=No Grid Profile +envoy.cond_flags.pcu_ctrl.commandedreset=Commanded Reset +envoy.cond_flags.pcu_ctrl.criticaltemperature=Critical Temperature +envoy.cond_flags.pcu_ctrl.dc-pwr-low=DC Power Too Low +envoy.cond_flags.pcu_ctrl.iuplinkproblem=IUP Link Problem +envoy.cond_flags.pcu_ctrl.manutestmode=In Manu Test Mode +envoy.cond_flags.pcu_ctrl.nsync=Grid Perturbation Unsynchronized +envoy.cond_flags.pcu_ctrl.overtemperature=Over Temperature +envoy.cond_flags.pcu_ctrl.poweronreset=Power On Reset +envoy.cond_flags.pcu_ctrl.pwrgenoffbycmd=Power generation off by command +envoy.cond_flags.pcu_ctrl.runningonac=Running on AC +envoy.cond_flags.pcu_ctrl.tpmtest=Transient Grid Profile +envoy.cond_flags.pcu_ctrl.unexpectedreset=Unexpected Reset +envoy.cond_flags.pcu_ctrl.watchdogreset=Watchdog Reset + +envoy.cond_flags.rgm_chan.check_meter=Meter Error +envoy.cond_flags.rgm_chan.power_quality=Poor Power Quality diff --git a/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase_en.properties b/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase_en.properties deleted file mode 100644 index db42ff05d5..0000000000 --- a/bundles/org.openhab.binding.enphase/src/main/resources/OH-INF/i18n/enphase_en.properties +++ /dev/null @@ -1,80 +0,0 @@ -error.nodata=No Data -envoy.global.ok=Normal - -envoy.cond_flags.acb_ctrl.bmuhardwareerror=BMU Hardware Error -envoy.cond_flags.acb_ctrl.bmuimageerror=BMU Image Error -envoy.cond_flags.acb_ctrl.bmumaxcurrentwarning=BMU Max Current Warning -envoy.cond_flags.acb_ctrl.bmusenseerror=BMU Sense Error - -envoy.cond_flags.acb_ctrl.cellmaxtemperror=Cell Max Temperature Error -envoy.cond_flags.acb_ctrl.cellmaxtempwarning=Cell Max Temperature Warning -envoy.cond_flags.acb_ctrl.cellmaxvoltageerror=Cell Max Voltage Error -envoy.cond_flags.acb_ctrl.cellmaxvoltagewarning=Cell Max Voltage Warning -envoy.cond_flags.acb_ctrl.cellmintemperror=Cell Min Temperature Error -envoy.cond_flags.acb_ctrl.cellmintempwarning=Cell Min Temperature Warning -envoy.cond_flags.acb_ctrl.cellminvoltageerror=Cell Min Voltage Error -envoy.cond_flags.acb_ctrl.cellminvoltagewarning=Cell Min Voltage Warning -envoy.cond_flags.acb_ctrl.cibcanerror=CIB CAN Error -envoy.cond_flags.acb_ctrl.cibimageerror=CIB Image Error -envoy.cond_flags.acb_ctrl.cibspierror=CIB SPI Error" -envoy.cond_flags.obs_strs.discovering=Discovering -envoy.cond_flags.obs_strs.failure=Failure to report -envoy.cond_flags.obs_strs.flasherror=Flash Error -envoy.cond_flags.obs_strs.notmonitored=Not Monitored -envoy.cond_flags.obs_strs.ok=Normal -envoy.cond_flags.obs_strs.plmerror=PLM Error -envoy.cond_flags.obs_strs.secmodeenterfailure=Secure mode enter failure -envoy.cond_flags.obs_strs.secmodeexitfailure=Secure mode exit failure -envoy.cond_flags.obs_strs.sleeping=Sleeping" - -envoy.cond_flags.pcu_chan.acMonitorError=AC Monitor Error -envoy.cond_flags.pcu_chan.acfrequencyhigh=AC Frequency High -envoy.cond_flags.pcu_chan.acfrequencylow=AC Frequency Low -envoy.cond_flags.pcu_chan.acfrequencyoor=AC Frequency Out Of Range -envoy.cond_flags.pcu_chan.acvoltage_avg_hi=AC Voltage Average High -envoy.cond_flags.pcu_chan.acvoltagehigh=AC Voltage High -envoy.cond_flags.pcu_chan.acvoltagelow=AC Voltage Low -envoy.cond_flags.pcu_chan.acvoltageoor=AC Voltage Out Of Range -envoy.cond_flags.pcu_chan.acvoltageoosp1=AC Voltage Out Of Range - Phase 1 -envoy.cond_flags.pcu_chan.acvoltageoosp2=AC Voltage Out Of Range - Phase 2 -envoy.cond_flags.pcu_chan.acvoltageoosp3=AC Voltage Out Of Range - Phase 3 -envoy.cond_flags.pcu_chan.agfpowerlimiting=AGF Power Limiting -envoy.cond_flags.pcu_chan.dcresistancelow=DC Resistance Low -envoy.cond_flags.pcu_chan.dcresistancelowpoweroff=DC Resistance Low - Power Off -envoy.cond_flags.pcu_chan.dcvoltagetoohigh=DC Voltage Too High -envoy.cond_flags.pcu_chan.dcvoltagetoolow=DC Voltage Too Low -envoy.cond_flags.pcu_chan.dfdt=AC Frequency Changing too Fast -envoy.cond_flags.pcu_chan.gfitripped=GFI Tripped -envoy.cond_flags.pcu_chan.gridgone=Grid Gone -envoy.cond_flags.pcu_chan.gridinstability=Grid Instability -envoy.cond_flags.pcu_chan.gridoffsethi=Grid Offset Hi -envoy.cond_flags.pcu_chan.gridoffsetlow=Grid Offset Low -envoy.cond_flags.pcu_chan.hardwareError=Hardware Error -envoy.cond_flags.pcu_chan.hardwareWarning=Hardware Warning -envoy.cond_flags.pcu_chan.highskiprate=High Skip Rate -envoy.cond_flags.pcu_chan.invalidinterval=Invalid Interval -envoy.cond_flags.pcu_chan.pwrgenoffbycmd=Power generation off by command -envoy.cond_flags.pcu_chan.skippedcycles=Skipped Cycles -envoy.cond_flags.pcu_chan.vreferror=Voltage Ref Error" - -envoy.cond_flags.pcu_ctrl.alertactive=Alert Active -envoy.cond_flags.pcu_ctrl.altpwrgenmode=Alternate Power Generation Mode -envoy.cond_flags.pcu_ctrl.altvfsettings=Alternate Voltage and Frequency Settings -envoy.cond_flags.pcu_ctrl.badflashimage=Bad Flash Image -envoy.cond_flags.pcu_ctrl.bricked=No Grid Profile -envoy.cond_flags.pcu_ctrl.commandedreset=Commanded Reset -envoy.cond_flags.pcu_ctrl.criticaltemperature=Critical Temperature -envoy.cond_flags.pcu_ctrl.dc-pwr-low=DC Power Too Low -envoy.cond_flags.pcu_ctrl.iuplinkproblem=IUP Link Problem -envoy.cond_flags.pcu_ctrl.manutestmode=In Manu Test Mode -envoy.cond_flags.pcu_ctrl.nsync=Grid Perturbation Unsynchronized -envoy.cond_flags.pcu_ctrl.overtemperature=Over Temperature -envoy.cond_flags.pcu_ctrl.poweronreset=Power On Reset -envoy.cond_flags.pcu_ctrl.pwrgenoffbycmd=Power generation off by command -envoy.cond_flags.pcu_ctrl.runningonac=Running on AC -envoy.cond_flags.pcu_ctrl.tpmtest=Transient Grid Profile -envoy.cond_flags.pcu_ctrl.unexpectedreset=Unexpected Reset -envoy.cond_flags.pcu_ctrl.watchdogreset=Watchdog Reset - -envoy.cond_flags.rgm_chan.check_meter=Meter Error -envoy.cond_flags.rgm_chan.power_quality=Poor Power Quality diff --git a/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot.properties b/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot.properties new file mode 100644 index 0000000000..84b83271b3 --- /dev/null +++ b/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot.properties @@ -0,0 +1,85 @@ +# binding +binding.lghombot.name = LG HomBot Binding +binding.lghombot.description = The LG HomBot binding allows control and supervision of your HomBot. + +# thing types +thing-type.lghombot.LGHomBot.label = LG HomBot +thing-type.lghombot.LGHomBot.description = HomBot vacuum robot + +# thing type configuration +thing-type.config.lghombot.LGHomBot.ipAddress.label = Network Address +thing-type.config.lghombot.LGHomBot.ipAddress.description = The IP or host name of the HomBot. +thing-type.config.lghombot.LGHomBot.port.label = Port +thing-type.config.lghombot.LGHomBot.port.description = Port of the HomBot to control. +thing-type.config.lghombot.LGHomBot.pollingPeriod.label = Polling Period +thing-type.config.lghombot.LGHomBot.pollingPeriod.description = Time between polls in seconds. + +# channel types +channel-type.lghombot.stateType.label = State +channel-type.lghombot.stateType.description = Current state. +channel-type.lghombot.stateType.state.option.UNKNOWN = Unknown +channel-type.lghombot.stateType.state.option.WORKING = Cleaning +channel-type.lghombot.stateType.state.option.BACKMOVING = Backmoving +channel-type.lghombot.stateType.state.option.BACKMOVING_INIT = Backmoving init +channel-type.lghombot.stateType.state.option.BACKMOVING_JOY = Backmoving joy +channel-type.lghombot.stateType.state.option.PAUSE = Paused +channel-type.lghombot.stateType.state.option.STANDBY = Standby +channel-type.lghombot.stateType.state.option.HOMING = Homing +channel-type.lghombot.stateType.state.option.DOCKING = Docking +channel-type.lghombot.stateType.state.option.CHARGING = Charging +channel-type.lghombot.stateType.state.option.DIAGNOSIS = Running diagnosis +channel-type.lghombot.stateType.state.option.RESERVATION = Changing settings +channel-type.lghombot.stateType.state.option.ERROR = Error + +channel-type.lghombot.batteryType.label = Battery +channel-type.lghombot.batteryType.description = Current battery charge + +channel-type.lghombot.cpuLoadType.label = CPU Load +channel-type.lghombot.cpuLoadType.description = Current CPU load +channel-type.lghombot.srvMemType.label = Used Memory +channel-type.lghombot.srvMemType.description = Memory used by webserver on HomBot. +channel-type.lghombot.cleanType.label = Clean +channel-type.lghombot.cleanType.description = Start cleaning / return home. +channel-type.lghombot.startType.label = Start +channel-type.lghombot.startType.description = Start cleaning. +channel-type.lghombot.homeType.label = Home +channel-type.lghombot.homeType.description = Return home. +channel-type.lghombot.stopType.label = Pause +channel-type.lghombot.stopType.description = Pause the HomBot. +channel-type.lghombot.turboType.label = Turbo +channel-type.lghombot.turboType.description = Turbo mode ON, OFF. +channel-type.lghombot.repeatType.label = Repeat +channel-type.lghombot.repeatType.description = Repeat cleaning ON, OFF. + +channel-type.lghombot.modeType.label = Mode +channel-type.lghombot.modeType.description = Cleaning mode. +channel-type.lghombot.modeType.state.option.ZZ = Zigzag mode +channel-type.lghombot.modeType.state.option.SB = Cell by cell mode +channel-type.lghombot.modeType.state.option.SPOT = Spiral spot mode +channel-type.lghombot.modeType.state.option.MACRO_SECTOR = My space mode + +channel-type.lghombot.nicknameType.label = Nickname +channel-type.lghombot.nicknameType.description = Nickname of the HomBot. +channel-type.lghombot.moveType.label = Move +channel-type.lghombot.moveType.description = Move direction. +channel-type.lghombot.cameraType.label = Camera +channel-type.lghombot.cameraType.description = Image feed from the top camera. +channel-type.lghombot.lastCleanType.label = Last Clean +channel-type.lghombot.lastCleanType.description = Last time the HomBot cleaned. +channel-type.lghombot.mapType.label = Map +channel-type.lghombot.mapType.description = Map of last cleaned area. + +channel-type.lghombot.mondayType.label = Monday +channel-type.lghombot.mondayType.description = Scheduled start time on Monday. +channel-type.lghombot.tuesdayType.label = Tuesday +channel-type.lghombot.tuesdayType.description = Scheduled start time on Tuesday. +channel-type.lghombot.wednesdayType.label = Wednesday +channel-type.lghombot.wednesdayType.description = Scheduled start time on Wednesday. +channel-type.lghombot.thursdayType.label = Thursday +channel-type.lghombot.thursdayType.description = Scheduled start time on Thursday. +channel-type.lghombot.fridayType.label = Friday +channel-type.lghombot.fridayType.description = Scheduled start time on Friday. +channel-type.lghombot.saturdayType.label = Saturday +channel-type.lghombot.saturdayType.description = Scheduled start time on Saturday. +channel-type.lghombot.sundayType.label = Sunday +channel-type.lghombot.sundayType.description = Scheduled start time on Sunday. diff --git a/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot_en.properties b/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot_en.properties deleted file mode 100644 index 84b83271b3..0000000000 --- a/bundles/org.openhab.binding.lghombot/src/main/resources/OH-INF/i18n/lghombot_en.properties +++ /dev/null @@ -1,85 +0,0 @@ -# binding -binding.lghombot.name = LG HomBot Binding -binding.lghombot.description = The LG HomBot binding allows control and supervision of your HomBot. - -# thing types -thing-type.lghombot.LGHomBot.label = LG HomBot -thing-type.lghombot.LGHomBot.description = HomBot vacuum robot - -# thing type configuration -thing-type.config.lghombot.LGHomBot.ipAddress.label = Network Address -thing-type.config.lghombot.LGHomBot.ipAddress.description = The IP or host name of the HomBot. -thing-type.config.lghombot.LGHomBot.port.label = Port -thing-type.config.lghombot.LGHomBot.port.description = Port of the HomBot to control. -thing-type.config.lghombot.LGHomBot.pollingPeriod.label = Polling Period -thing-type.config.lghombot.LGHomBot.pollingPeriod.description = Time between polls in seconds. - -# channel types -channel-type.lghombot.stateType.label = State -channel-type.lghombot.stateType.description = Current state. -channel-type.lghombot.stateType.state.option.UNKNOWN = Unknown -channel-type.lghombot.stateType.state.option.WORKING = Cleaning -channel-type.lghombot.stateType.state.option.BACKMOVING = Backmoving -channel-type.lghombot.stateType.state.option.BACKMOVING_INIT = Backmoving init -channel-type.lghombot.stateType.state.option.BACKMOVING_JOY = Backmoving joy -channel-type.lghombot.stateType.state.option.PAUSE = Paused -channel-type.lghombot.stateType.state.option.STANDBY = Standby -channel-type.lghombot.stateType.state.option.HOMING = Homing -channel-type.lghombot.stateType.state.option.DOCKING = Docking -channel-type.lghombot.stateType.state.option.CHARGING = Charging -channel-type.lghombot.stateType.state.option.DIAGNOSIS = Running diagnosis -channel-type.lghombot.stateType.state.option.RESERVATION = Changing settings -channel-type.lghombot.stateType.state.option.ERROR = Error - -channel-type.lghombot.batteryType.label = Battery -channel-type.lghombot.batteryType.description = Current battery charge - -channel-type.lghombot.cpuLoadType.label = CPU Load -channel-type.lghombot.cpuLoadType.description = Current CPU load -channel-type.lghombot.srvMemType.label = Used Memory -channel-type.lghombot.srvMemType.description = Memory used by webserver on HomBot. -channel-type.lghombot.cleanType.label = Clean -channel-type.lghombot.cleanType.description = Start cleaning / return home. -channel-type.lghombot.startType.label = Start -channel-type.lghombot.startType.description = Start cleaning. -channel-type.lghombot.homeType.label = Home -channel-type.lghombot.homeType.description = Return home. -channel-type.lghombot.stopType.label = Pause -channel-type.lghombot.stopType.description = Pause the HomBot. -channel-type.lghombot.turboType.label = Turbo -channel-type.lghombot.turboType.description = Turbo mode ON, OFF. -channel-type.lghombot.repeatType.label = Repeat -channel-type.lghombot.repeatType.description = Repeat cleaning ON, OFF. - -channel-type.lghombot.modeType.label = Mode -channel-type.lghombot.modeType.description = Cleaning mode. -channel-type.lghombot.modeType.state.option.ZZ = Zigzag mode -channel-type.lghombot.modeType.state.option.SB = Cell by cell mode -channel-type.lghombot.modeType.state.option.SPOT = Spiral spot mode -channel-type.lghombot.modeType.state.option.MACRO_SECTOR = My space mode - -channel-type.lghombot.nicknameType.label = Nickname -channel-type.lghombot.nicknameType.description = Nickname of the HomBot. -channel-type.lghombot.moveType.label = Move -channel-type.lghombot.moveType.description = Move direction. -channel-type.lghombot.cameraType.label = Camera -channel-type.lghombot.cameraType.description = Image feed from the top camera. -channel-type.lghombot.lastCleanType.label = Last Clean -channel-type.lghombot.lastCleanType.description = Last time the HomBot cleaned. -channel-type.lghombot.mapType.label = Map -channel-type.lghombot.mapType.description = Map of last cleaned area. - -channel-type.lghombot.mondayType.label = Monday -channel-type.lghombot.mondayType.description = Scheduled start time on Monday. -channel-type.lghombot.tuesdayType.label = Tuesday -channel-type.lghombot.tuesdayType.description = Scheduled start time on Tuesday. -channel-type.lghombot.wednesdayType.label = Wednesday -channel-type.lghombot.wednesdayType.description = Scheduled start time on Wednesday. -channel-type.lghombot.thursdayType.label = Thursday -channel-type.lghombot.thursdayType.description = Scheduled start time on Thursday. -channel-type.lghombot.fridayType.label = Friday -channel-type.lghombot.fridayType.description = Scheduled start time on Friday. -channel-type.lghombot.saturdayType.label = Saturday -channel-type.lghombot.saturdayType.description = Scheduled start time on Saturday. -channel-type.lghombot.sundayType.label = Sunday -channel-type.lghombot.sundayType.description = Scheduled start time on Sunday. diff --git a/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker.properties b/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker.properties new file mode 100644 index 0000000000..1149522818 --- /dev/null +++ b/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker.properties @@ -0,0 +1,14 @@ +offline.notextualconfig=The system connection with the name {0} doesn't exist anymore. +offline.dyninsteadoftextual=A binding owned connection was found instead of a system connection for the broker name: {0}. +offline.textualinsteadofdny=A system connection was found instead of a dynamic connection for the broker name: {0}. +offline.sharedremoved=Another binding unexpectedly removed the internal broker connection. + +actionLabel=publish an MQTT message +actionDesc=Publishes a value to the given MQTT topic. + +actionInputTopicLabel=MQTT Topic +actionInputTopicDesc=The topic to publish a value to. +actionInputValueLabel=Value +actionInputValueDesc=The value to publish +actionInputRetainLabel=Retain +actionInputRetainDesc=Retain message diff --git a/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker_en.properties b/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker_en.properties deleted file mode 100644 index 1149522818..0000000000 --- a/bundles/org.openhab.binding.mqtt/src/main/resources/OH-INF/i18n/mqttbroker_en.properties +++ /dev/null @@ -1,14 +0,0 @@ -offline.notextualconfig=The system connection with the name {0} doesn't exist anymore. -offline.dyninsteadoftextual=A binding owned connection was found instead of a system connection for the broker name: {0}. -offline.textualinsteadofdny=A system connection was found instead of a dynamic connection for the broker name: {0}. -offline.sharedremoved=Another binding unexpectedly removed the internal broker connection. - -actionLabel=publish an MQTT message -actionDesc=Publishes a value to the given MQTT topic. - -actionInputTopicLabel=MQTT Topic -actionInputTopicDesc=The topic to publish a value to. -actionInputValueLabel=Value -actionInputValueDesc=The value to publish -actionInputRetainLabel=Retain -actionInputRetainDesc=Retain message diff --git a/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation.properties b/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation.properties new file mode 100644 index 0000000000..4ccd63736d --- /dev/null +++ b/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation.properties @@ -0,0 +1,52 @@ + +# binding +binding.playstation.name = Sony PlayStation Binding +binding.playstation.description = Monitor and control your Sony PlayStation. + +# thing types +thing-type.playstation.PS3.label = PlayStation 3 +thing-type.playstation.PS3.description = Sony PlayStation 3 console. +thing-type.playstation.PS4.label = PlayStation 4 +thing-type.playstation.PS4.description = Sony PlayStation 4 console. + +# thing type configuration +thing-type.config.playstation.PS3.ipAddress.label = IP Address +thing-type.config.playstation.PS3.ipAddress.description = The IP Address of the PlayStation 3. +thing-type.config.playstation.PS4.userCredential.label = User Credential +thing-type.config.playstation.PS4.userCredential.description = User Credential to Communicate with the PlayStation 4, 64 Hex Characters. +thing-type.config.playstation.PS4.passCode.label = Pass Code +thing-type.config.playstation.PS4.passCode.description = Pass Code to Log in to PlayStation 4, Optional, 4 Digits. +thing-type.config.playstation.PS4.pairingCode.label = Pairing Code +thing-type.config.playstation.PS4.pairingCode.description = Pairing Code to Pair openHAB Device to PlayStation 4, only Needed During Pairing, 8 Digits. +thing-type.config.playstation.PS4.connectionTimeout.label = Connection Timeout +thing-type.config.playstation.PS4.connectionTimeout.description = How Many Seconds After the Last Command the Connection to the PS4 Closes Down. Use 0 to Never Close Connection. +thing-type.config.playstation.PS4.autoConnect.label = Auto Connect +thing-type.config.playstation.PS4.autoConnect.description = Should the Binding Try to Connect to the PS4 as Soon as it's Turned On. +thing-type.config.playstation.PS4.artworkSize.label = Artwork Size +thing-type.config.playstation.PS4.artworkSize.description = The Width and Height of the Downloaded Artwork. +thing-type.config.playstation.PS4.outboundIP.label = Outbound IP +thing-type.config.playstation.PS4.outboundIP.description = IP Address of the Network Interface to use. Only use if your PS4 is on a Sub-Net Different from the Standard openHAB. +thing-type.config.playstation.PS4.ipAddress.label = IP Address +thing-type.config.playstation.PS4.ipAddress.description = The IP Address of the PlayStation 4. +thing-type.config.playstation.PS4.ipPort.label = IP Port +thing-type.config.playstation.PS4.ipPort.description = The IP Port Used to Communicate with the PlayStation 4. + +# channel types +channel-type.playstation.power-ps3-channel.label = PlayStation 3 Power +channel-type.playstation.power-ps3-channel.description = Shows if PlayStation 3 is On or Off. +channel-type.playstation.power-channel.label = PlayStation 4 Power +channel-type.playstation.power-channel.description = Shows if PlayStation 4 is On or in Standby/Off. +channel-type.playstation.application-channel.label = Application +channel-type.playstation.application-channel.description = Name of the Currently Running Application. +channel-type.playstation.applicationId-channel.label = Application ID +channel-type.playstation.applicationId-channel.description = ID of the Currently Running Application. +channel-type.playstation.applicationImage-channel.label = Artwork +channel-type.playstation.applicationImage-channel.description = Application Artwork. +channel-type.playstation.oskText-channel.label = OSK Text +channel-type.playstation.oskText-channel.description = The Text from the OnScreenKeyboard. +channel-type.playstation.sendKey-channel.label = Send a Key Press +channel-type.playstation.sendKey-channel.description = Send a Key Press to the PS4 UI. +channel-type.playstation.secondScreen-channel.label = Second screen +channel-type.playstation.secondScreen-channel.description = Link to 2ndScreen HTTP server. +channel-type.playstation.connect-channel.label = Connect +channel-type.playstation.connect-channel.description = Connect/Disconnect to/from PS4 Without Sending a Command. diff --git a/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation_en.properties b/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation_en.properties deleted file mode 100755 index 4ccd63736d..0000000000 --- a/bundles/org.openhab.binding.playstation/src/main/resources/OH-INF/i18n/playstation_en.properties +++ /dev/null @@ -1,52 +0,0 @@ - -# binding -binding.playstation.name = Sony PlayStation Binding -binding.playstation.description = Monitor and control your Sony PlayStation. - -# thing types -thing-type.playstation.PS3.label = PlayStation 3 -thing-type.playstation.PS3.description = Sony PlayStation 3 console. -thing-type.playstation.PS4.label = PlayStation 4 -thing-type.playstation.PS4.description = Sony PlayStation 4 console. - -# thing type configuration -thing-type.config.playstation.PS3.ipAddress.label = IP Address -thing-type.config.playstation.PS3.ipAddress.description = The IP Address of the PlayStation 3. -thing-type.config.playstation.PS4.userCredential.label = User Credential -thing-type.config.playstation.PS4.userCredential.description = User Credential to Communicate with the PlayStation 4, 64 Hex Characters. -thing-type.config.playstation.PS4.passCode.label = Pass Code -thing-type.config.playstation.PS4.passCode.description = Pass Code to Log in to PlayStation 4, Optional, 4 Digits. -thing-type.config.playstation.PS4.pairingCode.label = Pairing Code -thing-type.config.playstation.PS4.pairingCode.description = Pairing Code to Pair openHAB Device to PlayStation 4, only Needed During Pairing, 8 Digits. -thing-type.config.playstation.PS4.connectionTimeout.label = Connection Timeout -thing-type.config.playstation.PS4.connectionTimeout.description = How Many Seconds After the Last Command the Connection to the PS4 Closes Down. Use 0 to Never Close Connection. -thing-type.config.playstation.PS4.autoConnect.label = Auto Connect -thing-type.config.playstation.PS4.autoConnect.description = Should the Binding Try to Connect to the PS4 as Soon as it's Turned On. -thing-type.config.playstation.PS4.artworkSize.label = Artwork Size -thing-type.config.playstation.PS4.artworkSize.description = The Width and Height of the Downloaded Artwork. -thing-type.config.playstation.PS4.outboundIP.label = Outbound IP -thing-type.config.playstation.PS4.outboundIP.description = IP Address of the Network Interface to use. Only use if your PS4 is on a Sub-Net Different from the Standard openHAB. -thing-type.config.playstation.PS4.ipAddress.label = IP Address -thing-type.config.playstation.PS4.ipAddress.description = The IP Address of the PlayStation 4. -thing-type.config.playstation.PS4.ipPort.label = IP Port -thing-type.config.playstation.PS4.ipPort.description = The IP Port Used to Communicate with the PlayStation 4. - -# channel types -channel-type.playstation.power-ps3-channel.label = PlayStation 3 Power -channel-type.playstation.power-ps3-channel.description = Shows if PlayStation 3 is On or Off. -channel-type.playstation.power-channel.label = PlayStation 4 Power -channel-type.playstation.power-channel.description = Shows if PlayStation 4 is On or in Standby/Off. -channel-type.playstation.application-channel.label = Application -channel-type.playstation.application-channel.description = Name of the Currently Running Application. -channel-type.playstation.applicationId-channel.label = Application ID -channel-type.playstation.applicationId-channel.description = ID of the Currently Running Application. -channel-type.playstation.applicationImage-channel.label = Artwork -channel-type.playstation.applicationImage-channel.description = Application Artwork. -channel-type.playstation.oskText-channel.label = OSK Text -channel-type.playstation.oskText-channel.description = The Text from the OnScreenKeyboard. -channel-type.playstation.sendKey-channel.label = Send a Key Press -channel-type.playstation.sendKey-channel.description = Send a Key Press to the PS4 UI. -channel-type.playstation.secondScreen-channel.label = Second screen -channel-type.playstation.secondScreen-channel.description = Link to 2ndScreen HTTP server. -channel-type.playstation.connect-channel.label = Connect -channel-type.playstation.connect-channel.description = Connect/Disconnect to/from PS4 Without Sending a Command. diff --git a/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet.properties b/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet.properties new file mode 100644 index 0000000000..67da019db7 --- /dev/null +++ b/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet.properties @@ -0,0 +1,17 @@ +# binding +binding.pushbullet.name = Pushbullet Binding +binding.pushbullet.description = The Pushbullet binding allows you to send messages to other users of the Pushbullet service. + +# action +actionSendPushbulletNoteLabel = publish a Pushbullet message +actionSendPushbulletNoteDesc = Publishes a Title to the given Pushbullet Recipient. + +actionSendPushbulletNoteInputRecipientLabel = Pushbullet Recipient +actionSendPushbulletNoteInputRecipientDesc = The Recipient to publish a Title to. +actionSendPushbulletNoteInputTitleLabel = Title +actionSendPushbulletNoteInputTitleDesc = The Title to publish +actionSendPushbulletNoteInputMessageLabel = Message +actionSendPushbulletNoteInputMessageDesc = The Message to publish + +# error texts +offline.conf-error-httpresponseexception = The pushbullet server reported an error, possibly an expired token. Check on web site diff --git a/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet_en.properties b/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet_en.properties deleted file mode 100644 index 67da019db7..0000000000 --- a/bundles/org.openhab.binding.pushbullet/src/main/resources/OH-INF/i18n/pushbullet_en.properties +++ /dev/null @@ -1,17 +0,0 @@ -# binding -binding.pushbullet.name = Pushbullet Binding -binding.pushbullet.description = The Pushbullet binding allows you to send messages to other users of the Pushbullet service. - -# action -actionSendPushbulletNoteLabel = publish a Pushbullet message -actionSendPushbulletNoteDesc = Publishes a Title to the given Pushbullet Recipient. - -actionSendPushbulletNoteInputRecipientLabel = Pushbullet Recipient -actionSendPushbulletNoteInputRecipientDesc = The Recipient to publish a Title to. -actionSendPushbulletNoteInputTitleLabel = Title -actionSendPushbulletNoteInputTitleDesc = The Title to publish -actionSendPushbulletNoteInputMessageLabel = Message -actionSendPushbulletNoteInputMessageDesc = The Message to publish - -# error texts -offline.conf-error-httpresponseexception = The pushbullet server reported an error, possibly an expired token. Check on web site diff --git a/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify.properties b/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify.properties new file mode 100644 index 0000000000..f3a26ce8c0 --- /dev/null +++ b/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify.properties @@ -0,0 +1,10 @@ +actions.play.label=Play +actions.play.description=Play the given Spotify uri +actions.play.context_uri.label=Context URI +actions.play.context_uri.description=The context uri or a comma separated list of uris +actions.play.device_id.label=Device Id +actions.play.device_id.description=Id of the device to play. If omitted will play on the current active device (Optional) +actions.play.offset.label=offset +actions.play.offset.description=Offset to start (Optional). +actions.play.positions_ms.label=Position ms +actions.play.positions_ms.description=Position in milliseconds to start (Optional) diff --git a/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify_en.properties b/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify_en.properties deleted file mode 100644 index f3a26ce8c0..0000000000 --- a/bundles/org.openhab.binding.spotify/src/main/resources/OH-INF/i18n/spotify_en.properties +++ /dev/null @@ -1,10 +0,0 @@ -actions.play.label=Play -actions.play.description=Play the given Spotify uri -actions.play.context_uri.label=Context URI -actions.play.context_uri.description=The context uri or a comma separated list of uris -actions.play.device_id.label=Device Id -actions.play.device_id.description=Id of the device to play. If omitted will play on the current active device (Optional) -actions.play.offset.label=offset -actions.play.offset.description=Offset to start (Optional). -actions.play.positions_ms.label=Position ms -actions.play.positions_ms.description=Position in milliseconds to start (Optional) diff --git a/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi.properties b/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi.properties new file mode 100644 index 0000000000..16168b0a31 --- /dev/null +++ b/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi.properties @@ -0,0 +1,18 @@ +# binding +bindingDescription = This is the binding for Somfy Universal RTS Interface II (URTSI II). + +# thing types +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 diff --git a/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi_en.properties b/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi_en.properties deleted file mode 100644 index 16168b0a31..0000000000 --- a/bundles/org.openhab.binding.urtsi/src/main/resources/OH-INF/i18n/urtsi_en.properties +++ /dev/null @@ -1,18 +0,0 @@ -# binding -bindingDescription = This is the binding for Somfy Universal RTS Interface II (URTSI II). - -# thing types -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