-center configscreen
authorDr.Best <dr_best@users.schwerkraft.elitedvb.net>
Wed, 17 Jun 2009 19:30:46 +0000 (19:30 +0000)
committerDr.Best <dr_best@users.schwerkraft.elitedvb.net>
Wed, 17 Jun 2009 19:30:46 +0000 (19:30 +0000)
-add Turkish locale (thanks to MytHoLoG)

quickbutton/po/Makefile.am
quickbutton/src/plugin.py

index 7d72ba4..46f2156 100644 (file)
@@ -13,7 +13,7 @@ GETTEXT=xgettext
 #MSGFMT = ./msgfmt.py
 MSGFMT = msgfmt
 
-LANGS := de
+LANGS := de tr
 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
 LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
 
index e52db55..afe3344 100644 (file)
@@ -167,7 +167,7 @@ def startPlugin(self,pname):
 
 class QuickbuttonSetup(ConfigListScreen, Screen):
        skin = """
-               <screen position="100,100" size="550,400" title="Quickbutton Setup" >
+               <screen position="center,center" size="550,400" title="Quickbutton Setup" >
                        <widget name="config" position="20,10" size="510,330" scrollbarMode="showOnDemand" />
                        <widget name="key_red" position="0,350" size="140,40" valign="center" halign="center" zPosition="5" transparent="1" foregroundColor="white" font="Regular;18"/>
                        <widget name="key_green" position="140,350" size="140,40" valign="center" halign="center" zPosition="5" transparent="1" foregroundColor="white" font="Regular;18"/>