Show "Waiting for more contacts" message on directory load

Requires
- I458c4b068d91feb16fe12c3b813f9704668663d2
- I5f83103628c14dd5079515c46c42a6f43d4f194c
- I858c66faa6d5bcb3248da6be6a40f47ab0f00a4d

Bug: 4996797
Change-Id: Iad5b8444f4b1949666d93ad43a34de057aba560e
diff --git a/chips/res/values/strings.xml b/chips/res/values/strings.xml
index f83ebb4..3ae1d20 100644
--- a/chips/res/values/strings.xml
+++ b/chips/res/values/strings.xml
@@ -16,4 +16,8 @@
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Text displayed when the recipientedittextview is not focused. Displays the total number of recipients since the field is shrunk to just display a portion -->
     <string name="more_string">\u002B <xliff:g id="count">%1$s</xliff:g> more</string>
+
+    <!-- Text displayed when there are remote directories not returning results.
+         [CHAR LIMIT=50] -->
+    <string name="chips_waiting_for_directory_result">Waiting for more contacts</string>
 </resources>