Added a few more translators to AboutSystem. Thanks, guys.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35838 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer
2010-03-13 16:23:37 +00:00
parent 59aee10aef
commit 14f88b3412
+4
View File
@@ -971,6 +971,7 @@ AboutView::_CreateCreditsView()
"leszek\n" "leszek\n"
"Christian Morgenroth\n" "Christian Morgenroth\n"
"Joachim Seemer (Humdinger)\n" "Joachim Seemer (Humdinger)\n"
"Matthias Spreiter\n"
"svend\n" "svend\n"
); );
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
@@ -1015,15 +1016,18 @@ AboutView::_CreateCreditsView()
fCreditsView->Insert(TR("\nRussian\n")); fCreditsView->Insert(TR("\nRussian\n"));
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert( fCreditsView->Insert(
"Tatyana Fursic (iceid)\n"
"StoroZ Gneva\n" "StoroZ Gneva\n"
"Rustam Islamov (RISC aka HaikuBot)\n" "Rustam Islamov (RISC aka HaikuBot)\n"
"Eugene Katashov (mrNoisy)\n" "Eugene Katashov (mrNoisy)\n"
"Reznikov Sergei (Diver)\n"
"Michael Smirnov\n" "Michael Smirnov\n"
); );
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen); fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
fCreditsView->Insert(TR("\nSpanish\n")); fCreditsView->Insert(TR("\nSpanish\n"));
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey); fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
fCreditsView->Insert( fCreditsView->Insert(
"Nicolás C (CapitanPico)\n"
"Oscar Carballal (oscarcp)\n" "Oscar Carballal (oscarcp)\n"
"Miguel Zúñiga González (miguel~1.mx)\n" "Miguel Zúñiga González (miguel~1.mx)\n"
); );