X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fabout_dialog.cc;h=2dc7e78ac803189ae54526945f9f8de2f2a6c8f6;hb=62c03e3d3493df8a31361b3281c443cac35decb0;hp=7a7039d0c413e5f17b5b22fe29d10113ff56d609;hpb=04644d9d3beaff382d4d4765008ccecea2613793;p=dcpomatic.git diff --git a/src/wx/about_dialog.cc b/src/wx/about_dialog.cc index 7a7039d0c..2dc7e78ac 100644 --- a/src/wx/about_dialog.cc +++ b/src/wx/about_dialog.cc @@ -116,6 +116,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Gökhan Aksoy")); translated_by.Add (wxT ("Thiago Andre")); translated_by.Add (wxT ("Felice D'Andrea")); + translated_by.Add (wxT ("Németh Áron")); translated_by.Add (wxT ("Grégoire Ausina")); translated_by.Add (wxT ("Tomáš Begeni")); translated_by.Add (wxT ("Fabio \"Zak\" Belli")); @@ -138,6 +139,7 @@ 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")); @@ -148,7 +150,7 @@ AboutDialog::AboutDialog (wxWindow* parent) translated_by.Add (wxT ("Igor Voytovich")); translated_by.Add (wxT ("Rov (若文)")); translated_by.Add (wxT ("刘汉源")); - add_section (_("Translated by"), translated_by); + add_section (_("Translated by"), translated_by); wxArrayString patrons; patrons.Add ("Luproduction"); @@ -177,6 +179,7 @@ AboutDialog::AboutDialog (wxWindow* parent) tested_by.Add (wxT ("Daniel Chauvet")); tested_by.Add (wxT ("Adam Colt")); tested_by.Add (wxT ("John Convertino")); + tested_by.Add (wxT ("Daniel Courville")); tested_by.Add (wxT ("Andreas Eli")); tested_by.Add (wxT ("Leo Enticknap")); tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));