summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-10-02 22:50:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-10-02 22:50:08 +0000
commit2e542167f106f7f09a4cedd26c803aa184836cc0 (patch)
treec586d9f08f63d37fa973b11a52ad858a0686ac7d /res
parente3b4563ea4bced9ef4bb5f21e67218f50794d4e6 (diff)
parent27bf26e70548c530946e37d994c89c23b7887386 (diff)
am 27bf26e7: Merge "Add BLOCKED call type and util to mark in call log." into ub-contactsdialer-a-dev
* commit '27bf26e70548c530946e37d994c89c23b7887386': Add BLOCKED call type and util to mark in call log.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e5d32ea6c..9fac7a3d7 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -309,13 +309,13 @@
is already in progress.) -->
<string name="dialer_addAnotherCall">Add call</string>
- <!-- Title for incoming call details screen -->
+ <!-- Title for incoming call type. [CHAR LIMIT=40] -->
<string name="type_incoming">Incoming call</string>
- <!-- Title for outgoing call details screen -->
+ <!-- Title for outgoing call type. [CHAR LIMIT=40] -->
<string name="type_outgoing">Outgoing call</string>
- <!-- Title for missed call details screen -->
+ <!-- Title for missed call type. [CHAR LIMIT=40] -->
<string name="type_missed">Missed call</string>
<!-- Title for incoming video call in call details screen [CHAR LIMIT=60] -->
@@ -330,6 +330,12 @@
<!-- Title for voicemail details screen -->
<string name="type_voicemail">Voicemail</string>
+ <!-- Title for rejected call type. [CHAR LIMIT=40] -->
+ <string name="type_rejected">Declined call</string>
+
+ <!-- Title for blocked call type. [CHAR LIMIT=40] -->
+ <string name="type_blocked">Blocked call</string>
+
<!-- Description for incoming calls going to voice mail vs. not -->
<string name="actionIncomingCall">Incoming calls</string>