aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-sl
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2010-10-15 02:20:04 -0500
committerKenny Root <kenny@the-b.org>2010-10-15 02:20:34 -0500
commit3c23afc2c11cffe822fb1094eb7f3f54724722ea (patch)
tree75b6564e064ddc2069d42313cc6cf92ffed9f070 /res/values-sl
parentc4130492937a578ed1028c5ced31c45ec0c1030e (diff)
downloadconnectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.tar.gz
connectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.tar.bz2
connectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.zip
Update translations
Diffstat (limited to 'res/values-sl')
-rw-r--r--res/values-sl/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index 7b75dce..105d862 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -19,6 +19,7 @@
-->
<resources>
<string name="app_desc">Enostaven, močan, odprtokodni SSH odjemalec</string>
+ <string name="service_desc">Maintains SSH connections and loaded pubkeys</string>
<!-- Window title for the Host List -->
<string name="title_hosts_list">Gostitelji</string>
@@ -316,6 +317,11 @@
<!-- Button that brings up the list of URLs on the current screen -->
<string name="console_menu_urlscan">URL Scan</string>
+ <!-- Button label to answer "Yes" to a yes/no prompt -->
+ <string name="button_yes">Yes</string>
+ <!-- Button label to answer "No" to a yes/no prompt -->
+ <string name="button_no">No</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">Local</string>
<!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. -->