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
<stringname="error_edited_device_not_found">Internal program error: edited device not found!</string>
23
+
<stringname="error_listen_thread_exception">Could not listen on port %d:\n</string>
24
+
<stringname="error_port_lt_1024">(ports < 1024 only possible on rooted devices)</string>
25
+
<stringname="error_outlet_title">Outlet data error</string>
26
+
<stringname="error_outlet_config_name">Please enter a description for every outlet.</string>
27
+
<stringname="error_outlet_config_number">Please enter only valid outlet numbers.</string>
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>
<stringname="confirmation_delete_device">Are you sure you want to delete this device?</string>
63
+
<stringname="confirmation_delete_all_devices">Are you sure you want to delete all devices?</string>
64
+
65
+
<stringname="preference_standard_send_port">Standard UDP port for sending queries</string>
66
+
<stringname="preference_standard_send_port_summary">Queries will be sent to this port. (This corresponds to the \"RECEIVE\" port in the device\'s web interface)</string>
67
+
<stringname="preference_standard_recv_port">Standard UDP port for receiving from the device</string>
68
+
<stringname="preference_standard_recv_port_summary">The application will listen on this port for answers (and on each port of your configured devices, if any). This corresponds to the \"SEND\" port in the device\'s web interface</string>
69
+
70
+
<stringname="outlet_name">Name</string>
71
+
<stringname="outlet_numbers">Number</string>
72
+
<stringname="outlet_delete">Delete</string>
73
+
74
+
<stringname="choose_widget_device">Please choose a device for this widget</string>
0 commit comments