From: Carl Hetherington Date: Wed, 21 Dec 2011 14:01:18 +0000 (+0000) Subject: Patch from Prokoudine to fix translators list (#4580). X-Git-Tag: 3.0-beta2~147 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=c0f435d36ac51a59448e4226aa618969a8037fde;hp=5cd27a4a85919b289d666a21e2b682bed8a9f970;p=ardour.git Patch from Prokoudine to fix translators list (#4580). git-svn-id: svn://localhost/ardour2/branches/3.0@11048 d708f5d6-7413-0410-9779-e7cbd77b26cf --- diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc index af7a755686..342f019246 100644 --- a/gtk2_ardour/about.cc +++ b/gtk2_ardour/about.cc @@ -176,19 +176,20 @@ static const char* authors[] = { }; static const char* translators[] = { - N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n"), + N_("French:\n\tAlain Fréhel \n\tChristophe Combelles \n\tMartin Blanchard\n\tRomain Arnaud \n"), N_("German:\n\tKarsten Petersen \ \n\tSebastian Arnold \ \n\tRobert Schwede \ \n\tBenjamin Scherrer \ \n\tEdgar Aichinger \ \n\tRichard Oax \n"), - N_("Italian:\n\tFilippo Pappalardo \n"), + N_("Italian:\n\tFilippo Pappalardo \n\tRaffaele Morelli \n"), N_("Portuguese:\n\tRui Nuno Capela \n"), N_("Brazilian Portuguese:\n\tAlexander da Franca Fernandes \ \n\tChris Ross \n"), - N_("Spanish:\n\t Alex Krohn \n"), - N_("Russian:\n\t Igor Blinov \n"), + N_("Spanish:\n\t Alex Krohn \n\tPablo Fernández \n"), + N_("Russian:\n\t Igor Blinov \ +\n\tAlexandre Prokoudine \n"), N_("Greek:\n\t Klearchos Gourgourinis \n"), N_("Swedish:\n\t Petter Sundlöf \n"), N_("Polish:\n\t Piotr Zaryk \n"),