diff options
author | Dmitri Plotnikov <dplotnikov@google.com> | 2010-09-27 18:29:02 -0700 |
---|---|---|
committer | Dmitri Plotnikov <dplotnikov@google.com> | 2010-09-27 18:29:02 -0700 |
commit | 6183540651106e844672a68f7606481536be6ab0 (patch) | |
tree | be02e5d50e0e4786247285d498469689efcd1ab2 /res/values | |
parent | ac14436a4db64f7e40cc5ba3fe40ced25a7f829d (diff) | |
download | packages_apps_Contacts-6183540651106e844672a68f7606481536be6ab0.tar.gz packages_apps_Contacts-6183540651106e844672a68f7606481536be6ab0.tar.bz2 packages_apps_Contacts-6183540651106e844672a68f7606481536be6ab0.zip |
Improved graphics and text for directory headers
Change-Id: I4355ae63bd86c3e4f584fe9b9291e178e289f956
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 4bfebae9c..6a5d5c56e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -336,6 +336,9 @@ <item quantity="other"><xliff:g id="count">%d</xliff:g> found</item> </plurals> + <!-- Displayed at the top of search results indicating that more contacts were found than shown [CHAR LIMIT=64] --> + <string name="foundTooManyContacts">more than <xliff:g id="count">%d</xliff:g> found</string> + <!-- Displayed at the top of the contacts showing the zero total number of contacts found when "Only contacts with phones" not selected --> <string name="listFoundAllContactsZero">Not found</string> |