strings.xml 812 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">BluetoothConnect</string>
  4. <string name="hello_world">Hello world!</string>
  5. <string name="discover">Device discovery</string>
  6. <string name="discoverFooterView">Discover more devices</string>
  7. <string name="clientMode">Connected in CLIENT mode.</string>
  8. <string name="serverMode">Connected in SERVER mode.</string>
  9. <string name="connecting">Connecting to remote Bluetooth device...</string>
  10. <string name="connected">Connected to remote Bluetooth device.</string>
  11. <string name="bluetoothError">Bluetooth error! See below.</string>
  12. <string name="echoMessage">Hello, Bluetooth!</string>
  13. <string name="appInfo">To enter SERVER mode press and hold the Device discovery button!</string>
  14. </resources>