[haiku-commits] r34300 - in haiku/trunk: data/catalogs/preferences/keyboard data/catalogs/preferences/mouse data/catalogs/preferences/network src/preferences/keyboard src/preferences/mouse ...

  • From: jonas@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 01:33:57 +0100 (CET)

Author: kirilla
Date: 2009-11-27 01:33:57 +0100 (Fri, 27 Nov 2009)
New Revision: 34300
Changeset: http://dev.haiku-os.org/changeset/34300/haiku

Added:
   haiku/trunk/data/catalogs/preferences/keyboard/sv.catkeys
   haiku/trunk/data/catalogs/preferences/mouse/sv.catkeys
   haiku/trunk/data/catalogs/preferences/network/sv.catkeys
Modified:
   haiku/trunk/src/preferences/keyboard/Jamfile
   haiku/trunk/src/preferences/mouse/Jamfile
   haiku/trunk/src/preferences/network/Jamfile
Log:
Translation catalogs by Johan Holmberg, somewhat edited by me. Thanks!

Added: haiku/trunk/data/catalogs/preferences/keyboard/sv.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/keyboard/sv.catkeys                   
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/keyboard/sv.catkeys   2009-11-27 
00:33:57 UTC (rev 34300)
@@ -0,0 +1,14 @@
+1      swedish x-vnd.Haiku-Keyboard    914649575
+Keyboard       KeyboardWindow          Tangentbord
+Written by Andrew Edward McCall        KeyboardApplication             Skrivet 
av Andrew Edward McCall
+Typing test area       KeyboardView            Testområde
+Defaults       KeyboardWindow          Standardinställningar
+Key repeat rate        KeyboardView            Hastighet för tangentupprepning
+Revert KeyboardWindow          Återställ
+Delay until key repeat KeyboardView            Fördröjning till 
tangentupprepning
+OK     KeyboardApplication             Ok
+Fast   KeyboardView            Snabb
+Slow   KeyboardView            Långsam
+Something has gone wrong!      KeyboardApplication             Något har gått 
fel!
+Long   KeyboardView            Lång
+Short  KeyboardView            Kort

Added: haiku/trunk/data/catalogs/preferences/mouse/sv.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/mouse/sv.catkeys                      
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/mouse/sv.catkeys      2009-11-27 
00:33:57 UTC (rev 34300)
@@ -0,0 +1,24 @@
+1      swedish x-vnd.Haiku-Mouse       3306943515
+Mouse type:    SettingsView            Mustyp:
+Warp   SettingsView            Teleportera
+2-Button       SettingsView            2 knappar
+Double-click test area SettingsView            Testa dubbelklick här.
+Revert MouseWindow             Återställ
+...by Andrew Edward McCall     MouseApplication                ...av Andrew 
Edward McCall
+Focus Follows Mouse    SettingsView            Fokus följer muspekaren
+Mouse Acceleration     SettingsView            Musacceleration
+Click to Focus SettingsView            Klicka för att ge fokus
+3-Button       SettingsView            3 knappar
+Focus mode:    SettingsView            Fokusmetod:
+Mouse Speed    SettingsView            Mushastighet
+Dig Deal       MouseApplication                Najs
+1-Button       SettingsView            1 knapp
+Double-click speed     SettingsView            Dubbelklickshastighet
+Instant Warp   SettingsView            Omedelbar teleportering
+Defaults       MouseWindow             Standardinställningar
+Accept first click     SettingsView            Agera på första klicket
+Fast   SettingsView            Snabb
+Normal SettingsView            Normal
+Mouse  MouseWindow             Mus
+Slow   SettingsView            Långsam
+Click to Activate      SettingsView            Klicka för att aktivera

Added: haiku/trunk/data/catalogs/preferences/network/sv.catkeys
===================================================================
--- haiku/trunk/data/catalogs/preferences/network/sv.catkeys                    
        (rev 0)
+++ haiku/trunk/data/catalogs/preferences/network/sv.catkeys    2009-11-27 
00:33:57 UTC (rev 34300)
@@ -0,0 +1,17 @@
+1      swedish x-vnd.Haiku-Network     1787390642
+Gateway:       EthernetSettingsView            Gateway:
+Netmask:       EthernetSettingsView            Nätmask:
+DHCP   EthernetSettingsView            DHCP
+DNS #2:        EthernetSettingsView            Sekundär DNS:
+Apply  EthernetSettingsView            Använd
+DNS #1:        EthernetSettingsView            Primär DNS:
+Network        NetworkWindow           Nätverk
+Adapter:       EthernetSettingsView            Nätverkskort:
+IP Address:    EthernetSettingsView            IP-adress:
+Revert EthernetSettingsView            Återställ
+Sending auto-config message failed:    EthernetSettingsView            
Sändning av autokonfigurationsmeddelande misslyckades: 
+Mode:  EthernetSettingsView            Konfiguration:
+The net_server needs to run for the auto configuration!        
EthernetSettingsView            Automatisk konfiguration kan inte ske utan att 
net_server kör!
+Auto-configuring failed:       EthernetSettingsView            Automatisk 
konfiguration misslyckades: 
+Static EthernetSettingsView            Statisk
+Ok     EthernetSettingsView            Ok

Modified: haiku/trunk/src/preferences/keyboard/Jamfile
===================================================================
--- haiku/trunk/src/preferences/keyboard/Jamfile        2009-11-26 21:23:28 UTC 
(rev 34299)
+++ haiku/trunk/src/preferences/keyboard/Jamfile        2009-11-27 00:33:57 UTC 
(rev 34300)
@@ -25,5 +25,7 @@
        KeyboardWindow.cpp
        KeyboardView.cpp
        : en.catalog
-       : fr.catkeys
+       :
+       fr.catkeys
+       sv.catkeys
        ;

Modified: haiku/trunk/src/preferences/mouse/Jamfile
===================================================================
--- haiku/trunk/src/preferences/mouse/Jamfile   2009-11-26 21:23:28 UTC (rev 
34299)
+++ haiku/trunk/src/preferences/mouse/Jamfile   2009-11-27 00:33:57 UTC (rev 
34300)
@@ -19,5 +19,7 @@
        MouseWindow.cpp
        SettingsView.cpp
        : en.catalog
-       : fr.catkeys
+       :
+       fr.catkeys
+       sv.catkeys
        ;

Modified: haiku/trunk/src/preferences/network/Jamfile
===================================================================
--- haiku/trunk/src/preferences/network/Jamfile 2009-11-26 21:23:28 UTC (rev 
34299)
+++ haiku/trunk/src/preferences/network/Jamfile 2009-11-27 00:33:57 UTC (rev 
34300)
@@ -19,5 +19,7 @@
        EthernetSettingsView.cpp
        NetworkWindow.cpp
        : en.catalog
-       : fr.catkeys
+       :
+       fr.catkeys
+       sv.catkeys
        ;


Other related posts: