diff options
author | Sarmad Hashmi <mhashmi@google.com> | 2016-02-24 21:59:55 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-24 21:59:55 +0000 |
commit | 8f96ced65ec1de6031acff70edd658d9d90fd101 (patch) | |
tree | 5471a541584763af951a0d09a2b897aa244363e6 /res | |
parent | 4ee95f4e9249ea3f03288e0493b3b15d193ba039 (diff) | |
parent | 5d9fdc591a5e8b5b8b0cbb1d9060f10fc2816325 (diff) |
Collapsed and expanded voicemail cards show duration.
am: 5d9fdc591a
* commit '5d9fdc591a5e8b5b8b0cbb1d9060f10fc2816325':
Collapsed and expanded voicemail cards show duration.
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6d2bd5ef5..34fd2e5ce 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> |