From: lolodomo Date: Sat, 6 Nov 2021 09:08:57 +0000 (+0100) Subject: [twitter] Extend properties file with all default translations (#11528) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=360c6caf5c49698f55b14054af59484c0701b288;p=openhab-addons.git [twitter] Extend properties file with all default translations (#11528) Signed-off-by: Laurent Garnier --- 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 3de984bd6a..1dc20882dc 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.