]> git.basschouten.com Git - openhab-addons.git/blob
8320d33ac808547f0276c3fbf1a744f7d032bd4e
[openhab-addons.git] /
1 # binding
2
3 binding.hccrubbishcollection.name = HCC Rubbish Collection Binding
4 binding.hccrubbishcollection.description = Get the rubbish collection dates for Hamilton City Council (New Zealand).
5
6 # thing types
7
8 thing-type.hccrubbishcollection.collection.label = HCC NZ Rubbish Collection
9 thing-type.hccrubbishcollection.collection.description = Rubbish collection days for Hamilton City Council (NZ).
10 thing-type.hccrubbishcollection.collection.channel.general.label = General Bin Collection Date
11 thing-type.hccrubbishcollection.collection.channel.general.description = The next collection date of the general rubbish (red bin).
12 thing-type.hccrubbishcollection.collection.channel.recycling.label = Recycling Bin Collection Date
13 thing-type.hccrubbishcollection.collection.channel.recycling.description = The next collection date of the recycling (yellow bin and green bin).
14
15 # thing types config
16
17 thing-type.config.hccrubbishcollection.collection.address.label = Address
18 thing-type.config.hccrubbishcollection.collection.address.description = The street address to get rubbish collection dates for.
19
20 # channel types
21
22 channel-type.hccrubbishcollection.bin.label = Collection Date
23 channel-type.hccrubbishcollection.bin.state.pattern = %1$tY-%1$tm-%1$td
24 channel-type.hccrubbishcollection.collection-event.label = Collection Event
25 channel-type.hccrubbishcollection.collection-event.description = Event for the day when collection occurs.
26 channel-type.hccrubbishcollection.day.label = Collection Day
27 channel-type.hccrubbishcollection.day.description = The rubbish collection Day of the Week
28 channel-type.hccrubbishcollection.day.state.option.1 = Monday
29 channel-type.hccrubbishcollection.day.state.option.2 = Tuesday
30 channel-type.hccrubbishcollection.day.state.option.3 = Wednesday
31 channel-type.hccrubbishcollection.day.state.option.4 = Thursday
32 channel-type.hccrubbishcollection.day.state.option.5 = Friday
33 channel-type.hccrubbishcollection.day.state.option.6 = Saturday
34 channel-type.hccrubbishcollection.day.state.option.7 = Sunday
35
36 # channel types config
37
38 channel-type.config.hccrubbishcollection.collection-event.offset.label = Offset
39 channel-type.config.hccrubbishcollection.collection-event.offset.description = Moves the event forward or backward (in minutes).