Add first part of pt_BR translation from Thiago Andre.
[dcpomatic.git] / src / wx / about_dialog.cc
index b342c2a27225bffac8d4f06d4d76ebb5b5808c69..daf4c95a997291b78e2c89aa3dbd8543a0098b82 100644 (file)
@@ -98,7 +98,10 @@ AboutDialog::AboutDialog (wxWindow* parent)
        wxArrayString translated_by;
        translated_by.Add (wxT ("Manuel AC"));
        translated_by.Add (wxT ("Max Aeschlimann"));
+       translated_by.Add (wxT ("Thiago Andre"));
        translated_by.Add (wxT ("Grégoire Ausina"));
+       translated_by.Add (wxT ("Tomáš Begeni"));
+       translated_by.Add (wxT ("Fabio \"Zak\" Belli"));
        translated_by.Add (wxT ("Cherif Ben Brahim"));
        translated_by.Add (wxT ("Massimiliano Broggi"));
        translated_by.Add (wxT ("Davide Dall'AraCiao"));
@@ -136,12 +139,14 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Silvio Bonomi"));
        supported_by.Add (wxT ("Jeff Boot"));
        supported_by.Add (wxT ("Kieran Carroll"));
+       supported_by.Add (wxT ("Nathan Carpenter"));
        supported_by.Add (wxT ("Matt Carter"));
        supported_by.Add (wxT ("Frank Cianciolo"));
        supported_by.Add (wxT ("Cinema Clarici"));
        supported_by.Add (wxT ("Adam Colt"));
        supported_by.Add (wxT ("Adam Cousins"));
        supported_by.Add (wxT ("Matthias Damm"));
+       supported_by.Add (wxT ("Yohann Dedy"));
        supported_by.Add (wxT ("Alexey Derevyanko"));
        supported_by.Add (wxT ("Thomas Dickens"));
        supported_by.Add (wxT ("Unwana Essien"));
@@ -161,7 +166,9 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Patrick Haderer"));
        supported_by.Add (wxT ("Jeff Hemingway"));
        supported_by.Add (wxT ("Antonio Ruiz Hernandez"));
+       supported_by.Add (wxT ("Karl Jacob"));
        supported_by.Add (wxT ("Jonathan Jensen"));
+       supported_by.Add (wxT ("Thierry Journet"));
        supported_by.Add (wxT ("Zbigniew Kamiński"));
        supported_by.Add (wxT ("Chris Kay"));
        supported_by.Add (wxT ("Lars Kelto"));
@@ -171,13 +178,18 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Filip Kovcin"));
        supported_by.Add (wxT ("Cihan Kulaber"));
        supported_by.Add (wxT ("Carsten Kurz"));
+       supported_by.Add (wxT ("Mandorla"));
+       supported_by.Add (wxT ("Gerard Manshanden"));
        supported_by.Add (wxT ("Daniel Martinez Lara"));
+       supported_by.Add (wxT ("Stefan Massopust"));
+       supported_by.Add (wxT ("Michal Moc"));
        supported_by.Add (wxT ("Lilian Lefranc"));
        supported_by.Add (wxT ("Sean Leigh"));
        supported_by.Add (wxT ("Olivier Lemaire"));
        supported_by.Add (wxT ("Gavin Lewarne"));
        supported_by.Add (wxT ("Theo Lipfert"));
        supported_by.Add (wxT ("Paweł Lipiński"));
+       supported_by.Add (wxT ("Juan Marin Lorenzo"));
        supported_by.Add (wxT ("Adrian Manolescu"));
        supported_by.Add (wxT ("Mattias Mattsson"));
        supported_by.Add (wxT ("George Mazarakis"));
@@ -186,18 +198,25 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Sylvain Mielle"));
        supported_by.Add (wxT ("Howard Molton"));
        supported_by.Add (wxT ("Lindsay Morris"));
+       supported_by.Add (wxT ("NT Next"));
        supported_by.Add (wxT ("David Nedrow"));
        supported_by.Add (wxT ("Casablanca Nuernberg"));
        supported_by.Add (wxT ("Tim O'Brien"));
        supported_by.Add (wxT ("Jerome Cohen Olivar"));
+       supported_by.Add (wxT ("Tito Oliveira"));
        supported_by.Add (wxT ("Kevin Orman"));
        supported_by.Add (wxT ("Rui Pereira"));
+       supported_by.Add (wxT ("Denis Postle"));
+       supported_by.Add (wxT ("Aditya Pratama"));
        supported_by.Add (wxT ("Ceridwen Productions"));
        supported_by.Add (wxT ("Ivan Pullman"));
+       supported_by.Add (wxT ("Desiderio Garcia Ramirez"));
+       supported_by.Add (wxT ("Steve Reverand"));
        supported_by.Add (wxT ("Mark Rolfe"));
        supported_by.Add (wxT ("David Rozenthal"));
        supported_by.Add (wxT ("Lasse Salling"));
        supported_by.Add (wxT ("Jussi Siponen"));
+       supported_by.Add (wxT ("Gregg Smith"));
        supported_by.Add (wxT ("Peter Sprenger"));
        supported_by.Add (wxT ("Randy Stankey"));
        supported_by.Add (wxT ("Andrä Steiner"));
@@ -206,6 +225,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Bruce Taylor"));
        supported_by.Add (wxT ("Lawrence Towers"));
        supported_by.Add (wxT ("Richard Turner"));
+       supported_by.Add (wxT ("Stéphane Wagneur"));
        supported_by.Add (wxT ("Andrew Walls"));
        supported_by.Add (wxT ("Raoul Walzer"));
        supported_by.Add (wxT ("Wolfram Weber"));
@@ -232,6 +252,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Adam Colt"));
        tested_by.Add (wxT ("John Convertino"));
        tested_by.Add (wxT ("Andreas Eli"));
+       tested_by.Add (wxT ("Leo Enticknap"));
        tested_by.Add (wxT ("Jose Angel Velasco Fernandez"));
        tested_by.Add (wxT ("Maurizio Giampà"));
        tested_by.Add (wxT ("Luke Granger-Brown"));
@@ -258,6 +279,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Will Meadows"));
        tested_by.Add (wxT ("Brad Miller"));
        tested_by.Add (wxT ("Ash Mitchell"));
+       tested_by.Add (wxT ("Rob van Nieuwkerk"));
        tested_by.Add (wxT ("Anders Nordentoft-Madsen"));
        tested_by.Add (wxT ("Mauro Ottonello"));
        tested_by.Add (wxT ("Peter Puchner"));
@@ -297,7 +319,10 @@ AboutDialog::add_section (wxString name, wxArrayString credits)
        static bool first = true;
        int const N = 4;
 
-       wxPanel* panel = new wxPanel (_notebook, wxID_ANY);
+       wxScrolledWindow* panel = new wxScrolledWindow (_notebook);
+       panel->SetMaxSize (wxSize (-1, 380));
+       panel->EnableScrolling (false, true);
+       panel->SetScrollRate (0, 32);
        wxSizer* overall_sizer = new wxBoxSizer (wxHORIZONTAL);
 
        vector<wxSizer*> sizers;