Add support for NDN-FCH hub discovery

Change-Id: Iff39ef6667e7b6e69be7ae8205cc387015f44631
Refs: #4028
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5aa76b3..47032af 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -107,6 +107,9 @@
 
     <string name="face_add_dialog_create_face">Create face</string>
     <string name="route_add_dialog_create_route">Create route</string>
+    <string name="connect_nearest_hub_automatically">Connect to the nearest hub automatically</string>
+    <string name="ndn_fch_website">http://ndn-fch.named-data.net/</string>
+    <string name="fragment_route_list_toast_cannot_connect_hub">Cannot connect to the nearest hub</string>
     <string name="fragment_route_details_title">Route Details</string>
     <string name="fragment_route_details_next_hops">List of next hops</string>
     <string name="fragment_route_route_name_title">Route Name</string>