diff options
author | Nancy Chen <nancychen@google.com> | 2015-06-10 14:33:35 -0700 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2015-06-10 14:33:35 -0700 |
commit | ba9dfa462c8c4b5444897fe3f377619c97f6d9f8 (patch) | |
tree | cb1bfa13c5528f9d9bddf319d88c79bd35be8903 | |
parent | 95ec942a67c58748031b67c306e15146b462ec69 (diff) |
Add strings for visual voicemail promo card.
Promo card coming, but wanted to get strings in before strings deadline.
Bug: 21086059
Change-Id: I60455bfdb6fa268898312cb6aa2a2cb8f567a9d6
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d8a8ffe19..6cdcb4a91 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -130,6 +130,17 @@ <!-- The header to show that call log is only showing missed calls. [CHAR LIMIT=40] --> <string name="call_log_missed_header">Missed calls only</string> + <!-- Title for promo card for visual voicemail. [CHAR LIMIT=40] --> + <string name="visual_voicemail_title">Visual voicemail</string> + + <!-- Promo card text for visual voicemail. --> + <string name="visual_voicemail_text"> + See and listen to your voicemail, without having to call a number. Data charges may apply. + </string> + + <!-- Text for "Settings" link for visual voicemail promo card. [CHAR LIMIT=30] --> + <string name="visual_voicemail_settings">Settings</string> + <!-- Voicemail status message shown at the top of call log to notify the user that no new voicemails are currently available. This can happen when both notification as well as data connection to the voicemail server is lost. [CHAR LIMIT=64] --> |