From edb73dcd3a7a326aa577262cbc70bdc20677173e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 4 Jul 2009 18:48:57 +0000 Subject: [PATCH] add new contributors/translators git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5323 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/about.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index 098fc28429..c6293b3759 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -150,6 +150,7 @@ static const char* authors[] = { N_("Nimal Ratnayake"), N_("Dave Robillard"), N_("Taybin Rutkin"), + N_("Andreas Ruge"), N_("Sampo Savolainen"), N_("Per Sigmond"), N_("Mark Stewart"), @@ -161,7 +162,7 @@ static const char* authors[] = { }; static const char* translators[] = { - N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n"), + N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n"), N_("German:\n\tKarsten Petersen \ \n\tSebastian Arnold \ \n\tRobert Schwede\n"), @@ -181,6 +182,7 @@ static const char* translators[] = { N_("Greek:\n\t Klearchos Gourgourinis \n"), N_("Swedish:\n\t Petter Sundlöf \n"), N_("Polish:\n\t Piotr Zaryk \n"), + N_("Czech:\n\t Pavel Frich\n"), 0 };