aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-sv
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-20 20:35:23 +0000
committerKenny Root <kenny@the-b.org>2009-07-20 20:35:23 +0000
commita6a64cf81f6e1bdf881efa163fa2915811da9866 (patch)
tree329d060f8a6bc500a40b7c8f68188ac61dd67330 /res/values-sv
parent61fe2b2a80b52e05d11a270785ae8be78daba481 (diff)
downloadconnectbot-a6a64cf81f6e1bdf881efa163fa2915811da9866.tar.gz
connectbot-a6a64cf81f6e1bdf881efa163fa2915811da9866.tar.bz2
connectbot-a6a64cf81f6e1bdf881efa163fa2915811da9866.zip
Update translations.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@372 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-sv')
-rw-r--r--res/values-sv/strings.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 86fad00..85f0e75 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -239,6 +239,11 @@
<!-- Summary for field asking whether a shell session should be started up upon connection or not -->
<string name="hostpref_wantsession_summary">Disable this preference to only use port forwards</string>
+ <!-- Setting for whether the host should be reconnected to automatically upon disconnect -->
+ <string name="hostpref_stayconnected_title">Stay connected</string>
+ <!-- Summary for preference asking whether the host should be reconnected to when it disconnects -->
+ <string name="hostpref_stayconnected_summary">Try to reconnect to host if disconnected</string>
+
<!-- Setting for what key code is sent to the server when DEL key is pressed. -->
<string name="hostpref_delkey_title">DEL Key</string>
<!-- Summary for field asking what key code is sent to the server when DEL key is pressed. -->
@@ -253,7 +258,7 @@
<string name="hostpref_connection_category">Connection settings</string>
<!-- Username field title for host editor preference -->
- <string name="hostpref_username_title">Username</string>
+ <string name="hostpref_username_title">Användarnamn</string>
<!-- Hostname field title for host editor preference -->
<string name="hostpref_hostname_title">Host</string>
@@ -285,6 +290,8 @@
<string name="console_menu_portforwards">Port vidarebefodringar</string>
<!-- Button that brings user to the terminal resizing dialog where they can force a size. -->
<string name="console_menu_resize">Fast storlek</string>
+ <!-- Button that brings up the list of URLs on the current screen -->
+ <string name="console_menu_urlscan">URL Scan</string>
<!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. -->
<string name="portforward_local">Lokal</string>