Author: bklaas
Date: Tue Mar 25 09:31:13 2008
New Revision: 2146

URL: http://svn.slimdevices.com?rev=2146&root=Jive&view=rev
Log:
Bug: 7392
Description: display context-appropriate message for connection failure message

Modified:
    
trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/SetupSqueezeboxApplet.lua
    trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/strings.txt

Modified: 
trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/SetupSqueezeboxApplet.lua
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/SetupSqueezeboxApplet.lua?rev=2146&root=Jive&r1=2145&r2=2146&view=diff
==============================================================================
--- 
trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/SetupSqueezeboxApplet.lua
 (original)
+++ 
trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/SetupSqueezeboxApplet.lua
 Tue Mar 25 09:31:13 2008
@@ -1502,7 +1502,11 @@
                                })
 
 
-       helpText = self:string("SQUEEZEBOX_PROBLEM_HELP")
+       local helpText = self:string("SQUEEZEBOX_PROBLEM_HELP")
+       if self.interface == 'wired' then
+               helpText = self:string("SQUEEZEBOX_ETHERNET_PROBLEM_HELP")
+       end
+
        if self.errorMsg then
                helpText = tostring(helpText) .. 
tostring(self:string(self.errorMsg))
        end

Modified: 
trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/strings.txt
URL: 
http://svn.slimdevices.com/trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/strings.txt?rev=2146&root=Jive&r1=2145&r2=2146&view=diff
==============================================================================
--- trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/strings.txt 
(original)
+++ trunk/squeezeplay/src/squeezeplay/share/applets/SetupSqueezebox/strings.txt 
Tue Mar 25 09:31:13 2008
@@ -111,6 +111,9 @@
        IT      Salta questa operazione
        NL      Deze stap overslaan
 
+SQUEEZEBOX_ETHERNET_PROBLEM_HELP
+       EN      Couldn't connect your Squeezebox to your ethernet network.
+
 SQUEEZEBOX_PROBLEM_HELP
        DA      Kunne ikke tilslutte din Squeezebox til dit trådløse 
netværk. Sikre dig at den er indenfor rækkevidde for dit trådløse netværk.
        DE      Die Squeezebox konnte nicht mit dem kabellosen Netzwerk 
verbunden werden. Vergewissern Sie sich, dass sie sich in Reichweite befindet.

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to