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.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e4f2aa5..e634385 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -163,6 +163,9 @@
<!-- Summary for the full screen preference -->
<string name="pref_fullscreen_summary">"Hide status bar while in console"</string>
+ <!-- The category title for keyboard preferences -->
+ <string name="pref_keyboard_category">"Keyboard"</string>
+
<!-- Name for the shifted numbers are f-keys preference -->
<string name="pref_shiftfkeys_title">"Shift+num are F-keys"</string>
<!-- Summary for the shifted numbers are f-keys preference -->
@@ -183,11 +186,6 @@
<!-- Summary for the memorize keys preference -->
<string name="pref_memkeys_summary">"Keep unlocked keys in memory until backend service is terminated"</string>
- <!-- Name for the update check preference -->
- <string name="pref_update_title">"Update check"</string>
- <!-- Summary for the update check preference -->
- <string name="pref_update_summary">"Set the maximum frequency to check for ConnectBot updates"</string>
-
<!-- Name for the preference that forces the service to stay running in the background.-->
<string name="pref_conn_persist_title">"Persist connections"</string>
<!-- Summary for the preference that forces the service to stay running in the background. -->
@@ -198,6 +196,13 @@
<!-- Summary for the keyboard shortcuts preference -->
<string name="pref_keymode_summary">"Select how to use Alt for '/' and Shift for Tab"</string>
+ <!-- Name for the sticky modifiers preference -->
+ <string name="pref_stickymodifiers_title">"Sticky modifiers"</string>
+ <!-- Summary for the sticky modifiers preference -->
+ <string name="pref_stickymodifiers_summary">"Modifier keys remain enabled until another key is pressed"</string>
+
+ <string name="only_alt">"Only alt"</string>
+
<!-- Name for the camera shortcut usage preference -->
<string name="pref_camera_title">"Camera shortcut"</string>
<!-- Summary for the camera shortcut usage preference -->
@@ -247,13 +252,6 @@
<!-- Preference to use any pubkey to authenticate to this host. -->
<string name="list_pubkeyids_any">"Use any unlocked key"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_daily">"Daily"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_weekly">"Weekly"</string>
- <!-- Frequency for which to check for program updates. -->
- <string name="list_update_never">"Never"</string>
-
<!-- Host nickname field preference title -->
<string name="hostpref_nickname_title">"Nickname"</string>