diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-09-20 16:00:54 -0700 |
---|---|---|
committer | Chiao Cheng <chiaocheng@google.com> | 2013-09-20 17:10:20 -0700 |
commit | cd9f37612bda0e11d54684e8c3e9d67310dc036d (patch) | |
tree | 2ff890affa93ff1789cc042bc8d1ff78f09f4de2 | |
parent | eaebb31a53f1f44251009477e090813cb569f789 (diff) |
Adding string resources.
For missed call badge and no favorites screen.
Bug: 10862541
Bug: 10861718
Change-Id: I9f6cd47ff17dbd29b8d78d9c8f67b2dc62109125
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ad16f031f..7c9415455 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -620,4 +620,11 @@ <!-- Shortcut item used to add a number directly from search --> <string name="search_shortcut_add_to_contacts">Add to contacts</string> + + <!-- Number of missed calls shown on call card [CHAR LIMIT=40] --> + <string name="num_missed_calls"><xliff:g id="number">%s</xliff:g> new missed calls</string> + + <!-- Shows when there are no favorites. --> + <string name="">Favorites & contacts you call often will show here. So, start calling.</string> + </resources> |