From 95c9682e82520428842025bcecea8ce14e78b090 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 23 Jun 2024 19:37:06 +0200 Subject: [PATCH] [ephemeris] Clean up i18n entries (#16927) Signed-off-by: Laurent Garnier --- .../OH-INF/i18n/ephemeris.properties | 34 ++----------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/bundles/org.openhab.binding.ephemeris/src/main/resources/OH-INF/i18n/ephemeris.properties b/bundles/org.openhab.binding.ephemeris/src/main/resources/OH-INF/i18n/ephemeris.properties index d64ac7268df..1d2ee435d62 100644 --- a/bundles/org.openhab.binding.ephemeris/src/main/resources/OH-INF/i18n/ephemeris.properties +++ b/bundles/org.openhab.binding.ephemeris/src/main/resources/OH-INF/i18n/ephemeris.properties @@ -13,9 +13,9 @@ thing-type.ephemeris.custom.channel.event-tomorrow.label = Event Tomorrow thing-type.ephemeris.custom.channel.event-tomorrow.description = Set to ON if an event exists tomorrow thing-type.ephemeris.dayset.label = Dayset thing-type.ephemeris.dayset.description = Events based on a given dayset -thing-type.ephemeris.dayset.channel.today.label = Today in Dayset +thing-type.ephemeris.dayset.channel.today.label = Today In Dayset thing-type.ephemeris.dayset.channel.today.description = Set to ON if today is in the given dayset, OFF in the other case -thing-type.ephemeris.dayset.channel.tomorrow.label = Tomorrow in Dayset +thing-type.ephemeris.dayset.channel.tomorrow.label = Tomorrow In Dayset thing-type.ephemeris.dayset.channel.tomorrow.description = Set to ON if tomorrow is in the given dayset, OFF in the other case thing-type.ephemeris.holiday.label = Ephemeris Holidays thing-type.ephemeris.holiday.description = Holidays based on system default Ephemeris configuration @@ -26,7 +26,7 @@ thing-type.ephemeris.holiday.channel.holiday-tomorrow.description = Set to ON if thing-type.ephemeris.holiday.channel.next-title.description = Name of the next coming holiday thing-type.ephemeris.holiday.channel.title-today.description = Name of today's holiday if any, NULL otherwise thing-type.ephemeris.weekend.label = Weekend -thing-type.ephemeris.weekend.description = Events based on the system default week-end dayset +thing-type.ephemeris.weekend.description = Events based on the system default weekend dayset thing-type.ephemeris.weekend.channel.today.label = Weekend Today thing-type.ephemeris.weekend.channel.today.description = Set to ON if today is a weekend day, OFF in the other case thing-type.ephemeris.weekend.channel.tomorrow.label = Weekend Tomorrow @@ -52,34 +52,6 @@ channel-type.ephemeris.event-next-title.label = Next Event Title channel-type.ephemeris.event-next-title.description = Title of the next starting event channel-type.ephemeris.in-dayset.label = In Dayset -# channel types - -channel-type.ephemeris.in-dayset.description = Set to ON if the day is in the dayset, OFF in the other case - -# thing types - -thing-type.ephemeris.file.label = Ephemeris File -thing-type.ephemeris.file.description = Events defined in a Jollyday file -thing-type.ephemeris.file.channel.event-today.label = Event Today -thing-type.ephemeris.file.channel.event-today.description = Set to ON if an event exists today -thing-type.ephemeris.file.channel.event-tomorrow.label = Event Tomorrow -thing-type.ephemeris.file.channel.event-tomorrow.description = Set to ON if an event exists tomorrow - -# thing types config - -thing-type.config.ephemeris.file.fileName.label = File Name -thing-type.config.ephemeris.file.fileName.description = Name of a Jollyday XML file in the binding folder. - -# channel types - -channel-type.ephemeris.remaining-days.label = Remaining Days -channel-type.ephemeris.remaining-days.description = Days until next event - -# thing types - -thing-type.ephemeris.default.label = Ephemeris -thing-type.ephemeris.default.description = Events based on system default Ephemeris configuration - # discovery result discovery.ephemeris.holiday.local.label = Local Holiday