/[thuban]/trunk/thuban/Thuban/UI/about.py
ViewVC logotype

Diff of /trunk/thuban/Thuban/UI/about.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2427 by jan, Tue Sep 28 19:17:14 2004 UTC revision 2428 by jan, Sat Nov 27 21:40:01 2004 UTC
# Line 37  class About(wxDialog): Line 37  class About(wxDialog):
37          # Note: The source code is in ASCII, so we escape some          # Note: The source code is in ASCII, so we escape some
38          # characters to get byte strings in latin1.          # characters to get byte strings in latin1.
39          lead_developer = 'Bernhard Herzog'          lead_developer = 'Bernhard Herzog'
40          developers = [ 'Jonathan Coles', 'Frank Koormann',          developers = [ 'Jonathan Coles',
41                         unicodeToLocale(u'Martin M\xfcller'), 'Jan-Oliver Wagner' ]                         'Frank Koormann',
42                           unicodeToLocale(u'Martin M\xfcller'),
43                           'Bernhard Reiter',
44                           'Jan-Oliver Wagner' ]
45          translators = [ ( _('French'), 'Daniel Calvelo Aros' ),          translators = [ ( _('French'), 'Daniel Calvelo Aros' ),
46                          ( _('German'), unicodeToLocale(u'Bj\xf6rn Broscheit')),                          ( _('German'), unicodeToLocale(u'Bj\xf6rn Broscheit')),
47                            ( _('Hungarian'), 'Norbert Solymosi'),
48                          ( _('Italian'), 'Maurizio Napolitano'),                          ( _('Italian'), 'Maurizio Napolitano'),
49                          ( _('Portuguese (Brazilian)'), 'Eduardo Patto Kanegae'),                          ( _('Portuguese (Brazilian)'), 'Eduardo Patto Kanegae'),
50                          ( _('Russian'), 'Alex Shevlakov'),                          ( _('Russian'), 'Alex Shevlakov'),
51                          ( _('Spanish'), 'Daniel Calvelo Aros') ]                          ( _('Spanish'), 'Daniel Calvelo Aros') ]
52          other_contributors = [ 'Jonathan Byron', 'Silke Reimer',          other_contributors = [ 'Jonathan Byron',
53                                 'Bernhard Reiter' ]                                 'Ole Rahn',
54                                   'Silke Reimer' ]
55          dyn_modules = [ ('wxPython', versions['wxPython']),          dyn_modules = [ ('wxPython', versions['wxPython']),
56                          ('Python',   versions['python']),                          ('Python',   versions['python']),
57                          ('PySQLite', versions['pysqlite']),                          ('PySQLite', versions['pysqlite']),

Legend:
Removed from v.2427  
changed lines
  Added in v.2428

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26