diff options
author | Chiao Cheng <chiaocheng@google.com> | 2013-09-20 17:15:30 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-20 17:15:30 -0700 |
commit | ae50011a7e28f54fe1d1e48855e6387ef52b1a32 (patch) | |
tree | 32b5622f0ce0982e176e0ba38a39522a0d234eb2 | |
parent | ae2a407ed32616c5480e40f71db14552ba212905 (diff) | |
parent | fa35772a9b9a7ae11dadae64d1780fd67b97c694 (diff) |
am fa35772a: Merge "Adding string resources." into klp-dev
* commit 'fa35772a9b9a7ae11dadae64d1780fd67b97c694':
Adding string resources.
-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> |