Author: bklaas
Date: Tue Sep  7 13:15:22 2010
New Revision: 9097

URL: http://svn.slimdevices.com/jive?rev=9097&view=rev
Log:
Bug: n/a
Description: diagnostics applet error strings. these are subject to change 
before submitting to SLT

Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua
    
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/strings.txt

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua?rev=9097&r1=9096&r2=9097&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/DiagnosticsApplet.lua
 Tue Sep  7 13:15:22 2010
@@ -834,30 +834,30 @@
        [-1] = {        text="NET_INTERFACE_NOK",       help=""},
        [3] = {         text="NET_LINK",                help=""},
        [5] = {         text="NET_LINK_WIRELESS_OK",    help=""},
-       [-5] = {        text="NET_LINK_WIRELESS_NOK",   help=""},
+       [-5] = {        text="NET_LINK_WIRELESS_NOK",   
help="NET_LINK_WIRELESS_NOK_HELP"},
        [6] = {         text="NET_LINK_ETHERNET_OK",    help=""},
-       [-6] = {        text="NET_LINK_ETHERNET_NOK",   help=""},
+       [-6] = {        text="NET_LINK_ETHERNET_NOK",   
help="NET_LINK_ETHERNET_NOK_HELP"},
        [8] = {         text="NET_IP_OK",               help=""},
-       [-8] = {        text="NET_IP_NOK",              help=""},
+       [-8] = {        text="NET_IP_NOK",              help="NET_IP_NOK_HELP"},
        [10] = {        text="NET_GATEWAY_OK",          help=""},
-       [-10] = {       text="NET_GATEWAY_NOK",         help=""},
+       [-10] = {       text="NET_GATEWAY_NOK",         
help="NET_GATEWAY_NOK_HELP"},
        [12] = {        text="NET_DNS_OK",              help=""},
-       [-12] = {       text="NET_DNS_NOK",             help=""},
+       [-12] = {       text="NET_DNS_NOK",             
help="NET_DNS_NOK_HELP"},
        [20] = {        text="NET_ARPING",              help=""},
        [21] = {        text="NET_ARPING_OK",           help=""},
-       [-21] = {       text="NET_ARPING_NOK",          help=""},
+       [-21] = {       text="NET_ARPING_NOK",          
help="NET_ARPING_NOK_HELP"},
        [-23] = {       text="NET_SERVER_NOK",          help=""},
        [25] = {        text="NET_RESOLVE",             help=""},
        [27] = {        text="NET_RESOLVE_OK",          help=""},
-       [-27] = {       text="NET_RESOLVE_NOK",         help=""},
+       [-27] = {       text="NET_RESOLVE_NOK",         
help="NET_RESOLVE_NOK_HELP"},
        [29] = {        text="NET_PING",                help=""},
        [31] = {        text="NET_PING_OK",             help=""},
-       [-31] = {       text="NET_PING_NOK",            help=""},
+       [-31] = {       text="NET_PING_NOK",            
help="NET_PING_NOK_HELP"},
        [33] = {        text="NET_PORT",                help=""},
        [35] = {        text="NET_PORT_OK",             help=""},
-       [-35] = {       text="NET_PORT_NOK",            help=""},
+       [-35] = {       text="NET_PORT_NOK",            
help="NET_PORT_NOK_HELP"},
        [37] = {        text="NET_PORT_OK",             help=""},
-       [-37] = {       text="NET_PORT_NOK",            help=""},
+       [-37] = {       text="NET_PORT_NOK",            
help="NET_PORT_NOK_HELP"},
        [100] = {       text="NET_BRINGING_NETWORK_DOWN",       help=""},
        [102] = {       text="NET_BRINGING_NETWORK_UP",         help=""},
        [104] = {       text="NET_REPAIR_NETWORK_DONE",         help=""},

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/strings.txt
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/strings.txt?rev=9097&r1=9096&r2=9097&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/strings.txt
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay_squeezeos/share/applets/Diagnostics/strings.txt
 Tue Sep  7 13:15:22 2010
@@ -1017,30 +1017,45 @@
 NET_LINK_WIRELESS_NOK
        EN      Wireless - no link
 
+NET_LINK_WIRELESS_NOK_HELP
+       EN      Your squeezebox's wireless connection is reporting itself to be 
down.\nPossible solutions:\n - Check that your wireless router is powered on\n 
- Reboot your wireless router\n - Reposition your squeezebox and/or your 
wireless router so thay are in range of one another
+
 NET_LINK_ETHERNET_OK
        EN      Ethernet link ok
 
 NET_LINK_ETHERNET_NOK
        EN      Ethernet - no link
 
+NET_LINK_ETHERNET_NOK_HELP
+       EN      Your squeezebox's ethernet connection is reporting itself to be 
down.\nPossible solutions:\n - Confirm that the ethernet cable is plugged into 
the back of your squeezebox firmly\n - Confirm that the link light on the 
ethernet switch is lit where your squeezebox cable is plugged in\n - Replace 
the ethernet cable
+
 NET_IP_OK
        EN      IP: %s  
 
 NET_IP_NOK
        EN      No valid IP
 
+NET_IP_NOK_HELP
+       EN      Your squeezebox does not have a valid network 
address.\nPossible solutions:\n - Reboot the device that provides network 
configuration for the devices in your home network. This is typically a 
wireless router or broadband modem.
+
 NET_GATEWAY_OK
        EN      Gateway IP: %s
 
 NET_GATEWAY_NOK
        EN      No valid gateway IP
 
+NET_GATEWAY_NOK_HELP
+       EN      Your squeezebox does not have a valid gateway address to the 
internet.\nPossible solutions:\n - Reboot the device that provides network 
configuration for the devices in your home network. This is typically a 
wireless router or broadband modem.
+
 NET_DNS_OK
        EN      DNS IP: %s
 
 NET_DNS_NOK
        EN      No valid DNS IP
 
+NET_DNS_NOK_HELP
+       EN      Your squeezebox does not have a valid domain name server 
address for resolving internet addresses.\nPossible solutions:\n - Reboot the 
device that provides network configuration for the devices in your home 
network. This is typically a wireless router or broadband modem.
+
 NET_ARPING
        EN      Arping %s ...
 
@@ -1062,6 +1077,9 @@
 NET_RESOLVE_NOK
        EN      DNS resolution failed for %s
 
+NET_RESOLVE_NOK_HELP
+       EN      Your squeezebox was unable to resolve the network address for 
%s.\nPossible solutions:\n - Reboot the device that resolves internet addresses 
for your home network. This is typically a wireless router or broadband modem.
+
 NET_PING
        EN      Pinging %s ...
 
@@ -1071,6 +1089,9 @@
 NET_PING_NOK
        EN      Ping %s not ok
 
+NET_PING_NOK_HELP
+       EN      Your squeezebox was unsuccessful in getting a ping response 
from %s.\nPossible solutions:\n - Reboot the device that manages your home 
network. This is typically a wireless router or broadband modem.\n - Confirm 
that a PC on your home network can connect to the internet.
+
 NET_PORT
        EN      Test connection to %s
 
@@ -1080,6 +1101,9 @@
 NET_PORT_NOK
        EN      Connection to %s not ok
 
+NET_PORT_NOK_HELP
+       EN      Your squeezebox could not connect to %s.\nPossible solutions:\n 
- Reboot the device that manages your home network. This is typically a 
wireless router or broadband modem.
+
 NET_SUCCESS
        EN      All network tests passed successfully
 

_______________________________________________
Jive-checkins mailing list
Jive-checkins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to