aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-26 02:46:12 -0700
committerKenny Root <kenny@the-b.org>2015-03-26 02:46:18 -0700
commit84895bd1344d234d0c5e7a5e20458964fab96493 (patch)
treec7cb47d70c3ce2f506dfa7d924eeb35b8ec6d0ac /res
parent647fa04b16b035bdcc78ba208b3ae99cef2beb21 (diff)
downloadconnectbot-84895bd1344d234d0c5e7a5e20458964fab96493.tar.gz
connectbot-84895bd1344d234d0c5e7a5e20458964fab96493.tar.bz2
connectbot-84895bd1344d234d0c5e7a5e20458964fab96493.zip
Add translation context for description strings
Change-Id: Iea226b10973fe418d3a8e3bf6f5067dd0b1ded26
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 62e7c3d..552cd05 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -19,7 +19,10 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Summary of what ConnectBot is; used as a short description in the Android running apps list -->
<string name="app_desc">"Simple, powerful, open-source SSH client."</string>
+
+ <!-- Summary of what the ConnectBot service does; displayed in the Android running apps list -->
<string name="service_desc">"Maintains SSH connections and loaded pubkeys"</string>
<!-- Window title for the Host List -->