Author: mherger
Date: Mon Jun  2 15:04:41 2008
New Revision: 2539

URL: http://svn.slimdevices.com?rev=2539&root=Jive&view=rev
Log:
Bug: 8294
Description: localize keyboard test

Modified:
    
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/TestKeypadApplet.lua
    
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/strings.txt

Modified: 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/TestKeypadApplet.lua
URL: 
http://svn.slimdevices.com/7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/TestKeypadApplet.lua?rev=2539&root=Jive&r1=2538&r2=2539&view=diff
==============================================================================
--- 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/TestKeypadApplet.lua
 (original)
+++ 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/TestKeypadApplet.lua
 Mon Jun  2 15:04:41 2008
@@ -64,7 +64,7 @@
 
 function _completedShow(self)
        local popup = Window("window")
-       popup:addWidget(Textarea("textarea", "Test Passed"))
+       popup:addWidget(Textarea("textarea", self:string("TEST_COMPLETE")))
 
        self:tieWindow(popup)
        popup:showBriefly(2000, function() self.window:hideToTop() end)

Modified: 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/strings.txt
URL: 
http://svn.slimdevices.com/7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/strings.txt?rev=2539&root=Jive&r1=2538&r2=2539&view=diff
==============================================================================
--- 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/strings.txt 
(original)
+++ 
7.2/trunk/squeezeplay/src/squeezeplay_jive/share/applets/TestKeypad/strings.txt 
Mon Jun  2 15:04:41 2008
@@ -21,3 +21,11 @@
        IT      Premere tutti i tasti e scorrere la rotellina per completare.
        NL      Druk alle knoppen in en druk op het wiel om de test te 
voltooien.
 
+TEST_COMPLETE
+       DA      Test fuldført
+       DE      Test abgeschlossen
+       EN      Test Complete
+       ES      Prueba completada
+       FR      Test terminé
+       IT      Test completato
+       NL      Test voltooid

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

Reply via email to