+# 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.