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

  • From: zharik@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 9 Jan 2011 22:03:37 +0100 (CET)

Author: siarzhuk
Date: 2011-01-09 22:03:37 +0100 (Sun, 09 Jan 2011)
New Revision: 40185
Changeset: http://dev.haiku-os.org/changeset/40185

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
1) Add Google Code-In student Michael Bulash into:
   - list of translators for his work on complete Belarusian translation;
   - list of contributors for his work on internationalization of LaunchBox,
     PowerStatus and ProcessController applications and following preflets:
     DataTranslations, E-Mail, Notifications, Screen, ScreenSaver, Time.
2) Corrected the name of Russian translator Rodastahm Islamov on his request.


Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-01-09 20:33:40 UTC 
(rev 40184)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-01-09 21:03:37 UTC 
(rev 40185)
@@ -86,6 +86,9 @@
 
 static const Translation gTranslations[] =
 {
+       { "be",
+               "Michael Bulash\n"
+       },
        { "bg",
                "cssvb94\n"
        },
@@ -165,7 +168,7 @@
        { "ru",
                "Tatyana Fursic (iceid)\n"
                "StoroZ Gneva\n"
-               "Rustam Islamov (RISC aka HaikuBot)\n"
+               "Rodastahm Islamov (RISC)\n"
                "Eugene Katashov (mrNoisy)\n"
                "Reznikov Sergei (Diver)\n"
                "Michael Smirnov\n"
@@ -1023,6 +1026,7 @@
                "Andrea Anzani\n"
                "Sean Bartell\n"
                "Andre Braga\n"
+               "Michael Bulash\n"
                "Bruce Cameron\n"
                "Greg Crain\n"
                "David Dengg\n"


Other related posts:

  • » [haiku-commits] r40185 - haiku/trunk/src/apps/aboutsystem - zharik