diff options
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index cae1a9a..3029b21 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -26,8 +26,6 @@ <string name="pref_numpad_layout">NumPad layout</string> <string name="pref_numpad_layout_e_high_first">High digits first</string> <string name="pref_numpad_layout_e_low_first">Low digits first</string> - <string name="pref_autocapitalisation_title">Automatic capitalisation</string> - <string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string> <string name="pref_extra_keys_title">Add keys to the keyboard</string> <string name="pref_second_layout_title">Secondary layout</string> <string name="pref_second_layout_none">None</string> @@ -36,10 +34,15 @@ <string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string> <string name="pref_long_timeout_title">Key repeat timeout</string> <string name="pref_long_interval_title">Key repeat interval</string> - <string name="pref_vibrate_title">Vibration</string> - <string name="pref_vibrate_summary">Enable/disable vibration on keypress</string> <string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string> <string name="pref_lock_double_tap_summary">You can lock any modifier by holding it</string> + <string name="pref_category_behavior">Behavior</string> + <string name="pref_autocapitalisation_title">Automatic capitalisation</string> + <string name="pref_autocapitalisation_summary">Press Shift at the beginning of a sentence</string> + <string name="pref_switch_input_immediate_title">Switch to the last used keyboard</string> + <string name="pref_switch_input_immediate_summary">Behavior of the keyboard-switching key</string> + <string name="pref_vibrate_title">Vibration</string> + <string name="pref_vibrate_summary">Enable/disable vibration on keypress</string> <string name="pref_category_style">Style</string> <string name="pref_margin_bottom_title">Margin bottom</string> <string name="pref_keyboard_height_title">Keyboard height</string> |
