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 53eb0a9aedf08a340da936c3b5c6868a8beb94fd..16ac629b8d83ea729a70ae446ae3cd96c5209f12 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -393,7 +393,7 @@ msgstr ""
 
 #: ../data/
 msgid "About..."
 
 #: ../data/
 msgid "About..."
-msgstr "Ueber"
+msgstr "Ueber..."
 
 #: ../data/
 msgid "Common Interface"
 
 #: ../data/
 msgid "Common Interface"
index 382f2d894d42fb058ede318d7e2a3a48f1e9c582..dac3a773908fe12a1ce3de40e2180386a21d4758 100755 (executable)
@@ -12,6 +12,8 @@ class parseXML(ContentHandler):
        def startElement(self, name, attrs):
                if (attrs.has_key('text')):
                        attrlist[attrs.get('text', "")] = "foo"
        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()
 
 
 parser = make_parser()