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:
parent
59aee10aef
commit
14f88b3412
@ -971,6 +971,7 @@ AboutView::_CreateCreditsView()
|
||||
"leszek\n"
|
||||
"Christian Morgenroth\n"
|
||||
"Joachim Seemer (Humdinger)\n"
|
||||
"Matthias Spreiter\n"
|
||||
"svend\n"
|
||||
);
|
||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
|
||||
@ -1015,15 +1016,18 @@ AboutView::_CreateCreditsView()
|
||||
fCreditsView->Insert(TR("\nRussian\n"));
|
||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||
fCreditsView->Insert(
|
||||
"Tatyana Fursic (iceid)\n"
|
||||
"StoroZ Gneva\n"
|
||||
"Rustam Islamov (RISC aka HaikuBot)\n"
|
||||
"Eugene Katashov (mrNoisy)\n"
|
||||
"Reznikov Sergei (Diver)\n"
|
||||
"Michael Smirnov\n"
|
||||
);
|
||||
fCreditsView->SetFontAndColor(&font, B_FONT_ALL, &kHaikuGreen);
|
||||
fCreditsView->Insert(TR("\nSpanish\n"));
|
||||
fCreditsView->SetFontAndColor(be_plain_font, B_FONT_ALL, &kDarkGrey);
|
||||
fCreditsView->Insert(
|
||||
"Nicolás C (CapitanPico)\n"
|
||||
"Oscar Carballal (oscarcp)\n"
|
||||
"Miguel Zúñiga González (miguel~1.mx)\n"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user