abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml4
2 files changed, 0 insertions, 14 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 14a536d..2bbb9b6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string-array name="pref_accents_entries">
- <item>@string/pref_accents_e_all_installed</item>
- <item>@string/pref_accents_e_selected</item>
- <item>@string/pref_accents_e_none</item>
- </string-array>
<string-array name="pref_show_numpad_values">
<item>never</item>
<item>landscape</item>
@@ -23,11 +18,6 @@
<item>@string/pref_numpad_layout_e_high_first</item>
<item>@string/pref_numpad_layout_e_low_first</item>
</string-array>
- <string-array name="pref_accents_values">
- <item>1</item>
- <item>2</item>
- <item>4</item>
- </string-array>
<string-array name="pref_theme_entries">
<item>@string/pref_theme_e_system</item>
<item>@string/pref_theme_e_dark</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2a164e0..7ba2a16 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,10 +14,6 @@
<string name="pref_layout_e_custom">Custom layout</string>
<string name="pref_layouts_add">Add an alternate layout</string>
<string name="pref_layouts_item">Layout %1$d: %2$s</string>
- <string name="pref_accents_title">Accents</string>
- <string name="pref_accents_e_all_installed">Show accents for all installed languages</string>
- <string name="pref_accents_e_selected">Only show accents for the selected language</string>
- <string name="pref_accents_e_none">Hide accents</string>
<string name="pref_show_numpad_title">Show NumPad</string>
<string name="pref_show_numpad_never">Never</string>
<string name="pref_show_numpad_landscape">Only in landscape mode</string>