49 |
( _('Russian'), 'Alex Shevlakov'), |
( _('Russian'), 'Alex Shevlakov'), |
50 |
( _('Spanish'), 'Daniel Calvelo Aros') ] |
( _('Spanish'), 'Daniel Calvelo Aros') ] |
51 |
other_contributors = [ 'Jonathan Byron', |
other_contributors = [ 'Jonathan Byron', |
52 |
|
'Didrik Pinte', |
53 |
'Ole Rahn', |
'Ole Rahn', |
54 |
'Silke Reimer' ] |
'Silke Reimer' ] |
55 |
dyn_modules = [ ('wxPython', versions['wxPython']), |
dyn_modules = [ ('wxPython', versions['wxPython']), |
138 |
|
|
139 |
text_title = wxStaticText(self, -1, |
text_title = wxStaticText(self, -1, |
140 |
_("Thuban is a program for exploring geographic data.\n\n") + |
_("Thuban is a program for exploring geographic data.\n\n") + |
141 |
"Copyright 2001-2005 Intevation GmbH.\n" + |
"Copyright 2001-2006 Intevation GmbH.\n" + |
142 |
_("Thuban is licensed under the GNU GPL"), |
_("Thuban is licensed under the GNU GPL"), |
143 |
style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE) |
style=wxST_NO_AUTORESIZE|wxALIGN_CENTRE) |
144 |
|
|