Index: shared/scripts/configuration/strings.py =================================================================== diff -u -raea720dc4efe66713d2b9a00a7d6a2497dbcaea4 -r4dfe8f7ce0cf625ca3039ff482eba432f3cf7ade --- shared/scripts/configuration/strings.py (.../strings.py) (revision aea720dc4efe66713d2b9a00a7d6a2497dbcaea4) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 4dfe8f7ce0cf625ca3039ff482eba432f3cf7ade) @@ -1062,6 +1062,11 @@ SSID_TEXT = "SSID" SCAN_TEXT = "SCAN" SCAN_FINISHED_TEXT = "Scan Finished" +BACK_BUTTON_TEXT = "BACK" +IP_FAILED_MSG = "Failed to set static IP Address" +GATEWAY_FAILED_MSG = "Failed to set gateway." +SUBNET_FAILED_MSG = "Failed to set subnet mask." +DNS_FAILED_MSG = "Failed to set DNS." #Bluetooth cuff BLUETOOTH_CUFF_TITLE_TEXT = "Bluetooth Cuff"