aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values/arrays.xml')
-rw-r--r--src/main/res/values/arrays.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/res/values/arrays.xml b/src/main/res/values/arrays.xml
index 5be352d1..c555d4ba 100644
--- a/src/main/res/values/arrays.xml
+++ b/src/main/res/values/arrays.xml
@@ -57,4 +57,17 @@
<item>voice</item>
<item>location</item>
</string-array>
+
+ <string-array name="confirm_strings">
+ <item>@string/pref_confirm_messages_none</item>
+ <item>@string/pref_confirm_messages_received</item>
+ <item>@string/pref_confirm_messages_read_and_received</item>
+ </string-array>
+
+ <string-array name="confirm_values">
+ <item>0</item>
+ <item>1</item>
+ <item>2</item>
+ </string-array>
+
</resources>