You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: res/values-de/strings.xml
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
<stringname="error_outlet_config_name">Bitte geben Sie für jede Steckdose eine Bezeichnung ein.</string>
27
27
<stringname="error_outlet_config_number">Bitte geben Sie gültige Nummern ein.</string>
28
28
<stringname="error_port_config_number">Bitte geben Sie eine gültige Port-Nummer ein.</string>
29
+
<stringname="error_getting_first_packet">Keine Antwort vom Gerät. Entweder die Ports sind falsch konfiguriert oder das Gerät ist nicht erreichbar. Sie können versuchen, Kommandos zu schicken, aber ob\'s was nützt, ist nicht sicher.</string>
30
+
<stringname="error_setting_outlet">Keine Antwort vom Gerät oder Sie haben keine Berechtigung, diese Steckdose zu schalten.</string>
Copy file name to clipboardExpand all lines: res/values/strings.xml
+2
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@
26
26
<stringname="error_outlet_config_name">Please enter a description for every outlet.</string>
27
27
<stringname="error_outlet_config_number">Please enter only valid outlet numbers.</string>
28
28
<stringname="error_port_config_number">Please enter only valid port numbers.</string>
29
+
<stringname="error_getting_first_packet">No answer from the device. Either the ports are not configured correctly or it is out of reach. You may try sending comands, but the result is uncertain.</string>
30
+
<stringname="error_setting_outlet">No answer from the device or you don\'t gave the required permission to switch the outlet.</string>
onFirstPacketCheck.sendMessageDelayed(onFirstPacketCheck.obtainMessage(), 2000); // after 2 seconds, check if no packet was received and display the respective dialog
0 commit comments