aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-08-14 15:32:54 -0700
committerJeremy Klein <jlklein@google.com>2015-08-20 14:02:15 -0700
commit3b32e1b8e9ddbda0ff1cd4d389cf080ccd27e7f5 (patch)
tree9e47787ac19ca2f9e9a4c4ce6a62bb2e5bb87c4c /app/src/main/res/values/strings.xml
parentc7218b987cf1cc2b803bc926b8a57750da1f2dd2 (diff)
downloadconnectbot-3b32e1b8e9ddbda0ff1cd4d389cf080ccd27e7f5.tar.gz
connectbot-3b32e1b8e9ddbda0ff1cd4d389cf080ccd27e7f5.tar.bz2
connectbot-3b32e1b8e9ddbda0ff1cd4d389cf080ccd27e7f5.zip
Add a keyboard shortucts dialog to help.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c2ce2e7..9d20356 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -56,6 +56,13 @@
<!-- Title for the help page with the terms & conditions of the app. -->
<string name="terms_and_conditions">"Terms &amp; Conditions"</string>
+ <!-- Title for the help dialog showing keyboard shortcuts. -->
+ <string name="keyboard_shortcuts">"Keyboard Shortcuts"</string>
+ <!-- Text in a keyboard shortcuts list lined up to keys which increase the terminal font-size. -->
+ <string name="increase_font_size">"Increase Font Size"</string>
+ <!-- Text in a keyboard shortcuts list lined up to keys which decrease the terminal font-size. -->
+ <string name="decrease_font_size">"Decrease Font Size"</string>
+
<string name="pubkey_generate">"Generate"</string>
<string name="pubkey_import">"Import"</string>
<string name="pubkey_delete">"Delete key"</string>