[haiku-commits] r35057 - in haiku/trunk: data/catalogs/preferences/locale data/catalogs/preferences/touchpad src/preferences/touchpad

  • From: pulkomandy@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 13 Jan 2010 20:06:35 +0100 (CET)

Author: pulkomandy
Date: 2010-01-13 20:06:35 +0100 (Wed, 13 Jan 2010)
New Revision: 35057
Changeset: http://dev.haiku-os.org/changeset/35057/haiku

Added:
   haiku/trunk/data/catalogs/preferences/touchpad/lt.catkeys
Modified:
   haiku/trunk/data/catalogs/preferences/locale/lt.catkeys
   haiku/trunk/src/preferences/touchpad/Jamfile
Log:
Updated lithuanian translation.


Modified: haiku/trunk/data/catalogs/preferences/locale/lt.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/locale/lt.catkeys     2010-01-13 
18:21:36 UTC (rev 35056)
+++ haiku/trunk/data/catalogs/preferences/locale/lt.catkeys     2010-01-13 
19:06:35 UTC (rev 35057)
@@ -1,4 +1,4 @@
-1      lithuanian      x-vnd.Haiku-Locale      1007621035
+1      lithuanian      x-vnd.Haiku-Locale      1551394073
 Day in month (2 digits)        TimeFormatSettings              diena mėnesyje 
(2 skaitmenys)
 Available languages    Locale Preflet Window           Galimos kalbos
 Day of week (name)     TimeFormatSettings              savaitės diena 
(pavadinimas)
@@ -30,6 +30,7 @@
 Day in month   TimeFormatSettings              diena mėnesyje
 OK     Locale Preflet Window           Gerai
 Defaults       Locale Preflet Window           Numatytai
+Month  TimeFormatSettings              Mėnuo
 Separator      TimeFormatSettings              Skirtukas
 Country        Locale Preflet Window           Šalis
 Month number (2 digits)        TimeFormatSettings              mėnesio 
skaičius (2 skaitmenys)

Added: haiku/trunk/data/catalogs/preferences/touchpad/lt.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/touchpad/lt.catkeys                   
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/touchpad/lt.catkeys   2010-01-13 
19:06:35 UTC (rev 35057)
@@ -0,0 +1,18 @@
+1      lithuanian      x-vnd.Haiku-Touchpad    3077633033
+Scrolling      TouchpadPrefView                Slinkinimas
+Revert TouchpadPrefView                Grįžti
+Two finger scrolling   TouchpadPrefView                Dvipirštis slinkinimas
+Defaults       TouchpadPrefView                Numatytai
+Slow   TouchpadPrefView                Lėtai
+Horizontal scroll step size    TouchpadPrefView                Slinkimo 
žingsnis horizontale
+High   TouchpadPrefView                Didelis
+Tap gesture    TouchpadPrefView                Prilietimas
+Horizontal scrolling   TouchpadPrefView                Horizontalusis 
slinkinimas
+Wide   TouchpadPrefView                Didelis
+Fast   TouchpadPrefView                Greitai
+Tap click sensitivity  TouchpadPrefView                Jautrumas prilietimui
+Scroll acceleration    TouchpadPrefView                Slinkimo pagreitis
+Vertical scroll step size      TouchpadPrefView                Slinkimo 
žingsnis vertikale
+Off    TouchpadPrefView                Išjungta
+Small  TouchpadPrefView                Mažai
+Touchpad       TouchpadMain            Lietyklė

Modified: haiku/trunk/src/preferences/touchpad/Jamfile
===================================================================
--- haiku/trunk/src/preferences/touchpad/Jamfile        2010-01-13 18:21:36 UTC 
(rev 35056)
+++ haiku/trunk/src/preferences/touchpad/Jamfile        2010-01-13 19:06:35 UTC 
(rev 35057)
@@ -16,5 +16,5 @@
        TouchpadPrefView.cpp
        main.cpp
        : en.catalog
-       : pt.catkeys
+       : lt.catkeys pt.catkeys
        ;


Other related posts:

  • » [haiku-commits] r35057 - in haiku/trunk: data/catalogs/preferences/locale data/catalogs/preferences/touchpad src/preferences/touchpad - pulkomandy