Initial cut of Contact Options UI.
diff --git a/res/values/strings.xml b/res/values/strings.xml
index cf41ef6..f717f41 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -126,6 +126,12 @@
     <!-- Toast shown after two contacts have been joined by a user action -->
     <string name="contactsJoinedMessage">Contacts joined</string>
 
+    <!-- Menu item that opens the Options activity for a given contact -->
+    <string name="menu_contactOptions">Options</string>
+
+    <!-- Title for the Options activity for a given contact -->
+    <string name="contactOptionsTitle">Options</string>
+
     <!-- Confirmation dialog title after users selects to delete a contact. -->
     <string name="deleteConfirmation_title">Delete</string>