Translator names in credits
svn: r1306
This commit is contained in:
parent
8637d33501
commit
a631b949cb
23
src/const.py
23
src/const.py
@ -102,11 +102,30 @@ startup = 1
|
|||||||
progName = "GRAMPS"
|
progName = "GRAMPS"
|
||||||
version = "0.9.0-rc5"
|
version = "0.9.0-rc5"
|
||||||
copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1")
|
copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1")
|
||||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
"Management Programming System) is a personal "
|
"Management Programming System) is a personal "
|
||||||
"genealogy program.")
|
"genealogy program.")
|
||||||
documenters = [ 'Don Allingham', 'Lawrence Allingham' ]
|
authors = [
|
||||||
|
"Donald N. Allingham <dallingham@users.sourceforge.net>",
|
||||||
|
"David Hampton",
|
||||||
|
"Donald A. Peterson <dpeterson@sigmaxi.org>"
|
||||||
|
]
|
||||||
|
|
||||||
|
documenters = [
|
||||||
|
'Donald N. Allingham <dallingham@users.sourceforge.net>',
|
||||||
|
'Lawrence Allingham'
|
||||||
|
]
|
||||||
|
|
||||||
|
translators = u'Radek Malcic <malcic@atlas.cz>\n' \
|
||||||
|
u'Lars Kristian Lundin <gramps@lklundin.dk>\n' \
|
||||||
|
u'Bernd Schandl <schandl@gmx.net>\n' \
|
||||||
|
u'Andr\xe9s Sep\xfalveda <andres@ccpo.odu.edu>\n' \
|
||||||
|
u'Laurent Protois <laurent.protois@free.fr>\n' \
|
||||||
|
u'Marco Molteni <molter@gufi.org>\n' \
|
||||||
|
u'Marcos Bedinelli\n' \
|
||||||
|
u'Alexander Roitman <shura@alex.neuro.umn.edu>\n' \
|
||||||
|
u'Jens Arvidsson <arvid-jens@algonet.se>' \
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -102,11 +102,30 @@ startup = 1
|
|||||||
progName = "GRAMPS"
|
progName = "GRAMPS"
|
||||||
version = "@VERSIONSTRING@"
|
version = "@VERSIONSTRING@"
|
||||||
copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1")
|
copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1")
|
||||||
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
|
|
||||||
comments = _("GRAMPS (Genealogical Research and Analysis "
|
comments = _("GRAMPS (Genealogical Research and Analysis "
|
||||||
"Management Programming System) is a personal "
|
"Management Programming System) is a personal "
|
||||||
"genealogy program.")
|
"genealogy program.")
|
||||||
documenters = [ 'Don Allingham', 'Lawrence Allingham' ]
|
authors = [
|
||||||
|
"Donald N. Allingham <dallingham@users.sourceforge.net>",
|
||||||
|
"David Hampton",
|
||||||
|
"Donald A. Peterson <dpeterson@sigmaxi.org>"
|
||||||
|
]
|
||||||
|
|
||||||
|
documenters = [
|
||||||
|
'Donald N. Allingham <dallingham@users.sourceforge.net>',
|
||||||
|
'Lawrence Allingham'
|
||||||
|
]
|
||||||
|
|
||||||
|
translators = u'Radek Malcic <malcic@atlas.cz>\n' \
|
||||||
|
u'Lars Kristian Lundin <gramps@lklundin.dk>\n' \
|
||||||
|
u'Bernd Schandl <schandl@gmx.net>\n' \
|
||||||
|
u'Andr\xe9s Sep\xfalveda <andres@ccpo.odu.edu>\n' \
|
||||||
|
u'Laurent Protois <laurent.protois@free.fr>\n' \
|
||||||
|
u'Marco Molteni <molter@gufi.org>\n' \
|
||||||
|
u'Marcos Bedinelli\n' \
|
||||||
|
u'Alexander Roitman <shura@alex.neuro.umn.edu>\n' \
|
||||||
|
u'Jens Arvidsson <arvid-jens@algonet.se>' \
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
|
@ -522,7 +522,7 @@ class Gramps:
|
|||||||
const.comments,
|
const.comments,
|
||||||
const.authors,
|
const.authors,
|
||||||
const.documenters,
|
const.documenters,
|
||||||
"",
|
const.translators,
|
||||||
pixbuf).show()
|
pixbuf).show()
|
||||||
|
|
||||||
def on_contents_activate(self,obj):
|
def on_contents_activate(self,obj):
|
||||||
|
Loading…
Reference in New Issue
Block a user