aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-da
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-06-15 18:04:20 +0000
committerKenny Root <kenny@the-b.org>2009-06-15 18:04:20 +0000
commita477004c678e5c583c57b7c450bd06f7555a44fa (patch)
tree5cd0d2f3f45bbac03b46e548b2249d10973defee /res/values-da
parent0d7746cfa924e42cb360f022013d088d43cb5ba6 (diff)
downloadconnectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.tar.gz
connectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.tar.bz2
connectbot-a477004c678e5c583c57b7c450bd06f7555a44fa.zip
Add hints for transport destination formats (username@hostname, etc)
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@300 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-da')
-rw-r--r--res/values-da/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 481c63a..1bd7ccf 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -288,7 +288,15 @@
<!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. -->
<string name="hint_userhost">bruger@værtsnavn</string>
- <string name="list_format_error">Anvend formatet "bruger@værtsnavn:port"</string>
+ <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. -->
+ <string name="list_format_error">Anvend formatet "%1$s"</string>
+
+ <!-- Part of the formatting hints that will be used like: username@hostname:port -->
+ <string name="format_username">bruger</string>
+ <!-- Part of the formatting hints that will be used like: username@hostname:port -->
+ <string name="format_hostname">værtsnavn</string>
+ <!-- Part of the formatting hints that will be used like: username@hostname:port -->
+ <string name="format_port">port</string>
<string name="list_menu_pubkeys">Administrer offentlige nøgler</string>
<!-- Selection choice to sort hosts by color. -->