Tweak supporter name.
[dcpomatic.git] / src / wx / about_dialog.cc
index 2e16fb3909ce11b653e748d86d9d119fe18cc253..9364b5427ae44cfba7cf4218d08686477f2ffd94 100644 (file)
@@ -107,6 +107,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Massimiliano Broggi"));
        translated_by.Add (wxT ("Davide Dall'AraCiao"));
        translated_by.Add (wxT ("William Fanelli"));
+       translated_by.Add (wxT ("Max M. Fuhlendorf"));
        translated_by.Add (wxT ("Tomáš Hlaváč"));
        translated_by.Add (wxT ("Thierry Journet"));
        translated_by.Add (wxT ("Adam Klotblixt"));
@@ -123,7 +124,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Marek Skrzelowski"));
        translated_by.Add (wxT ("Igor Voytovich"));
        translated_by.Add (wxT ("Rov (若文)"));
-       add_section (_("Translated by"), translated_by);
+       translated_by.Add (wxT ("刘汉源"));
+       add_section (_("Translated by"), translated_by);
 
        wxArrayString with_help_from;
        with_help_from.Add (wxT ("David Vignoni"));
@@ -136,6 +138,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Kambiz Afshar"));
        supported_by.Add (wxT ("Alex Asp"));
        supported_by.Add (wxT ("Eric Audurier"));
+       supported_by.Add (wxT ("Jean-Pierre Beauviala"));
        supported_by.Add (wxT ("Louis Belloisy"));
        supported_by.Add (wxT ("Mike Blakesley"));
        supported_by.Add (wxT ("Silvio Bonomi"));
@@ -145,7 +148,9 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Nathan Carpenter"));
        supported_by.Add (wxT ("Matt Carter"));
        supported_by.Add (wxT ("Frank Cianciolo"));
+       supported_by.Add (wxT ("Central Cinema"));
        supported_by.Add (wxT ("Cinema Clarici"));
+       supported_by.Add (wxT ("Dan Cohen"));
        supported_by.Add (wxT ("Adam Colt"));
        supported_by.Add (wxT ("Adam Cousins"));
        supported_by.Add (wxT ("Matthias Damm"));
@@ -161,6 +166,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Andres Fink"));
        supported_by.Add (wxT ("Dave Fleegel"));
        supported_by.Add (wxT ("Evan Freeze"));
+       supported_by.Add (wxT ("Brett Friedman"));
+       supported_by.Add (wxT ("Stephen Furley"));
        supported_by.Add (wxT ("Silvio Giuliano"));
        supported_by.Add (wxT ("Alan Gouger"));
        supported_by.Add (wxT ("Christopher Gray"));
@@ -173,7 +180,9 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Film.Ca Inc."));
        supported_by.Add (wxT ("Denis Ivashvkevych"));
        supported_by.Add (wxT ("Karl Jacob"));
+       supported_by.Add (wxT ("Tomasz Jagi"));
        supported_by.Add (wxT ("Jonathan Jensen"));
+       supported_by.Add (wxT ("Mathew Johns"));
        supported_by.Add (wxT ("Thierry Journet"));
        supported_by.Add (wxT ("Mario Kalogjera"));
        supported_by.Add (wxT ("Zbigniew Kamiński"));
@@ -181,15 +190,18 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Lars Kelto"));
        supported_by.Add (wxT ("Erwan Kerzanet"));
        supported_by.Add (wxT ("Kert Kiima"));
+       supported_by.Add (wxT ("Alabama Kino"));
        supported_by.Add (wxT ("Adam Klotblixt"));
        supported_by.Add (wxT ("Filip Kovcin"));
        supported_by.Add (wxT ("Cihan Kulaber"));
        supported_by.Add (wxT ("Carsten Kurz"));
        supported_by.Add (wxT ("Robert Legato"));
        supported_by.Add (wxT ("Mandorla"));
+       supported_by.Add (wxT ("Andrea Maguolo"));
        supported_by.Add (wxT ("Gerard Manshanden"));
        supported_by.Add (wxT ("Daniel Martinez Lara"));
        supported_by.Add (wxT ("Stefan Massopust"));
+       supported_by.Add (wxT ("P. Meijer"));
        supported_by.Add (wxT ("Michal Moc"));
        supported_by.Add (wxT ("David Armati Lechner"));
        supported_by.Add (wxT ("Lilian Lefranc"));
@@ -198,11 +210,14 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Gavin Lewarne"));
        supported_by.Add (wxT ("Theo Lipfert"));
        supported_by.Add (wxT ("Paweł Lipiński"));
+       supported_by.Add (wxT ("Marco Löber"));
        supported_by.Add (wxT ("Juan Marin Lorenzo"));
+       supported_by.Add (wxT ("Richard Malmberg"));
        supported_by.Add (wxT ("Adrian Manolescu"));
        supported_by.Add (wxT ("Mattias Mattsson"));
        supported_by.Add (wxT ("George Mazarakis"));
        supported_by.Add (wxT ("Gordon McLeod"));
+       supported_by.Add (wxT ("Brian Mendelssohn"));
        supported_by.Add (wxT ("Kjarten Michaelsen"));
        supported_by.Add (wxT ("Aldo Midali"));
        supported_by.Add (wxT ("Sylvain Mielle"));
@@ -215,7 +230,10 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Tim O'Brien"));
        supported_by.Add (wxT ("Jerome Cohen Olivar"));
        supported_by.Add (wxT ("Tito Oliveira"));
+       supported_by.Add (wxT ("Anders Olsson"));
        supported_by.Add (wxT ("Kevin Orman"));
+       supported_by.Add (wxT ("Olov Östlund"));
+       supported_by.Add (wxT ("Vasiliy Popov"));
        supported_by.Add (wxT ("Rui Pereira"));
        supported_by.Add (wxT ("Denis Postle"));
        supported_by.Add (wxT ("Aditya Pratama"));
@@ -259,6 +277,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        add_section (_("Supported by"), supported_by);
 
        wxArrayString tested_by;
+       tested_by.Add (wxT ("Manuel AC"));
        tested_by.Add (wxT ("Trever Anderson"));
        tested_by.Add (wxT ("Mike Blakesley"));
        tested_by.Add (wxT ("David Booty"));
@@ -304,6 +323,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        tested_by.Add (wxT ("Elad Saad"));
        tested_by.Add (wxT ("Karim Senoucci"));
        tested_by.Add (wxT ("Hordur Valgardsson"));
+       tested_by.Add (wxT ("Xenophon the Vampire"));
        tested_by.Add (wxT ("Simon Vannarath"));
        tested_by.Add (wxT ("Igor Voytovich"));
        tested_by.Add (wxT ("Andrew Walls"));