Author: bklaas
Date: Fri Apr 30 12:19:09 2010
New Revision: 8761

URL: http://svn.slimdevices.com/jive?rev=8761&view=rev
Log:
Bug: n/a
Description: add search to the list of potential shortcuts

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/ShortcutsApplet.lua
    7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/strings.txt

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/ShortcutsApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/ShortcutsApplet.lua?rev=8761&r1=8760&r2=8761&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/ShortcutsApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/ShortcutsApplet.lua
 Fri Apr 30 12:19:09 2010
@@ -90,6 +90,7 @@
 --                     ["8"]                  = {text = "8", offerOn = {"ir"}, 
weight = 90},
 --                     ["9"]                  = {text = "9", offerOn = {"ir"}, 
weight = 90},
                        ["text_mode"]          = {text = 
self:string("SHORTCUTS_OUTPUT_TEXT_MODE", 6), offerOn = {"touch", "ir", 
"keys"}, weight = 94},
+                       ["go_search"]          = {text = 
self:string("SHORTCUTS_OUTPUT_SEARCH", 6), offerOn = {"touch", "ir", "keys"}, 
weight = 94},
                }
                if System:hasTouch() then
                        self.outputActionMap["power"]  = {text = 
self:string("SHORTCUTS_OUTPUT_POWER"), offerOn = {"touch", "touchPrimary", 
"ir", "keys"}, weight = 60}

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/strings.txt
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/strings.txt?rev=8761&r1=8760&r2=8761&view=diff
==============================================================================
--- 7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/strings.txt 
(original)
+++ 7.5/trunk/squeezeplay/src/squeezeplay/share/applets/Shortcuts/strings.txt 
Fri Apr 30 12:19:09 2010
@@ -625,3 +625,18 @@
        RU      Задать предустановку %s
        SV      Ställ in förinställning %s
 
+SHORTCUTS_OUTPUT_SEARCH
+       CS      Vyhledat
+       DA      Søg
+       DE      Suchen
+       EN      Search
+       ES      Buscar
+       FI      Etsi
+       FR      Recherche
+       IT      Ricerca
+       NL      Zoeken
+       NO      Søk
+       PL      Szukaj
+       RU      Поиск
+       SV      Sök
+

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

Reply via email to