-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openwebnet] Fixes discovery of devices on local bus. Added it transl…
…ation (#11644) Signed-off-by: Massimo Valla <mvcode00@gmail.com>
- Loading branch information
Showing
5 changed files
with
37 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 16 additions & 10 deletions
26
bundles/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
# Thing status descriptions | ||
offline.conf-error-no-ip-address = Cannot connect to gateway. No host/IP has been provided in Bridge configuration. | ||
offline.conf-error-no-serial-port = Cannot connect to gateway. No serial port has been provided in Bridge configuration. | ||
offline.conf-error-where = WHERE parameter in Thing configuration is null or invalid | ||
offline.conf-error-no-bridge = No bridge associated, please assign a bridge in Thing configuration. | ||
offline.conf-error-auth = Authentication error. Check gateway password in Thing Configuration Parameters | ||
|
||
offline.comm-error-disconnected = Disconnected from gateway | ||
offline.comm-error-timeout = Connection to gateway timed out | ||
offline.comm-error-connection = Could not connect to gateway | ||
# binding | ||
|
||
binding.openwebnet.name = OpenWebNet (BTicino/Legrand) Binding | ||
binding.openwebnet.description = The OpenWebNet binding integrates BTicino (Legrand) MyHOME® BUS and wireless systems using the OpenWebNet protocol. | ||
|
||
# thing status descriptions | ||
|
||
offline.conf-error-no-ip-address = Cannot connect to gateway. No host/IP address has been provided in configuration. | ||
offline.conf-error-no-serial-port = Cannot connect to gateway. No serial port has been provided in configuration. | ||
offline.conf-error-where = OpenWebNet Address (where) parameter in configuration is null or invalid. | ||
offline.conf-error-no-bridge = No bridge associated. Assign a bridge in configuration. | ||
offline.conf-error-auth = Authentication failed. Check gateway password in configuration. | ||
|
||
offline.comm-error-disconnected = Disconnected from gateway. | ||
offline.comm-error-timeout = Connection to gateway timed out. | ||
offline.comm-error-connection = Could not connect to gateway. | ||
|
||
unknown.waiting-state = Waiting state update... |
2 changes: 1 addition & 1 deletion
2
...es/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet_hu.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
...es/org.openhab.binding.openwebnet/src/main/resources/OH-INF/i18n/openwebnet_it.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# binding | ||
|
||
binding.openwebnet.name = OpenWebNet (BTicino/Legrand) Binding | ||
binding.openwebnet.description = Il binding OpenWebNet integra i sistemi BTicino (Legrand) MyHOME® BUS e wireless tramite il protocollo OpenWebNet. | ||
|
||
# thing status descriptions | ||
|
||
offline.conf-error-no-ip-address = Impossibile connettersi al gateway. Nessun host/IP specificato nella configurazione. | ||
offline.conf-error-no-serial-port = Impossibile connettersi al gateway. Nessuna porta seriale specificata nella configurazione. | ||
offline.conf-error-where = Il parametro OpenWebNet Address (where) nella configurazione è nullo o non valido. | ||
offline.conf-error-no-bridge = Nessun bridge associato. Assegnare un bridge nella configurazione. | ||
offline.conf-error-auth = Autenticazione fallita. Verificare la password nella configurazione. | ||
|
||
offline.comm-error-disconnected = Disconnesso dal gateway. | ||
offline.comm-error-timeout = Connessione al gateway non riuscita in tempo. | ||
offline.comm-error-connection = Impossibile connettersi al gateway. | ||
|
||
unknown.waiting-state = In attesa di aggiornamento di stato... |