From 360c6caf5c49698f55b14054af59484c0701b288 Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sat, 6 Nov 2021 10:08:57 +0100 Subject: [PATCH] [twitter] Extend properties file with all default translations (#11528) Signed-off-by: Laurent Garnier --- .../resources/OH-INF/i18n/twitter.properties | 29 +++++++++++++++++-- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties b/bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties index 3de984bd6..1dc20882d 100644 --- a/bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties +++ b/bundles/org.openhab.binding.twitter/src/main/resources/OH-INF/i18n/twitter.properties @@ -1,9 +1,32 @@ +# binding + +binding.twitter.name = Twitter Binding +binding.twitter.description = Supports adding Thing for getting the Last Tweet. Send Tweets and Pictures with Actions. + +# thing types + +thing-type.twitter.account.label = Twitter Account +thing-type.twitter.account.description = Account uses for sending Tweets + +# thing types config + +thing-type.config.twitter.account.accessToken.label = Access Token +thing-type.config.twitter.account.accessTokenSecret.label = Access Token Secret +thing-type.config.twitter.account.consumerKey.label = Consumer API Key +thing-type.config.twitter.account.consumerSecret.label = Consumer API Secret +thing-type.config.twitter.account.refresh.label = Refresh Time +thing-type.config.twitter.account.refresh.description = Refresh Time for This Account in Mins + +# channel types + +channel-type.twitter.lasttweet.label = Last Tweet +channel-type.twitter.lasttweet.description = Users Last Tweet + # actions -sendTweetActionLabel = send a Tweet -sendTweetActionDescription = Sends a Tweet. sendAttachmentTweetActionLabel = send a Tweet with attachment sendAttachmentTweetActionDescription = Sends a Tweet with an attachment. - sendDirectMessageActionLabel = send a DirectMessage sendDirectMessageActionDescription = Sends a DirectMessage. +sendTweetActionLabel = send a Tweet +sendTweetActionDescription = Sends a Tweet.