aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-nb/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-nb/strings.xml')
-rw-r--r--res/values-nb/strings.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index 72d2724..c8a3e4b 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/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">bruker@vert</string>
- <string name="list_format_error">Bruk formatet 'bruker@vert:port'</string>
+ <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. -->
+ <string name="list_format_error">Bruk formatet "%1$s"</string>
+
+ <!-- Part of the formatting hints that will be used like: username@hostname:port -->
+ <string name="format_username">bruker</string>
+ <!-- Part of the formatting hints that will be used like: username@hostname:port -->
+ <string name="format_hostname">vert</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">Manage Pubkeys</string>
<!-- Selection choice to sort hosts by color. -->