diff --git a/src/const.py b/src/const.py index 42313b643..a61f8886d 100644 --- a/src/const.py +++ b/src/const.py @@ -102,11 +102,30 @@ startup = 1 progName = "GRAMPS" version = "0.9.0-rc5" 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 " "Management Programming System) is a personal " "genealogy program.") -documenters = [ 'Don Allingham', 'Lawrence Allingham' ] +authors = [ + "Donald N. Allingham ", + "David Hampton", + "Donald A. Peterson " + ] + +documenters = [ + 'Donald N. Allingham ', + 'Lawrence Allingham' + ] + +translators = u'Radek Malcic \n' \ + u'Lars Kristian Lundin \n' \ + u'Bernd Schandl \n' \ + u'Andr\xe9s Sep\xfalveda \n' \ + u'Laurent Protois \n' \ + u'Marco Molteni \n' \ + u'Marcos Bedinelli\n' \ + u'Alexander Roitman \n' \ + u'Jens Arvidsson ' \ + #------------------------------------------------------------------------- # diff --git a/src/const.py.in b/src/const.py.in index 5e552588f..d2d0db1dd 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -102,11 +102,30 @@ startup = 1 progName = "GRAMPS" version = "@VERSIONSTRING@" 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 " "Management Programming System) is a personal " "genealogy program.") -documenters = [ 'Don Allingham', 'Lawrence Allingham' ] +authors = [ + "Donald N. Allingham ", + "David Hampton", + "Donald A. Peterson " + ] + +documenters = [ + 'Donald N. Allingham ', + 'Lawrence Allingham' + ] + +translators = u'Radek Malcic \n' \ + u'Lars Kristian Lundin \n' \ + u'Bernd Schandl \n' \ + u'Andr\xe9s Sep\xfalveda \n' \ + u'Laurent Protois \n' \ + u'Marco Molteni \n' \ + u'Marcos Bedinelli\n' \ + u'Alexander Roitman \n' \ + u'Jens Arvidsson ' \ + #------------------------------------------------------------------------- # diff --git a/src/gramps_main.py b/src/gramps_main.py index 3e65dd2cc..1a6ee91f4 100755 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -522,7 +522,7 @@ class Gramps: const.comments, const.authors, const.documenters, - "", + const.translators, pixbuf).show() def on_contents_activate(self,obj):