summaryrefslogtreecommitdiffstats
path: root/res/values/cm_arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/cm_arrays.xml')
-rw-r--r--res/values/cm_arrays.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/cm_arrays.xml b/res/values/cm_arrays.xml
index 8aee1ff..7990443 100644
--- a/res/values/cm_arrays.xml
+++ b/res/values/cm_arrays.xml
@@ -406,4 +406,23 @@
<item>100</item>
<item>200</item>
</string-array>
+
+ <!-- Phone blacklist management -->
+ <string-array name="blacklist_policy_unknown_entries" translatable="false">
+ <item>@string/blacklist_policy_block_calls</item>
+ <item>@string/blacklist_policy_block_messages</item>
+ </string-array>
+
+ <string-array name="blacklist_policy_unknown_values" translatable="false">
+ <item>1</item>
+ <item>16</item>
+ </string-array>
+
+ <string-array name="blacklist_policy_private_entries" translatable="false">
+ <item>@string/blacklist_policy_block_calls</item>
+ </string-array>
+
+ <string-array name="blacklist_policy_private_values" translatable="false">
+ <item>1</item>
+ </string-array>
</resources>