[rotel] Add all default translations to properties file (#11394)
Allows translating the rotel binding strings with Crowdin. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -9,17 +9,17 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
@@ -27,19 +27,17 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the Rotel device (IP connection) or the machine connected to the Rotel device
|
||||
(serial over IP)</description>
|
||||
<label>@text/config.host.label</label>
|
||||
<description>@text/config.host.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (IP or serial over IP). For IP connection to the Rotel device, keep the default port
|
||||
9590</description>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>@text/config.port.description</description>
|
||||
<default>9590</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
@@ -48,19 +46,17 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the Rotel device (IP connection) or the machine connected to the Rotel device
|
||||
(serial over IP)</description>
|
||||
<label>@text/config.host.label</label>
|
||||
<description>@text/config.host.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (IP or serial over IP). For IP connection to the Rotel device, keep the default port
|
||||
9590</description>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>@text/config.port.description</description>
|
||||
<default>9596</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
@@ -69,28 +65,26 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the Rotel device (IP connection) or the machine connected to the Rotel device
|
||||
(serial over IP)</description>
|
||||
<label>@text/config.host.label</label>
|
||||
<description>@text/config.host.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (IP or serial over IP). For IP connection to the Rotel device, keep the default port
|
||||
9590</description>
|
||||
<label>@text/config.port.label</label>
|
||||
<description>@text/config.port.description</description>
|
||||
<default>9590</default>
|
||||
</parameter>
|
||||
<parameter name="protocol" type="text" required="false">
|
||||
<label>Protocol Version</label>
|
||||
<description>Choose one of the two protocol versions (depends on your device firmware)</description>
|
||||
<label>@text/config.protocol.label</label>
|
||||
<description>@text/config.protocol.description</description>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
<options>
|
||||
<option value="ASCII_V1">ASCII V1</option>
|
||||
<option value="ASCII_V2">ASCII V2</option>
|
||||
<option value="ASCII_V1">@text/config.protocol.option.ASCII_V1</option>
|
||||
<option value="ASCII_V2">@text/config.protocol.option.ASCII_V2</option>
|
||||
</options>
|
||||
<default>ASCII_V2</default>
|
||||
<advanced>true</advanced>
|
||||
@@ -101,25 +95,25 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="protocol" type="text" required="false">
|
||||
<label>Protocol Version</label>
|
||||
<description>Choose one of the two protocol versions (depends on your device firmware)</description>
|
||||
<label>@text/config.protocol.label</label>
|
||||
<description>@text/config.protocol.description</description>
|
||||
<limitToOptions>true</limitToOptions>
|
||||
<options>
|
||||
<option value="ASCII_V1">ASCII V1</option>
|
||||
<option value="ASCII_V2">ASCII V2</option>
|
||||
<option value="ASCII_V1">@text/config.protocol.option.ASCII_V1</option>
|
||||
<option value="ASCII_V2">@text/config.protocol.option.ASCII_V2</option>
|
||||
</options>
|
||||
<default>ASCII_V2</default>
|
||||
<advanced>true</advanced>
|
||||
@@ -130,37 +124,37 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo1" type="text" required="false">
|
||||
<label>Input Label Video 1</label>
|
||||
<description>Label setup for the source Video 1</description>
|
||||
<label>@text/config.inputLabelVideo1.label</label>
|
||||
<description>@text/config.inputLabelVideo1.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo2" type="text" required="false">
|
||||
<label>Input Label Video 2</label>
|
||||
<description>Label setup for the source Video 2</description>
|
||||
<label>@text/config.inputLabelVideo2.label</label>
|
||||
<description>@text/config.inputLabelVideo2.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo3" type="text" required="false">
|
||||
<label>Input Label Video 3</label>
|
||||
<description>Label setup for the source Video 3</description>
|
||||
<label>@text/config.inputLabelVideo3.label</label>
|
||||
<description>@text/config.inputLabelVideo3.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo4" type="text" required="false">
|
||||
<label>Input Label Video 4</label>
|
||||
<description>Label setup for the source Video 4</description>
|
||||
<label>@text/config.inputLabelVideo4.label</label>
|
||||
<description>@text/config.inputLabelVideo4.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo5" type="text" required="false">
|
||||
<label>Input Label Video 5</label>
|
||||
<description>Label setup for the source Video 5</description>
|
||||
<label>@text/config.inputLabelVideo5.label</label>
|
||||
<description>@text/config.inputLabelVideo5.description</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
@@ -168,49 +162,49 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelCd" type="text" required="false">
|
||||
<label>Input Label CD</label>
|
||||
<description>Label setup for the source CD</description>
|
||||
<label>@text/config.inputLabelCd.label</label>
|
||||
<description>@text/config.inputLabelCd.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelTuner" type="text" required="false">
|
||||
<label>Input Label Tuner</label>
|
||||
<description>Label setup for the source Tuner</description>
|
||||
<label>@text/config.inputLabelTuner.label</label>
|
||||
<description>@text/config.inputLabelTuner.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelTape" type="text" required="false">
|
||||
<label>Input Label Tape</label>
|
||||
<description>Label setup for the source Tape</description>
|
||||
<label>@text/config.inputLabelTape.label</label>
|
||||
<description>@text/config.inputLabelTape.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo1" type="text" required="false">
|
||||
<label>Input Label Video 1</label>
|
||||
<description>Label setup for the source Video 1</description>
|
||||
<label>@text/config.inputLabelVideo1.label</label>
|
||||
<description>@text/config.inputLabelVideo1.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo2" type="text" required="false">
|
||||
<label>Input Label Video 2</label>
|
||||
<description>Label setup for the source Video 2</description>
|
||||
<label>@text/config.inputLabelVideo2.label</label>
|
||||
<description>@text/config.inputLabelVideo2.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo3" type="text" required="false">
|
||||
<label>Input Label Video 3</label>
|
||||
<description>Label setup for the source Video 3</description>
|
||||
<label>@text/config.inputLabelVideo3.label</label>
|
||||
<description>@text/config.inputLabelVideo3.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo4" type="text" required="false">
|
||||
<label>Input Label Video 4</label>
|
||||
<description>Label setup for the source Video 4</description>
|
||||
<label>@text/config.inputLabelVideo4.label</label>
|
||||
<description>@text/config.inputLabelVideo4.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo5" type="text" required="false">
|
||||
<label>Input Label Video 5</label>
|
||||
<description>Label setup for the source Video 5</description>
|
||||
<label>@text/config.inputLabelVideo5.label</label>
|
||||
<description>@text/config.inputLabelVideo5.description</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
@@ -218,53 +212,53 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelCd" type="text" required="false">
|
||||
<label>Input Label CD</label>
|
||||
<description>Label setup for the source CD</description>
|
||||
<label>@text/config.inputLabelCd.label</label>
|
||||
<description>@text/config.inputLabelCd.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelTuner" type="text" required="false">
|
||||
<label>Input Label Tuner</label>
|
||||
<description>Label setup for the source Tuner</description>
|
||||
<label>@text/config.inputLabelTuner.label</label>
|
||||
<description>@text/config.inputLabelTuner.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelTape" type="text" required="false">
|
||||
<label>Input Label Tape</label>
|
||||
<description>Label setup for the source Tape</description>
|
||||
<label>@text/config.inputLabelTape.label</label>
|
||||
<description>>@text/config.inputLabelTape.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo1" type="text" required="false">
|
||||
<label>Input Label Video 1</label>
|
||||
<description>Label setup for the source Video 1</description>
|
||||
<label>@text/config.inputLabelVideo1.label</label>
|
||||
<description>@text/config.inputLabelVideo1.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo2" type="text" required="false">
|
||||
<label>Input Label Video 2</label>
|
||||
<description>Label setup for the source Video 2</description>
|
||||
<label>@text/config.inputLabelVideo2.label</label>
|
||||
<description>@text/config.inputLabelVideo2.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo3" type="text" required="false">
|
||||
<label>Input Label Video 3</label>
|
||||
<description>Label setup for the source Video 3</description>
|
||||
<label>@text/config.inputLabelVideo3.label</label>
|
||||
<description>@text/config.inputLabelVideo3.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo4" type="text" required="false">
|
||||
<label>Input Label Video 4</label>
|
||||
<description>Label setup for the source Video 4</description>
|
||||
<label>@text/config.inputLabelVideo4.label</label>
|
||||
<description>@text/config.inputLabelVideo4.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo5" type="text" required="false">
|
||||
<label>Input Label Video 5</label>
|
||||
<description>Label setup for the source Video 5</description>
|
||||
<label>@text/config.inputLabelVideo5.label</label>
|
||||
<description>@text/config.inputLabelVideo5.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelMulti" type="text" required="false">
|
||||
<label>Input Label Multi Input</label>
|
||||
<description>Label setup for the source Multi Input</description>
|
||||
<label>@text/config.inputLabelMulti.label</label>
|
||||
<description>@text/config.inputLabelMulti.description</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
||||
@@ -272,57 +266,57 @@
|
||||
<parameter name="serialPort" type="text" required="false">
|
||||
<context>serial-port</context>
|
||||
<limitToOptions>false</limitToOptions>
|
||||
<label>Serial Port</label>
|
||||
<description>Serial port to use for connecting to the Rotel device</description>
|
||||
<label>@text/config.serialPort.label</label>
|
||||
<description>@text/config.serialPort.description</description>
|
||||
</parameter>
|
||||
<parameter name="host" type="text" required="false">
|
||||
<context>network-address</context>
|
||||
<label>Address</label>
|
||||
<description>Host name or IP address of the machine connected to the Rotel device (serial over IP)</description>
|
||||
<label>@text/config.hostOverIp.label</label>
|
||||
<description>@text/config.hostOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="integer" required="false">
|
||||
<label>Port</label>
|
||||
<description>Communication port (serial over IP)</description>
|
||||
<label>@text/config.portOverIp.label</label>
|
||||
<description>@text/config.portOverIp.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelCd" type="text" required="false">
|
||||
<label>Input Label CD</label>
|
||||
<description>Label setup for the source CD</description>
|
||||
<label>@text/config.inputLabelCd.label</label>
|
||||
<description>@text/config.inputLabelCd.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelTuner" type="text" required="false">
|
||||
<label>Input Label Tuner</label>
|
||||
<description>Label setup for the source Tuner</description>
|
||||
<label>@text/config.inputLabelTuner.label</label>
|
||||
<description>@text/config.inputLabelTuner.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelUsb" type="text" required="false">
|
||||
<label>Input Label USB</label>
|
||||
<description>Label setup for the source USB</description>
|
||||
<label>@text/config.inputLabelUsb.label</label>
|
||||
<description>@text/config.inputLabelUsb.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo1" type="text" required="false">
|
||||
<label>Input Label Video 1</label>
|
||||
<description>Label setup for the source Video 1</description>
|
||||
<label>@text/config.inputLabelVideo1.label</label>
|
||||
<description>@text/config.inputLabelVideo1.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo2" type="text" required="false">
|
||||
<label>Input Label Video 2</label>
|
||||
<description>Label setup for the source Video 2</description>
|
||||
<label>@text/config.inputLabelVideo2.label</label>
|
||||
<description>@text/config.inputLabelVideo2.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo3" type="text" required="false">
|
||||
<label>Input Label Video 3</label>
|
||||
<description>Label setup for the source Video 3</description>
|
||||
<label>@text/config.inputLabelVideo3.label</label>
|
||||
<description>@text/config.inputLabelVideo3.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo4" type="text" required="false">
|
||||
<label>Input Label Video 4</label>
|
||||
<description>Label setup for the source Video 4</description>
|
||||
<label>@text/config.inputLabelVideo4.label</label>
|
||||
<description>@text/config.inputLabelVideo4.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo5" type="text" required="false">
|
||||
<label>Input Label Video 5</label>
|
||||
<description>Label setup for the source Video 5</description>
|
||||
<label>@text/config.inputLabelVideo5.label</label>
|
||||
<description>@text/config.inputLabelVideo5.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelVideo6" type="text" required="false">
|
||||
<label>Input Label Video 6</label>
|
||||
<description>Label setup for the source Video 6</description>
|
||||
<label>@text/config.inputLabelVideo6.label</label>
|
||||
<description>config.inputLabelVideo6.description</description>
|
||||
</parameter>
|
||||
<parameter name="inputLabelMulti" type="text" required="false">
|
||||
<label>Input Label Multi Input</label>
|
||||
<description>Label setup for the source Multi Input</description>
|
||||
<label>@text/config.inputLabelMulti.label</label>
|
||||
<description>@text/config.inputLabelMulti.description</description>
|
||||
</parameter>
|
||||
</config-description>
|
||||
</config-description:config-descriptions>
|
||||
|
||||
@@ -0,0 +1,308 @@
|
||||
# binding
|
||||
|
||||
binding.rotel.name = Rotel Binding
|
||||
binding.rotel.description = The Rotel binding controls a Rotel audio device like a surround processor, a surround receiver, a stereo preamplifier, an integrated amplifier, a CD player or a tuner.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.rotel.a11.label = A11 Integrated Amplifier
|
||||
thing-type.rotel.a11.description = Connection to the Rotel A11 integrated amplifier
|
||||
|
||||
thing-type.rotel.a12.label = A12 Integrated Amplifier
|
||||
thing-type.rotel.a12.description = Connection to the Rotel A12 integrated amplifier
|
||||
|
||||
thing-type.rotel.a14.label = A14 Integrated Amplifier
|
||||
thing-type.rotel.a14.description = Connection to the Rotel A14 integrated amplifier
|
||||
|
||||
thing-type.rotel.cd11.label = CD11 CD Player
|
||||
thing-type.rotel.cd11.description = Connection to the Rotel CD11 CD player
|
||||
|
||||
thing-type.rotel.cd14.label = CD14 CD Player
|
||||
thing-type.rotel.cd14.description = Connection to the Rotel CD14 CD player
|
||||
|
||||
thing-type.rotel.ra11.label = RA-11 Integrated Amplifier
|
||||
thing-type.rotel.ra11.description = Connection to the Rotel RA-11 integrated amplifier
|
||||
|
||||
thing-type.rotel.ra12.label = RA-12 Integrated Amplifier
|
||||
thing-type.rotel.ra12.description = Connection to the Rotel RA-12 integrated amplifier
|
||||
|
||||
thing-type.rotel.ra1570.label = RA-1570 Integrated Amplifier
|
||||
thing-type.rotel.ra1570.description = Connection to the Rotel RA-1570 integrated amplifier
|
||||
|
||||
thing-type.rotel.ra1572.label = RA-1572 Integrated Amplifier
|
||||
thing-type.rotel.ra1572.description = Connection to the Rotel RA-1572 integrated amplifier
|
||||
|
||||
thing-type.rotel.ra1592.label = RA-1592 Integrated Amplifier
|
||||
thing-type.rotel.ra1592.description = Connection to the Rotel RA-1592 integrated amplifier
|
||||
|
||||
thing-type.rotel.rap1580.label = RAP-1580 Surround Amplified Processor
|
||||
thing-type.rotel.rap1580.description = Connection to the Rotel RAP-1580 surround amplified processor
|
||||
|
||||
thing-type.rotel.rc1570.label = RC-1570 Stereo Preamplifier
|
||||
thing-type.rotel.rc1570.description = Connection to the Rotel RC-1570 stereo preamplifier
|
||||
|
||||
thing-type.rotel.rc1572.label = RC-1572 Stereo Preamplifier
|
||||
thing-type.rotel.rc1572.description = Connection to the Rotel RC-1572 stereo preamplifier
|
||||
|
||||
thing-type.rotel.rc1590.label = RC-1590 Stereo Preamplifier
|
||||
thing-type.rotel.rc1590.description = Connection to the Rotel RC-1590 stereo preamplifier
|
||||
|
||||
thing-type.rotel.rcd1570.label = RCD-1570 CD Player
|
||||
thing-type.rotel.rcd1570.description = Connection to the Rotel RCD-1570 CD player
|
||||
|
||||
thing-type.rotel.rcd1572.label = RCD-1572 CD Player
|
||||
thing-type.rotel.rcd1572.description = Connection to the Rotel RCD-1572 CD player
|
||||
|
||||
thing-type.rotel.rcx1500.label = RCX-1500 Stereo Receiver
|
||||
thing-type.rotel.rcx1500.description = Connection to the Rotel RCX-1500 stereo receiver
|
||||
|
||||
thing-type.rotel.rdd1580.label = RDD-1580 Stereo DAC
|
||||
thing-type.rotel.rdd1580.description = Connection to the Rotel RDD-1580 stereo DAC
|
||||
|
||||
thing-type.rotel.rdg1520.label = RDG-1520 Tuner
|
||||
thing-type.rotel.rdg1520.description = Connection to the Rotel RDG-1520 tuner
|
||||
|
||||
thing-type.rotel.rsp1066.label = RSP-1066 Surround Processor
|
||||
thing-type.rotel.rsp1066.description = Connection to the Rotel RSP-1066 surround processor
|
||||
|
||||
thing-type.rotel.rsp1068.label = RSP-1068 Surround Processor
|
||||
thing-type.rotel.rsp1068.description = Connection to the Rotel RSP-1068 surround processor
|
||||
|
||||
thing-type.rotel.rsp1069.label = RSP-1069 Surround Processor
|
||||
thing-type.rotel.rsp1069.description = Connection to the Rotel RSP-1069 surround processor
|
||||
|
||||
thing-type.rotel.rsp1098.label = RSP-1098 Surround Processor
|
||||
thing-type.rotel.rsp1098.description = Connection to the Rotel RSP-1098 surround processor
|
||||
|
||||
thing-type.rotel.rsp1570.label = RSP-1570 Surround Processor
|
||||
thing-type.rotel.rsp1570.description = Connection to the Rotel RSP-1570 surround processor
|
||||
|
||||
thing-type.rotel.rsp1572.label = RSP-1572 Surround Processor
|
||||
thing-type.rotel.rsp1572.description = Connection to the Rotel RSP-1572 surround processor
|
||||
|
||||
thing-type.rotel.rsp1576.label = RSP-1576 Surround Processor
|
||||
thing-type.rotel.rsp1576.description = Connection to the Rotel RSP-1576 surround processor
|
||||
|
||||
thing-type.rotel.rsp1582.label = RSP-1582 Surround Processor
|
||||
thing-type.rotel.rsp1582.description = Connection to the Rotel RSP-1582 surround processor
|
||||
|
||||
thing-type.rotel.rsx1055.label = RSX-1055 Surround Receiver
|
||||
thing-type.rotel.rsx1055.description = Connection to the Rotel RSX-1055 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1056.label = RSX-1056 Surround Receiver
|
||||
thing-type.rotel.rsx1056.description = Connection to the Rotel RSX-1056 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1057.label = RSX-1057 Surround Receiver
|
||||
thing-type.rotel.rsx1057.description = Connection to the Rotel RSX-1057 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1058.label = RSX-1058 Surround Receiver
|
||||
thing-type.rotel.rsx1058.description = Connection to the Rotel RSX-1058 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1065.label = RSX-1065 Surround Receiver
|
||||
thing-type.rotel.rsx1065.description = Connection to the Rotel RSX-1065 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1067.label = RSX-1067 Surround Receiver
|
||||
thing-type.rotel.rsx1067.description = Connection to the Rotel RSX-1067 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1550.label = RSX-1550 Surround Receiver
|
||||
thing-type.rotel.rsx1550.description = Connection to the Rotel RSX-1550 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1560.label = RSX-1560 Surround Receiver
|
||||
thing-type.rotel.rsx1560.description = Connection to the Rotel RSX-1560 surround receiver
|
||||
|
||||
thing-type.rotel.rsx1562.label = RSX-1562 Surround Receiver
|
||||
thing-type.rotel.rsx1562.description = Connection to the Rotel RSX-1562 surround receiver
|
||||
|
||||
thing-type.rotel.rt09.label = RT-09 Tuner
|
||||
thing-type.rotel.rt09.description = Connection to the Rotel RT-09 tuner
|
||||
|
||||
thing-type.rotel.rt11.label = RT-11 Tuner
|
||||
thing-type.rotel.rt11.description = Connection to the Rotel RT-11 tuner
|
||||
|
||||
thing-type.rotel.rt1570.label = RT-1570 Tuner
|
||||
thing-type.rotel.rt1570.description = Connection to the Rotel RT-1570 tuner
|
||||
|
||||
thing-type.rotel.t11.label = T11 Tuner
|
||||
thing-type.rotel.t11.description = Connection to the Rotel T11 tuner
|
||||
|
||||
thing-type.rotel.t14.label = T14 Tuner
|
||||
thing-type.rotel.t14.description = Connection to the Rotel T14 tuner
|
||||
|
||||
# thing type configuration
|
||||
|
||||
config.serialPort.label = Serial Port
|
||||
config.serialPort.description = Serial port to use for connecting to the Rotel device
|
||||
|
||||
config.protocol.label = Protocol Version
|
||||
config.protocol.description = Choose one of the two protocol versions (depends on your device firmware)
|
||||
config.protocol.option.ASCII_V1 = ASCII V1
|
||||
config.protocol.option.ASCII_V2 = ASCII V2
|
||||
|
||||
config.host.label = Address
|
||||
config.host.description = Host name or IP address of the Rotel device (IP connection) or the machine connected to the Rotel device (serial over IP)
|
||||
|
||||
config.port.label = Port
|
||||
config.port.description = Communication port (IP or serial over IP). For IP connection to the Rotel device, keep the default port 9590
|
||||
|
||||
config.hostOverIp.label = Address
|
||||
config.hostOverIp.description = Host name or IP address of the machine connected to the Rotel device (serial over IP)
|
||||
|
||||
config.portOverIp.label = Port
|
||||
config.portOverIp.description = Communication port (serial over IP)
|
||||
|
||||
config.inputLabelCd.label = Input Label CD
|
||||
config.inputLabelCd.description = Label setup for the source CD
|
||||
|
||||
config.inputLabelTuner.label = Input Label Tuner
|
||||
config.inputLabelTuner.description = Label setup for the source Tuner
|
||||
|
||||
config.inputLabelTape.label = Input Label Tape
|
||||
config.inputLabelTape.description = Label setup for the source Tape
|
||||
|
||||
config.inputLabelUsb.label = Input Label USB
|
||||
config.inputLabelUsb.description = Label setup for the source USB
|
||||
|
||||
config.inputLabelVideo1.label = Input Label Video 1
|
||||
config.inputLabelVideo1.description = Label setup for the source Video 1
|
||||
|
||||
config.inputLabelVideo2.label = Input Label Video 2
|
||||
config.inputLabelVideo2.description = Label setup for the source Video 2
|
||||
|
||||
config.inputLabelVideo3.label = Input Label Video 3
|
||||
config.inputLabelVideo3.description = Label setup for the source Video 3
|
||||
|
||||
config.inputLabelVideo4.label = Input Label Video 4
|
||||
config.inputLabelVideo4.description = Label setup for the source Video 4
|
||||
|
||||
config.inputLabelVideo5.label = Input Label Video 5
|
||||
config.inputLabelVideo5.description = Label setup for the source Video 5
|
||||
|
||||
config.inputLabelVideo6.label = Input Label Video 6
|
||||
config.inputLabelVideo6.description = Label setup for the source Video 6
|
||||
|
||||
config.inputLabelMulti.label = Input Label Multi Input
|
||||
config.inputLabelMulti.description = Label setup for the source Multi Input
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group.mainZone.label = Main Zone
|
||||
channel-group.mainZone.description = The controls of the main zone
|
||||
|
||||
channel-group.zone2.label = Zone 2
|
||||
channel-group.zone2.description = The controls of the zone 2
|
||||
|
||||
channel-group.zone3.label = Zone 3
|
||||
channel-group.zone3.description = The controls of the zone 3
|
||||
|
||||
channel-group.zone4.label = Zone 4
|
||||
channel-group.zone4.description = The controls of the zone 4
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.rotel.source.label = Source Input
|
||||
channel-type.rotel.source.description = Select the source input
|
||||
|
||||
channel-type.rotel.recordSource.label = Record Source
|
||||
channel-type.rotel.recordSource.description = Select the source to be recorded
|
||||
|
||||
channel-type.rotel.dsp.label = DSP Mode
|
||||
channel-type.rotel.dsp.description = Select the DSP mode
|
||||
channel-type.rotel.dsp.state.option.NONE = No DSP
|
||||
channel-type.rotel.dsp.state.option.STEREO3 = Dolby 3 Stereo
|
||||
channel-type.rotel.dsp.state.option.STEREO5 = 5 Channel Stereo
|
||||
channel-type.rotel.dsp.state.option.STEREO7 = 7 Channel Stereo
|
||||
channel-type.rotel.dsp.state.option.STEREO9 = 9 Channel Stereo
|
||||
channel-type.rotel.dsp.state.option.STEREO11 = 11 Channel Stereo
|
||||
channel-type.rotel.dsp.state.option.MUSIC1 = Music 1
|
||||
channel-type.rotel.dsp.state.option.MUSIC2 = Music 2
|
||||
channel-type.rotel.dsp.state.option.MUSIC3 = Music 3
|
||||
channel-type.rotel.dsp.state.option.MUSIC4 = Music 4
|
||||
channel-type.rotel.dsp.state.option.DSP1 = DSP 1
|
||||
channel-type.rotel.dsp.state.option.DSP2 = DSP 2
|
||||
channel-type.rotel.dsp.state.option.DSP3 = DSP 3
|
||||
channel-type.rotel.dsp.state.option.DSP4 = DSP 4
|
||||
channel-type.rotel.dsp.state.option.PROLOGIC = Dolby Pro Logic
|
||||
channel-type.rotel.dsp.state.option.PLIICINEMA = Dolby PLII Cinema
|
||||
channel-type.rotel.dsp.state.option.PLIIMUSIC = Dolby PLII Music
|
||||
channel-type.rotel.dsp.state.option.PLIIGAME = Dolby PLII Game
|
||||
channel-type.rotel.dsp.state.option.PLIIXCINEMA = Dolby PLII/PLIIx Cinema
|
||||
channel-type.rotel.dsp.state.option.PLIIXMUSIC = Dolby PLII/PLIIx Music
|
||||
channel-type.rotel.dsp.state.option.PLIIXGAME = Dolby PLII/PLIIx Game
|
||||
channel-type.rotel.dsp.state.option.PLIIZ = Dolby PLIIz
|
||||
channel-type.rotel.dsp.state.option.NEO6CINEMA = dts Neo:6 Cinema
|
||||
channel-type.rotel.dsp.state.option.NEO6MUSIC = dts Neo:6 Music
|
||||
channel-type.rotel.dsp.state.option.BYPASS = Analog Bypass
|
||||
channel-type.rotel.dsp.state.option.ATMOS = Dolby Atmos
|
||||
channel-type.rotel.dsp.state.option.NEURALX = dts Neural:X
|
||||
|
||||
channel-type.rotel.volumeUpDown.label = Volume
|
||||
channel-type.rotel.volumeUpDown.description = Increase or decrease the volume
|
||||
|
||||
channel-type.rotel.bass.label = Bass Adjustment
|
||||
channel-type.rotel.bass.description = Adjust the bass
|
||||
|
||||
channel-type.rotel.treble.label = Treble Adjustment
|
||||
channel-type.rotel.treble.description = Adjust the treble
|
||||
|
||||
channel-type.rotel.track.label = Current Track
|
||||
channel-type.rotel.track.description = The current CD track number
|
||||
|
||||
channel-type.rotel.frequency.label = Current Frequency
|
||||
channel-type.rotel.frequency.description = The current frequency (in kHz) for digital source input
|
||||
|
||||
channel-type.rotel.frontPanelLine.label = Front Panel Line
|
||||
channel-type.rotel.frontPanelLine.description = The line content displayed on the device front panel
|
||||
|
||||
channel-type.rotel.brightness.label = Front Panel Display Brightness
|
||||
channel-type.rotel.brightness.description = The backlight brightness level (in %) of the device front panel
|
||||
|
||||
# Thing status descriptions
|
||||
|
||||
offline.config-error-unknown-serialport-and-host = Undefined serialPort and host configuration settings; please set one of them
|
||||
offline.config-error-unknown-port = Undefined port configuration setting
|
||||
offline.config-error-invalid-port = Invalid port configuration setting
|
||||
offline.config-error-invalid-serial-over-ip = Use host and port configuration settings for a serial over IP connection
|
||||
offline.comm-error-init-sequence = Init sequence failed
|
||||
offline.comm-error-init-sequence-zone = Init sequence zone {0} failed
|
||||
offline.comm-error-reading-thread = Reading thread ended
|
||||
offline.comm-error-sending-command = Sending command failed
|
||||
offline.comm-error-reconnection = Reconnection failed
|
||||
offline.comm-error-first-command-after-reconnection = First command after connection failed
|
||||
|
||||
# Source labels
|
||||
|
||||
source.CD = CD
|
||||
source.TUNER = Tuner
|
||||
source.TAPE = Tape
|
||||
source.VIDEO1 = Video 1
|
||||
source.VIDEO2 = Video 2
|
||||
source.VIDEO3 = Video 3
|
||||
source.VIDEO4 = Video 4
|
||||
source.VIDEO5 = Video 5
|
||||
source.VIDEO6 = Video 6
|
||||
source.VIDEO7 = Video 7
|
||||
source.VIDEO8 = Video 8
|
||||
source.PHONO = Phono
|
||||
source.AUX = Aux
|
||||
source.AUX1 = Aux 1
|
||||
source.AUX2 = Aux 2
|
||||
source.AUX1_COAX = Aux 1 Coax
|
||||
source.AUX1_OPTICAL = Aux 1 Optical
|
||||
source.COAX1 = Coax 1
|
||||
source.COAX2 = Coax 2
|
||||
source.COAX3 = Coax 3
|
||||
source.OPTICAL1 = Optical 1
|
||||
source.OPTICAL2 = Optical 2
|
||||
source.OPTICAL3 = Optical 3
|
||||
source.USB = USB
|
||||
source.PCUSB = PC USB
|
||||
source.BLUETOOTH = Bluetooth
|
||||
source.MULTI = MULTI
|
||||
source.XLR = XLR
|
||||
source.MAIN = Follow Main Zone Source
|
||||
source.RCD = Rotel CD
|
||||
source.FM = FM
|
||||
source.DAB = DAB
|
||||
source.PLAYFI = PlayFi
|
||||
source.IRADIO = iRadio
|
||||
source.NETWORK = Network
|
||||
@@ -5,8 +5,8 @@
|
||||
xsi:schemaLocation="https://openhab.org/schemas/thing-description/v1.0.0 https://openhab.org/schemas/thing-description-1.0.0.xsd">
|
||||
|
||||
<channel-group-type id="mainZoneType1">
|
||||
<label>Main Zone</label>
|
||||
<description>The controls of the main zone</description>
|
||||
<label>@text/channel-group.mainZone.label</label>
|
||||
<description>@text/channel-group.mainZone.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -22,8 +22,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="mainZoneType2">
|
||||
<label>Main Zone</label>
|
||||
<description>The controls of the main zone</description>
|
||||
<label>@text/channel-group.mainZone.label</label>
|
||||
<description>@text/channel-group.mainZone.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -37,8 +37,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="mainZoneType3">
|
||||
<label>Main Zone</label>
|
||||
<description>The controls of the main zone</description>
|
||||
<label>@text/channel-group.mainZone.label</label>
|
||||
<description>@text/channel-group.mainZone.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -53,8 +53,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="mainZoneType4">
|
||||
<label>Main Zone</label>
|
||||
<description>The controls of the main zone</description>
|
||||
<label>@text/channel-group.mainZone.label</label>
|
||||
<description>@text/channel-group.mainZone.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -70,8 +70,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="mainZoneType5">
|
||||
<label>Main Zone</label>
|
||||
<description>The controls of the main zone</description>
|
||||
<label>@text/channel-group.mainZone.label</label>
|
||||
<description>@text/channel-group.mainZone.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -86,8 +86,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="zone2type1">
|
||||
<label>Zone 2</label>
|
||||
<description>The controls of the zone 2</description>
|
||||
<label>@text/channel-group.zone2.label</label>
|
||||
<description>@text/channel-group.zone2.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -97,8 +97,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="zone2type2">
|
||||
<label>Zone 2</label>
|
||||
<description>The controls of the zone 2</description>
|
||||
<label>@text/channel-group.zone2.label</label>
|
||||
<description>@text/channel-group.zone2.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -107,8 +107,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="zone3">
|
||||
<label>Zone 3</label>
|
||||
<description>The controls of the zone 3</description>
|
||||
<label>@text/channel-group.zone3.label</label>
|
||||
<description>T@text/channel-group.zone3.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
@@ -118,8 +118,8 @@
|
||||
</channel-group-type>
|
||||
|
||||
<channel-group-type id="zone4">
|
||||
<label>Zone 4</label>
|
||||
<description>The controls of the zone 4</description>
|
||||
<label>@text/channel-group.zone4.label</label>
|
||||
<description>@text/channel-group.zone4.description</description>
|
||||
<channels>
|
||||
<channel id="power" typeId="system.power"/>
|
||||
<channel id="source" typeId="source"/>
|
||||
|
||||
Reference in New Issue
Block a user