]> git.basschouten.com Git - openhab-addons.git/blob
9c6439ee0baa0631d92a26fb607c91474aa6f746
[openhab-addons.git] /
1 # add-on
2
3 addon.yamahamusiccast.name = Yamaha Musiccast Binding
4 addon.yamahamusiccast.description = This is the binding for Yamaha Musiccast
5
6 # thing types
7
8 thing-type.yamahamusiccast.bridge.label = Virtual Bridge
9 thing-type.yamahamusiccast.bridge.description = Virtual Bridge to receive updates
10 thing-type.yamahamusiccast.device.label = Yamaha MusicCast Model
11 thing-type.yamahamusiccast.device.description = Your Yamaha model with MusicCast functionality
12
13 # thing types config
14
15 thing-type.config.yamahamusiccast.device.defaultAfterMCLink.label = MC Link Default Value
16 thing-type.config.yamahamusiccast.device.defaultAfterMCLink.description = Default value for client when MC Link is broken
17 thing-type.config.yamahamusiccast.device.defaultAfterMCLink.option.none = None
18 thing-type.config.yamahamusiccast.device.defaultAfterMCLink.option.net_radio = Net Radio
19 thing-type.config.yamahamusiccast.device.defaultAfterMCLink.option.tuner = Radio
20 thing-type.config.yamahamusiccast.device.host.label = Address
21 thing-type.config.yamahamusiccast.device.host.description = The IP address of the AVR to control.
22 thing-type.config.yamahamusiccast.device.syncVolume.label = Sync Volume
23 thing-type.config.yamahamusiccast.device.syncVolume.description = Sync Volume across linked Music Cast models
24 thing-type.config.yamahamusiccast.device.volumeDbMax.label = Maximum Volume
25 thing-type.config.yamahamusiccast.device.volumeDbMax.description = Highest volume in dB.
26 thing-type.config.yamahamusiccast.device.volumeDbMin.label = Minimum Volume
27 thing-type.config.yamahamusiccast.device.volumeDbMin.description = Lowest volume in dB.
28
29 # channel group types
30
31 channel-group-type.yamahamusiccast.mainControls.label = Main Zone (default)
32 channel-group-type.yamahamusiccast.playerControls.label = Player Controls
33 channel-group-type.yamahamusiccast.zone2Controls.label = Zone 2
34 channel-group-type.yamahamusiccast.zone3Controls.label = Zone 3
35 channel-group-type.yamahamusiccast.zone4Controls.label = Zone 4
36
37 # channel types
38
39 channel-type.yamahamusiccast.album.label = Album
40 channel-type.yamahamusiccast.album.description = Album
41 channel-type.yamahamusiccast.albumArt.label = Album Art
42 channel-type.yamahamusiccast.albumArt.description = Album Art
43 channel-type.yamahamusiccast.artist.label = Artist
44 channel-type.yamahamusiccast.artist.description = Artist
45 channel-type.yamahamusiccast.input.label = Input
46 channel-type.yamahamusiccast.input.description = Input source
47 channel-type.yamahamusiccast.mclinkStatus.label = Status MusicCast
48 channel-type.yamahamusiccast.mclinkStatus.description = MusicCast Status
49 channel-type.yamahamusiccast.playTime.label = Play Time
50 channel-type.yamahamusiccast.playTime.description = Play Time
51 channel-type.yamahamusiccast.player.label = NetRadio/USB Player
52 channel-type.yamahamusiccast.player.description = Player for Net Radio/USB
53 channel-type.yamahamusiccast.recallScene.label = Scene Selection
54 channel-type.yamahamusiccast.recallScene.description = Scene selection (if available)
55 channel-type.yamahamusiccast.recallScene.state.option.1 = Scene 1
56 channel-type.yamahamusiccast.recallScene.state.option.2 = Scene 2
57 channel-type.yamahamusiccast.recallScene.state.option.3 = Scene 3
58 channel-type.yamahamusiccast.recallScene.state.option.4 = Scene 4
59 channel-type.yamahamusiccast.recallScene.state.option.5 = Scene 5
60 channel-type.yamahamusiccast.recallScene.state.option.6 = Scene 6
61 channel-type.yamahamusiccast.recallScene.state.option.7 = Scene 7
62 channel-type.yamahamusiccast.recallScene.state.option.8 = Scene 8
63 channel-type.yamahamusiccast.repeat.label = Repeat
64 channel-type.yamahamusiccast.repeat.description = Repeat mode
65 channel-type.yamahamusiccast.repeat.state.option.off = Off
66 channel-type.yamahamusiccast.repeat.state.option.one = One
67 channel-type.yamahamusiccast.repeat.state.option.all = All
68 channel-type.yamahamusiccast.selectPreset.label = NetRadio/USB Preset
69 channel-type.yamahamusiccast.selectPreset.description = Select Net Radio/USB Preset
70 channel-type.yamahamusiccast.shuffle.label = Shuffle
71 channel-type.yamahamusiccast.shuffle.description = Shuffle mode
72 channel-type.yamahamusiccast.shuffle.state.option.off = Off
73 channel-type.yamahamusiccast.shuffle.state.option.on = On
74 channel-type.yamahamusiccast.shuffle.state.option.songs = Songs
75 channel-type.yamahamusiccast.shuffle.state.option.albums = Albums
76 channel-type.yamahamusiccast.sleep.label = Sleep
77 channel-type.yamahamusiccast.sleep.description = Sleep Time in minutes
78 channel-type.yamahamusiccast.sleep.state.option.0 = No Sleep
79 channel-type.yamahamusiccast.sleep.state.option.30 = 30 min
80 channel-type.yamahamusiccast.sleep.state.option.60 = 60 min
81 channel-type.yamahamusiccast.sleep.state.option.90 = 90 min
82 channel-type.yamahamusiccast.sleep.state.option.120 = 120 min
83 channel-type.yamahamusiccast.soundProgram.label = Sound Program
84 channel-type.yamahamusiccast.soundProgram.description = SoundProgram
85 channel-type.yamahamusiccast.totalTime.label = Total Time
86 channel-type.yamahamusiccast.totalTime.description = Total Time
87 channel-type.yamahamusiccast.track.label = Track
88 channel-type.yamahamusiccast.track.description = Track
89 channel-type.yamahamusiccast.volumeAbs.label = Volume
90 channel-type.yamahamusiccast.volumeAbs.description = Volume level - Absolute value
91 channel-type.yamahamusiccast.volumeDB.label = Volume in dB
92 channel-type.yamahamusiccast.volumeDB.description = Volume level - decibel (dB)