summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2014-01-21 10:29:22 -0500
committerRoman Birg <roman@cyngn.com>2014-11-19 16:39:43 -0800
commitd24f251e8d20ff93a26c36e0a3ed48fc0477cefe (patch)
tree1043e3648b181a7fc2fa3884796e7b8210876c87 /res/values
parentbf84a18a31ec8e6e930b6690ecf00e2bec423ba5 (diff)
downloadpackages_apps_InCallUI-d24f251e8d20ff93a26c36e0a3ed48fc0477cefe.tar.gz
packages_apps_InCallUI-d24f251e8d20ff93a26c36e0a3ed48fc0477cefe.tar.bz2
packages_apps_InCallUI-d24f251e8d20ff93a26c36e0a3ed48fc0477cefe.zip
InCallUI: Port "Add to blacklist" support to in-call ui (1 of 2)
Place into overflow menu for cm-12.0 Change-Id: I3f9777c112a4d25499b474762f83d187782c6ca0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/cm_strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 90cfe0b0..73acd9b8 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -29,4 +29,11 @@
<!-- In-call screen: status label for a call that is held remotely -->
<string name="card_title_waiting_call">Waiting call</string>
+
+ <!-- Text for the onscreen "Blacklist" button -->
+ <string name="onscreenBlacklistText">Blacklist</string>
+
+ <!-- Blacklist confirmation dialog -->
+ <string name="blacklist_dialog_title">Add to blacklist</string>
+ <string name="blacklist_dialog_message">Future calls from <xliff:g id="number">%s</xliff:g> will be blocked</string>
</resources>