summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2015-10-02 10:57:34 -0700
committerBrandon Maxwell <maxwelb@google.com>2015-10-02 14:47:24 -0700
commitede9bfb0d5d5a14883ac0390dc7405349e8e4c34 (patch)
tree82e882619d46684a26369a6552970babd8be6132 /res/values/strings.xml
parent2159803d76ee72cb2561b56c17c377f19e5fdf37 (diff)
Modifying voicemail call log date and time format
Bug: 22168682 Change-Id: Id0135ca03310f6c1587151af81c29b22e9d20d2b
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e5d32ea6c..e9bf1f495 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -424,6 +424,15 @@
<!-- A nicely formatted call duration displayed when viewing call details. For example "42 min 28 sec" -->
<string name="callDetailsDurationFormat"><xliff:g id="minutes" example="42">%s</xliff:g> min <xliff:g id="seconds" example="28">%s</xliff:g> sec</string>
+ <!-- The string 'Today'. This value is used in the voicemailCallLogDateTimeFormat rather than an
+ explicit date string, e.g. Jul 25, 2014, in the event that a voicemail was created on the
+ current day -->
+ <string name="voicemailCallLogToday">@string/call_log_header_today</string>
+
+ <!-- A format string used for displaying the date and time for a voicemail call log. For example: Jul 25, 2014 at 2:49 PM
+ 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>
+
<!-- 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>