1 |
# Copyright (c) 2001-2007 by Intevation GmbH |
# Copyright (c) 2001-2007 by Intevation GmbH |
2 |
|
# vim: set fileencoding=ISO-8859-15 : |
3 |
# Authors: |
# Authors: |
4 |
# Jonathan Coles <[email protected]> |
# Jonathan Coles <[email protected]> |
5 |
# Bernhard Reiter <[email protected]> |
# Bernhard Reiter <[email protected]> |
44 |
'Didrik Pinte (2006 - )', |
'Didrik Pinte (2006 - )', |
45 |
'Bernhard Reiter (2004 - )', |
'Bernhard Reiter (2004 - )', |
46 |
'Jan-Oliver Wagner (2002 - 2005)' ] |
'Jan-Oliver Wagner (2002 - 2005)' ] |
47 |
translators = [ ( _('French'), 'Daniel Calvelo Aros' ), |
translators = [ ( _('French'), 'Daniel Calvelo Aros, Didrik Pinte' ), |
48 |
( _('German'), |
( _('German'), |
49 |
internal_from_unicode(u'Bj\xf6rn Broscheit')), |
internal_from_unicode(u'Bj\xf6rn Broscheit (2003)') + |
50 |
|
', Bernhard Reiter') , |
51 |
( _('Hungarian'), 'Norbert Solymosi'), |
( _('Hungarian'), 'Norbert Solymosi'), |
52 |
( _('Italian'), 'Maurizio Napolitano'), |
( _('Italian'), 'Maurizio Napolitano'), |
53 |
( _('Portuguese (Brazilian)'), 'Eduardo Patto Kanegae'), |
( _('Portuguese (Brazilian)'), 'Eduardo Patto Kanegae'), |
54 |
( _('Russian'), 'Alex Shevlakov'), |
( _('Russian'), 'Alex Shevlakov'), |
55 |
( _('Spanish'), 'Daniel Calvelo Aros') ] |
( _('Spanish'), 'Daniel Calvelo Aros'), |
56 |
|
( _('Czech'), 'Jachym Cepicky') ] |
57 |
other_contributors = [ 'Jonathan Byron (2004)', |
other_contributors = [ 'Jonathan Byron (2004)', |
58 |
'Ole Rahn (2004)', |
'Ole Rahn (2004)', |
59 |
'Silke Reimer (2003, 2004)', |
'Silke Reimer (2003, 2004)', |
149 |
|
|
150 |
text_title = wx.StaticText(self, -1, |
text_title = wx.StaticText(self, -1, |
151 |
_("Thuban is a program for exploring geographic data.\n\n") + |
_("Thuban is a program for exploring geographic data.\n\n") + |
152 |
"Copyright 2001-2007 Intevation GmbH.\n" + |
"Copyright 2001-2008 Intevation GmbH.\n" + |
153 |
_("Thuban is licensed under the GNU GPL"), |
_("Thuban is licensed under the GNU GPL v>=2"), |
154 |
style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE) |
style=wx.ST_NO_AUTORESIZE|wx.ALIGN_CENTRE) |
155 |
|
|
156 |
textBox = wx.TextCtrl(self, -1, text, |
textBox = wx.TextCtrl(self, -1, text, |