From 5694d8a3c89aec96d8a6621f6ba82f46415049ed Mon Sep 17 00:00:00 2001 From: lolodomo Date: Fri, 12 Nov 2021 21:14:54 +0100 Subject: [PATCH] [voicerss] Add default translations to properties file (#11575) Signed-off-by: Laurent Garnier --- .../src/main/resources/OH-INF/i18n/voicerss.properties | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bundles/org.openhab.voice.voicerss/src/main/resources/OH-INF/i18n/voicerss.properties diff --git a/bundles/org.openhab.voice.voicerss/src/main/resources/OH-INF/i18n/voicerss.properties b/bundles/org.openhab.voice.voicerss/src/main/resources/OH-INF/i18n/voicerss.properties new file mode 100644 index 00000000000..75b9cfb9f06 --- /dev/null +++ b/bundles/org.openhab.voice.voicerss/src/main/resources/OH-INF/i18n/voicerss.properties @@ -0,0 +1,8 @@ +# service + +service.voice.voicerss.label = VoiceRSS Text-to-Speech + +# bundle config + +voice.config.voicerss.apiKey.label = VoiceRSS API Key +voice.config.voicerss.apiKey.description = The API Key to get access to http://www.voicerss.org. You need to register with at least a free account to get an API key.