summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSarmad Hashmi <mhashmi@google.com>2016-02-10 02:11:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-02-10 02:11:09 +0000
commit569cb462299511dc2229ed15cfd8606ae249830c (patch)
tree1ef712e2e6374a6f20c33092d745dcf878bfe97b /res
parent9ba15b1a5ad47a69bf2b8654debddc3c27ae790c (diff)
parent6b6c6b756c54ef97c8ef6b445152dfaa1c42a5eb (diff)
Merge "Collapsed and expanded voicemail cards show duration." into ub-contactsdialer-master-dev
am: 6b6c6b756c * commit '6b6c6b756c54ef97c8ef6b445152dfaa1c42a5eb': Collapsed and expanded voicemail cards show duration.
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ed88b960f..ae63df3bf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -455,6 +455,12 @@
The date will be replaced by 'Today' for voicemails created on the current day. For example: Today at 2:49 PM -->
<string name="voicemailCallLogDateTimeFormat"><xliff:g id="date" example="Jul 25, 2014">%1$s</xliff:g> at <xliff:g id="time" example="2:49 PM">%2$s</xliff:g></string>
+ <!-- Format for duration of voicemails which are displayed when viewing voicemail logs. For example "01:22" -->
+ <string name="voicemailDurationFormat"><xliff:g id="minutes" example="10">%1$02d</xliff:g>:<xliff:g id="seconds" example="20">%2$02d</xliff:g></string>
+
+ <!-- A format string used for displaying the date, time and duration for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM • 00:34 -->
+ <string name="voicemailCallLogDateTimeFormatWithDuration"><xliff:g id="dateAndTime" example="Jul 25, 2014 at 2:49PM">%1$s</xliff:g> \u2022 <xliff:g id="duration" example="01:22">%2$s</xliff:g></string>
+
<!-- Dialog message which is shown when the user tries to make a phone call
to prohibited phone numbers [CHAR LIMIT=NONE] -->
<string name="dialog_phone_call_prohibited_message" msgid="4313552620858880999">Can\'t call this number</string>