diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-07-27 17:09:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-07-27 17:09:21 +0000 |
| commit | 34a335c9f17e736de4aaa136b9d799616d7b73ae (patch) | |
| tree | db505588de966fc4916def687985e50219a74854 /src | |
| parent | 066cc8a5812e6d87bdec546d192d6f5069608cab (diff) | |
Sync translators / testers with database.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/about_dialog.cc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 148655826..c8860f7ba 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -97,18 +97,21 @@ AboutDialog::AboutDialog (wxWindow* parent) wxArrayString translated_by; translated_by.Add (wxT ("Manuel AC")); + translated_by.Add (wxT ("Max Aeschlimann")); + translated_by.Add (wxT ("Grégoire Ausina")); + translated_by.Add (wxT ("Cherif Ben Brahim")); translated_by.Add (wxT ("Massimiliano Broggi")); translated_by.Add (wxT ("William Fanelli")); translated_by.Add (wxT ("Thierry Journet")); translated_by.Add (wxT ("Adam Klotblixt")); + translated_by.Add (wxT ("Theo Kooijmans")); + translated_by.Add (wxT ("Carsten Kurz")); translated_by.Add (wxT ("Lilian Lefranc")); translated_by.Add (wxT ("Olivier Perriere")); translated_by.Add (wxT ("Markus Raab")); - translated_by.Add (wxT ("Theo Kooijmans")); - translated_by.Add (wxT ("Max Aeschlimann")); - translated_by.Add (wxT ("Carsten Kurz")); - translated_by.Add (wxT ("Grégoire Ausina")); - translated_by.Add (wxT ("Cherif Ben Brahim")); + translated_by.Add (wxT ("Davide Sanvito")); + translated_by.Add (wxT ("Marek Skrzelowski")); + translated_by.Add (wxT ("Igor Voytovich")); add_section (_("Translated by"), translated_by); wxArrayString with_help_from; @@ -226,8 +229,8 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Lilian Lefranc")); tested_by.Add (wxT ("Olivier Lemaire")); tested_by.Add (wxT ("Gavin Lewarne")); - tested_by.Add (wxT ("Mattias Mattsson")); tested_by.Add (wxT ("Gérald Maruccia")); + tested_by.Add (wxT ("Mattias Mattsson")); tested_by.Add (wxT ("Will Meadows")); tested_by.Add (wxT ("Brad Miller")); tested_by.Add (wxT ("Ash Mitchell")); |
