From 65c97143c7b40da15252d21eea0cdd270d576121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Fri, 27 Nov 2009 00:33:57 +0000 Subject: [PATCH] Translation catalogs by Johan Holmberg, somewhat edited by me. Thanks! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34300 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/catalogs/preferences/keyboard/sv.catkeys | 14 +++++++++++ data/catalogs/preferences/mouse/sv.catkeys | 24 +++++++++++++++++++ data/catalogs/preferences/network/sv.catkeys | 17 +++++++++++++ src/preferences/keyboard/Jamfile | 4 +++- src/preferences/mouse/Jamfile | 4 +++- src/preferences/network/Jamfile | 4 +++- 6 files changed, 64 insertions(+), 3 deletions(-) create mode 100644 data/catalogs/preferences/keyboard/sv.catkeys create mode 100644 data/catalogs/preferences/mouse/sv.catkeys create mode 100644 data/catalogs/preferences/network/sv.catkeys diff --git a/data/catalogs/preferences/keyboard/sv.catkeys b/data/catalogs/preferences/keyboard/sv.catkeys new file mode 100644 index 0000000000..d089ba7707 --- /dev/null +++ b/data/catalogs/preferences/keyboard/sv.catkeys @@ -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 diff --git a/data/catalogs/preferences/mouse/sv.catkeys b/data/catalogs/preferences/mouse/sv.catkeys new file mode 100644 index 0000000000..f56f3beef9 --- /dev/null +++ b/data/catalogs/preferences/mouse/sv.catkeys @@ -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 diff --git a/data/catalogs/preferences/network/sv.catkeys b/data/catalogs/preferences/network/sv.catkeys new file mode 100644 index 0000000000..a7eb661dc8 --- /dev/null +++ b/data/catalogs/preferences/network/sv.catkeys @@ -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 diff --git a/src/preferences/keyboard/Jamfile b/src/preferences/keyboard/Jamfile index 2777ebf240..07c3f82560 100644 --- a/src/preferences/keyboard/Jamfile +++ b/src/preferences/keyboard/Jamfile @@ -25,5 +25,7 @@ DoCatalogs Keyboard : KeyboardWindow.cpp KeyboardView.cpp : en.catalog - : fr.catkeys + : + fr.catkeys + sv.catkeys ; diff --git a/src/preferences/mouse/Jamfile b/src/preferences/mouse/Jamfile index a6d53466e3..7dd96dab1c 100644 --- a/src/preferences/mouse/Jamfile +++ b/src/preferences/mouse/Jamfile @@ -19,5 +19,7 @@ DoCatalogs Mouse : MouseWindow.cpp SettingsView.cpp : en.catalog - : fr.catkeys + : + fr.catkeys + sv.catkeys ; diff --git a/src/preferences/network/Jamfile b/src/preferences/network/Jamfile index 06a9bea906..e056c7cef5 100644 --- a/src/preferences/network/Jamfile +++ b/src/preferences/network/Jamfile @@ -19,5 +19,7 @@ DoCatalogs Network : EthernetSettingsView.cpp NetworkWindow.cpp : en.catalog - : fr.catkeys + : + fr.catkeys + sv.catkeys ;