aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a0dc643..baf2db4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -60,12 +60,57 @@
<!-- 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. -->
<string name="increase_font_size">"Increase Font Size"</string>
+ <!-- Keyboard shortcut for increasing the font size. -->
+ <string name="increase_font_shortcut">Ctrl and +</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>
+ <!-- Keyboard shortcut for decreasing the font size. -->
+ <string name="decrease_font_shortcut">Ctrl and -</string>
+ <!-- Keyboard shortcut for pasting into the terminal. -->
+ <string name="paste_shortcut">Ctrl-Shift-V</string>
<string name="pubkey_generate">"Generate"</string>
<string name="pubkey_import">"Import"</string>