aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorJeremy Klein <jlklein@google.com>2015-10-05 17:28:41 -0700
committerJeremy Klein <jlklein@google.com>2015-10-06 13:02:43 -0700
commit505d8fdab97829cbd87dbcf476e029a44d886a90 (patch)
tree1801e80bdd066969cbe080d6bcc505e7fab482e8 /app/src/main/res/values
parent28a10c2e533942eb208d3bdf68902645cbf2e3f8 (diff)
downloadconnectbot-505d8fdab97829cbd87dbcf476e029a44d886a90.tar.gz
connectbot-505d8fdab97829cbd87dbcf476e029a44d886a90.tar.bz2
connectbot-505d8fdab97829cbd87dbcf476e029a44d886a90.zip
Get rid of the final html help view and switch it to native.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0dc643..9482d9c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -60,6 +60,45 @@
<!-- 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 page with the hints about the app. -->
+ <string name="hints">"Hints"</string>
+
+ <!-- Header text for instructions about creating host shortcuts. -->
+ <string name="host_shortcuts_header">"Host Shortcuts"</string>
+
+ <!-- Instructions about creating host shortcuts. -->
+ <string name="host_shortcuts_content">"Long-press on your Android desktop to create direct shortcuts to frequently-used SSH hosts."</string>
+
+ <!-- Header text for instructions about scrolling the terminal. -->
+ <string name="scroll_hints_header">"Scroll back / Scroll forward"</string>
+
+ <!-- Instructions about scrolling the terminal. -->
+ <string name="scroll_hints_content">"Swiping your finger up on the right side of the screen allows you to scroll backward and forward in the local terminal buffer history."</string>
+
+ <!-- Captions for images showing the scroll back/forward gestures. -->
+ <string name="scrolling_back">"Scrolling back"</string>
+ <string name="scrolling_forward">"Scrolling forward"</string>
+
+ <!-- Header text for instructions about paging up and down in the terminal. -->
+ <string name="page_updn_header">"Page Up / Page Down"</string>
+
+ <!-- Instructions about paging up and down in the terminal. -->
+ <string name="page_updn_content">"Swiping your finger up and down on the left third of the screen will send a page up and page down key to the remote host. Many programs map this to scrolling back into history such as irssi or tinyfugue."</string>
+
+ <!-- Captions for images showing the page up/down gestures. -->
+ <string name="page_up">"Page up"</string>
+ <string name="page_down">"Page down"</string>
+
+ !-- Header text for instructions about switching to the next and previous host in the terminal. -->
+ <string name="switching_hosts_header">"Switching Hosts"</string>
+
+ <!-- Instructions about switching to the next and previous host in the terminal. -->
+ <string name="switching_hosts_content">"Swiping your finger from one side of the screen to the other will switch between currently connected hosts."</string>
+
+ <!-- Captions for images showing the next/previous host gestures. -->
+ <string name="next_host">"Next host"</string>
+ <string name="prev_host">"Previous host"</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. -->