aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-it
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-it
parentc4130492937a578ed1028c5ced31c45ec0c1030e (diff)
downloadconnectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.tar.gz
connectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.tar.bz2
connectbot-3c23afc2c11cffe822fb1094eb7f3f54724722ea.zip
Update translations
Diffstat (limited to 'res/values-it')
-rw-r--r--res/values-it/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 389f862..5774f12 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -19,6 +19,7 @@
-->
<resources>
<string name="app_desc">Un client SSH semplice, potente ed open-source.</string>
+ <string name="service_desc">Maintains SSH connections and loaded pubkeys</string>
<!-- Window title for the Host List -->
<string name="title_hosts_list">Host</string>
@@ -316,6 +317,11 @@
<!-- Button that brings up the list of URLs on the current screen -->
<string name="console_menu_urlscan">Scansione URL</string>
+ <!-- Button label to answer "Yes" to a yes/no prompt -->
+ <string name="button_yes">Sì</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">Locale</string>
<!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. -->
@@ -452,7 +458,7 @@
<string name="menu_colors_reset">Reimposta</string>
<!-- Displayed in the notification bar that connections are active -->
- <string name="app_is_running">ConnectBot is running</string>
+ <string name="app_is_running">ConnectBot è in esecuzione</string>
<string name="color_red">rosso</string>
<string name="color_green">verde</string>