X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=fbb89bfd665f2a4e1515c2b88941c0b5c48c086b;hb=913bb4e71f287ec7fc050ba5bcf12e3fae26ecfa;hp=ff8f947142777bd8ed98c36b457ea8ef20f42709;hpb=13ebde8a7ab4423d4380ece07b93c180a7234b0b;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index ff8f94714..fbb89bfd6 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -86,7 +86,7 @@ AboutDialog::AboutDialog (wxWindow* parent) t = new StaticText ( this, - _("(C) 2012-2022 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), + _("(C) 2012-2023 Carl Hetherington, Terrence Meiczinger\n Ole Laursen"), wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER ); @@ -123,6 +123,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Cherif Ben Brahim")); translated_by.Add (wxT ("Massimiliano Broggi")); translated_by.Add (wxT ("Dan Cohen")); + translated_by.Add (wxT ("Akivili Collindort")); translated_by.Add (wxT ("Davide Dall'AraCiao")); translated_by.Add (wxT ("Uwe Dittes")); translated_by.Add (wxT ("Михаил Эпштейн")); @@ -139,23 +140,25 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Mike Mazur")); translated_by.Add (wxT ("Rob van Nieuwkerk")); translated_by.Add (wxT ("Anders Uhl Pedersen")); + translated_by.Add (wxT ("David Perrenoud")); translated_by.Add (wxT ("Olivier Perriere")); translated_by.Add (wxT ("Markus Raab")); translated_by.Add (wxT ("Tiago Casal Ribeiro")); translated_by.Add (wxT ("Davide Sanvito")); translated_by.Add (wxT ("Marek Skrzelowski")); + translated_by.Add (wxT ("Danbo Song")); translated_by.Add (wxT ("Martin Srebotnjak")); translated_by.Add (wxT ("Michał Tomaszewski")); translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); + translated_by.Add (wxT ("poppinzhang")); add_section (_("Translated by"), translated_by); wxArrayString patrons; - patrons.Add ("Luproduction"); patrons.Add ("Lightbender Post"); patrons.Add ("Drop-out Cinema"); - patrons.Add ("Pilotkino LLC"); + patrons.Add ("Root & Rust Creative"); add_section (_("Patrons"), patrons); wxArrayString subscribers; @@ -179,6 +182,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); tested_by.Add (wxT ("Daniel Courville")); + tested_by.Add (wxT ("Marek Dudzik")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));