translate
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 18 Nov 2005 05:20:42 +0000 (05:20 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 18 Nov 2005 05:20:42 +0000 (05:20 +0000)
po/de.po
po/xml2po.py

index 53eb0a9..16ac629 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -393,7 +393,7 @@ msgstr ""
 
 #: ../data/
 msgid "About..."
-msgstr "Ueber"
+msgstr "Ueber..."
 
 #: ../data/
 msgid "Common Interface"
index 382f2d8..dac3a77 100755 (executable)
@@ -12,6 +12,8 @@ class parseXML(ContentHandler):
        def startElement(self, name, attrs):
                if (attrs.has_key('text')):
                        attrlist[attrs.get('text', "")] = "foo"
+               if (attrs.has_key('title')):
+                       attrlist[attrs.get('title', "")] = "foo"
 
 parser = make_parser()