diff --git a/bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties b/bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties new file mode 100644 index 00000000000..016fe4d68bb --- /dev/null +++ b/bundles/org.openhab.binding.x/src/main/resources/OH-INF/i18n/x_it.properties @@ -0,0 +1,32 @@ +# add-on + +addon.x.name = Binding X +addon.x.description = Supporta l'aggiunta di Thing per ottenere l'ultimo Post. Invia messaggi e immagini con azioni. + +# thing types + +thing-type.x.account.label = Account X +thing-type.x.account.description = Account utilizzato per inviare messaggi + +# thing types config + +thing-type.config.x.account.accessToken.label = Token Accesso +thing-type.config.x.account.accessTokenSecret.label = Segreto per Token di Accesso +thing-type.config.x.account.consumerKey.label = Chiave API utente +thing-type.config.x.account.consumerSecret.label = Segreti API utente +thing-type.config.x.account.refresh.label = Tempo di aggiornamento +thing-type.config.x.account.refresh.description = Aggiorna il tempo per questo account in Minuti + +# channel types + +channel-type.x.lastpost.label = Ultimo Post +channel-type.x.lastpost.description = Ultimo Post Utenti + +# actions + +sendAttachmentPostActionLabel = invia un Post con allegato +sendAttachmentPostActionDescription = Invia un Post con un allegato. +sendDirectMessageActionLabel = invia un DirectMessage +sendDirectMessageActionDescription = Invia un DirectMessage. +sendPostActionLabel = invia un Post +sendPostActionDescription = Invia un Messaggio.