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

  • From: humdingerb@xxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 10 Jan 2011 18:15:10 +0100 (CET)

Author: humdinger
Date: 2011-01-10 18:15:10 +0100 (Mon, 10 Jan 2011)
New Revision: 40191
Changeset: http://dev.haiku-os.org/changeset/40191

Modified:
   haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
Log:
Added even more translators.

Modified: haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp
===================================================================
--- haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-01-10 13:37:45 UTC 
(rev 40190)
+++ haiku/trunk/src/apps/aboutsystem/AboutSystem.cpp    2011-01-10 17:15:10 UTC 
(rev 40191)
@@ -86,10 +86,14 @@
 
 static const Translation gTranslations[] =
 {
+       { "ar",
+               "Khaled Berraoui (khallebal)\n"
+       },
        { "be",
                "Michael Bulash\n"
        },
        { "bg",
+               "Ognyan Valeri Angelov\n"
                "cssvb94\n"
        },
        { "cs",
@@ -128,6 +132,9 @@
                "Jayneil Dalal\n"
                "Atharva Lath\n"
        },
+       { "hr",
+               "zvacet\n"
+       },
        { "hu",
                "Zoltán Mizsei (miqlas)\n"
                "Zoltán Szabó (Bird)\n"
@@ -138,6 +145,7 @@
                "Francesco Franchina\n"
                "Lorenzo Frezza\n"
                "Mometto Nicola\n"
+               "Michael Peppers\n"
        },
        { "ja",
                "Satoshi Eguchi\n"
@@ -165,6 +173,10 @@
                "Vasco Costa (gluon)\n"
                "Michael Vinícius de Oliveira (michaelvo)\n"
        },
+       { "ro",
+               "Victor Carbune\n"
+               "Florentina Mușat\n"
+       },
        { "ru",
                "Tatyana Fursic (iceid)\n"
                "StoroZ Gneva\n"
@@ -176,6 +188,7 @@
        },
        { "es",
                "Pedro Arregui\n"
+               "Zola Bridges\n"
                "Nicolás C (CapitanPico)\n"
                "Oscar Carballal (oscarcp)\n"
                "Miguel Zúñiga González (miguel~1.mx)\n"
@@ -188,8 +201,12 @@
                "Jimmy Olsson (phalax)\n"
                "Victor Widell\n"
        },
+       { "tr",
+               "Aras Ergus\n"
+       },
        { "uk",
                "Alex Rudyk (totish)\n"
+               "Oleg Varunok\n"
        },
        { "zh",
                "Pengfei Han (kurain)\n"


Other related posts:

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