summaryrefslogtreecommitdiffstats
path: root/java/com/android/contacts/common/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/contacts/common/res/values/strings.xml')
-rw-r--r--java/com/android/contacts/common/res/values/strings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/contacts/common/res/values/strings.xml b/java/com/android/contacts/common/res/values/strings.xml
index 371d5b424..85866f736 100644
--- a/java/com/android/contacts/common/res/values/strings.xml
+++ b/java/com/android/contacts/common/res/values/strings.xml
@@ -143,6 +143,9 @@
<!-- Directory partition name (also exists in contacts) -->
<string name="contactsList">Contacts</string>
+ <!-- Directory partition name for p13n suggestions -->
+ <string name="contact_suggestions">Top Suggested</string>
+
<!-- The name of the invisible local contact directory -->
<string name="local_invisible_directory">Other</string>
@@ -155,6 +158,9 @@
<!-- The label in section header in the contact list for a local contacts [CHAR LIMIT=128] -->
<string name="local_search_label">All contacts</string>
+ <!-- The label in section header in the contact list for a local suggested contacts [CHAR LIMIT=128] -->
+ <string name="local_suggestions_search_label">Suggestions</string>
+
<!-- String describing the text on the header of the profile contact in the contacts list
This may be programatically capitalized. [CHAR LIMIT=20] -->
<string msgid="9154761216179882405" name="user_profile_contacts_list_header">Me</string>