Finish location mode CTS tests

- b/10081427

Change-Id: Id383439a735d2fa8d94aa00c17bd34d506c66c0b
diff --git a/apps/CtsVerifier/res/values/strings.xml b/apps/CtsVerifier/res/values/strings.xml
index 36dffff..9b9497e 100644
--- a/apps/CtsVerifier/res/values/strings.xml
+++ b/apps/CtsVerifier/res/values/strings.xml
@@ -734,10 +734,29 @@
     <string name="location_mode_select_battery_saving">
         Please select the \"Battery Saving\" mode at Settings > Location and return here.
     </string>
+    <string name="location_mode_device_only_test">Device Only Mode Test</string>
+    <string name="location_mode_device_only_info">
+        This test checks that the Location Mode API is consistent with the
+        Location Provider API when the device is in Device Only location mode.
+    </string>
+    <string name="location_mode_select_device_only">
+        Please select the \"Device Only\" mode at
+        Settings > Location and return here.
+    </string>
+    <string name="location_mode_off_test">Location Mode Off Test</string>
+    <string name="location_mode_off_info">
+        This test checks that the Location Mode API is consistent with the
+        Location Provider API when the device is in the Off location mode.
+    </string>
 
     <string name="location_mode_start_settings">Launch Settings</string>
     <string name="location_mode_turn_on">
-        Please turn ON the switch at the top of Settings > Location and return here.
+        Please turn ON location access (the switch at the top of Settings > Location)
+        and return here.
+    </string>
+    <string name="location_mode_turn_off">
+        Please turn OFF location access (the switch at the top of Settings > Location)
+        and return here.
     </string>
     <string name="location_mode_secure_gps_on">GPS provider should be ON in secure settings.</string>
     <string name="location_mode_secure_gps_off">GPS provider should be OFF in secure settings.</string>