abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml34
-rw-r--r--res/values/strings.xml6
2 files changed, 26 insertions, 14 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 8983820..70143bb 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -112,16 +112,26 @@
<item>30</item>
<item>15</item>
</string-array>
- <string-array name="pref_clipboard_duration_entries">
- <item>@string/pref_clipboard_history_duration_1</item>
- <item>@string/pref_clipboard_history_duration_5</item>
- <item>@string/pref_clipboard_history_duration_30</item>
- <item>@string/pref_clipboard_history_duration_stop</item>
- </string-array>
- <string-array name="pref_clipboard_duration_values">
- <item>1</item>
- <item>5</item>
- <item>30</item>
- <item>-1</item>
- </string-array>
+ <string-array name="pref_clipboard_duration_entries">
+ <item>@string/pref_clipboard_history_duration_1</item>
+ <item>@string/pref_clipboard_history_duration_5</item>
+ <item>@string/pref_clipboard_history_duration_30</item>
+ <item>@string/pref_clipboard_history_duration_stop</item>
+ </string-array>
+ <string-array name="pref_clipboard_duration_values">
+ <item>1</item>
+ <item>5</item>
+ <item>30</item>
+ <item>-1</item>
+ </string-array>
+ <string-array name="pref_change_method_key_replacement_entries">
+ <item>@string/pref_change_method_key_replacement_e_picker</item>
+ <item>@string/pref_change_method_key_replacement_e_prev</item>
+ <item>@string/pref_change_method_key_replacement_e_next</item>
+ </string-array>
+ <string-array name="pref_change_method_key_replacement_values">
+ <item>picker</item>
+ <item>prev</item>
+ <item>next</item>
+ </string-array>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0a7faf4..6b1c329 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -44,8 +44,10 @@
<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_change_method_key_replacement_title">Switching between input methods</string>
+ <string name="pref_change_method_key_replacement_e_picker">Show the input method picker (long press)</string>
+ <string name="pref_change_method_key_replacement_e_prev">Switch to last used</string>
+ <string name="pref_change_method_key_replacement_e_next">Switch to the next in the list</string>
<string name="pref_vibrate_custom">Custom vibration</string>
<string name="pref_vibrate_duration_title">Vibration intensity</string>
<string name="pref_number_entry_title">Layout when typing numbers, dates, and phone numbers</string>