altosdroid: remove TelemetryService activities
[fw/altos] / altosdroid / res / values / strings.xml
index 60823b12c27196d12645dcd7e9b239499804eda1..e3234fc74b41cd917ae2d911c81360705094a7fb 100644 (file)
     <string name="send">Send</string>
     <string name="not_connected">You are not connected to a device</string>
     <string name="bt_not_enabled_leaving">Bluetooth was not enabled. Leaving Bluetooth Chat.</string>
-    <string name="title_connecting">connecting...</string>
+    <string name="title_connecting">connecting</string>
     <string name="title_connected_to">connected: </string>
     <string name="title_not_connected">not connected</string>
 
     <!--  DeviceListActivity -->
-    <string name="scanning">scanning for devices...</string>
+    <string name="scanning">scanning for devices</string>
     <string name="select_device">select a device to connect</string>
     <string name="none_paired">No devices have been paired</string>
     <string name="none_found">No devices found</string>
     <string name="button_scan">Scan for devices</string>
 
     <!-- Options Menu -->
-    <string name="secure_connect">Connect a device - Secure</string>
-    <string name="insecure_connect">Connect a device - Insecure</string>
-    <string name="discoverable">Make discoverable</string>
+    <string name="connect_device">Connect a device</string>
+
+    <!-- Service -->
+    <string name="telemetry_service_label">AltosDroid Telemetry Service</string>
+    <string name="telemetry_service_started">Telemetry Service Started</string>
+    <string name="telemetry_service_stopped">Telemetry Service Stopped</string>
+
+
 </resources>