New de_DE translation from Markus Raab
[dcpomatic.git] / src / wx / about_dialog.cc
index 14a9979859c4f8ad1f039ea20b213946d96162cf..5ded69339db66f659a99e96dc1b25669a3157fd2 100644 (file)
@@ -75,7 +75,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
 
        t = new wxStaticText (
                this, wxID_ANY,
-               _("(C) 2012-2013 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
+               _("(C) 2012-2014 Carl Hetherington, Terrence Meiczinger, Paul Davis, Ole Laursen"),
                wxDefaultPosition, wxDefaultSize, wxALIGN_CENTER
                );
        
@@ -97,6 +97,7 @@ AboutDialog::AboutDialog (wxWindow* parent)
        translated_by.Add (wxT ("Massimiliano Broggi"));
        translated_by.Add (wxT ("Manuel AC"));
        translated_by.Add (wxT ("Adam Klotblixt"));
+       translated_by.Add (wxT ("Markus Raab"));
        add_section (_("Translated by"), translated_by);
 
        wxArrayString supported_by;
@@ -125,6 +126,8 @@ AboutDialog::AboutDialog (wxWindow* parent)
        supported_by.Add (wxT ("Randy Stankey"));
        supported_by.Add (wxT ("Frank Cianciolo"));
        supported_by.Add (wxT ("Rodolfo Giuliano"));
+       supported_by.Add (wxT ("Sylvain Mielle"));
+       supported_by.Add (wxT ("Ivan Pullman"));
        add_section (_("Supported by"), supported_by);
 
        sizer->Add (_notebook, wxSizerFlags().Centre().Border(wxALL, 16).Expand());