[haiku-commits] r35838 - haiku/trunk/src/apps/aboutsystem

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 13 Mar 2010 17:23:37 +0100 (CET)

Author: humdinger
Date: 2010-03-13 17:23:37 +0100 (Sat, 13 Mar 2010)
New Revision: 35838
Changeset: http://dev.haiku-os.org/changeset/35838/haiku

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Added a few more translators to AboutSystem. Thanks, guys.

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-13 14:53:17 UTC 
(rev 35837)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2010-03-13 16:23:37 UTC 
(rev 35838)
@@ -971,6 +971,7 @@
                "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 @@
        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"
        );


Other related posts:

  • » [haiku-commits] r35838 - haiku/trunk/src/apps/aboutsystem - humdingerb