aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-20 14:09:25 -0700
committerKenny Root <kenny@the-b.org>2015-08-20 14:09:25 -0700
commit8870c63f99f101404aca50dbfef950cf40db5753 (patch)
treecee9c5b8afb7e7655ced34de67a7b9e7387bcf9c /app/src/main/res/values/strings.xml
parent6a6b04db69978bd0d0b6202f4dc2a1be465330b3 (diff)
parentb1a9b3c724ac42fe667ca5523eb70490b4deaa54 (diff)
downloadconnectbot-8870c63f99f101404aca50dbfef950cf40db5753.tar.gz
connectbot-8870c63f99f101404aca50dbfef950cf40db5753.tar.bz2
connectbot-8870c63f99f101404aca50dbfef950cf40db5753.zip
Merge pull request #139 from jklein24/keyboardshortcuts
Add a keyboard shortcuts dialog to the help page.
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 7c4c591..ecbe757 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>