strings.xml 1.4 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">meBarista</string>
  4. <string name="hello_world">Hello world!</string>
  5. <string name="menu_settings">Settings</string>
  6. <string name="terminalMessage">#&gt;HelloUser</string>
  7. <string name="TerminalInitMessage">Type what to send</string>
  8. <string name="SendButtonText">Send</string>
  9. <string name="about">About</string>
  10. <string name="messageUnknownButton">Unknown button was pressed</string>
  11. <string name="seachingDev">Searching for bluetooth devices</string>
  12. <string name="UnsupportedBluetooth">This device doesn\'t support bluetooth, exiting!</string>
  13. <string name="notSwithcedOnBluetooth">Without bluetooth this program is useless</string>
  14. <string name="defaultSpinnerMessage">Seaching paired bluetooth devices</string>
  15. <string name="noPairedDevices">No paired devices, searching new devices</string>
  16. <string name="findedPairedDevices">Paired devices finded</string>
  17. <string name="noCurrentDevice">You are not connected to device </string>
  18. <string name="searchFailed">Failed to start search devices, exiting</string>
  19. <string name="findedDevices">Finded devices, look at list</string>
  20. <string name="SocketRead">Data readed from socket</string>
  21. <string name="ButtonOk">OK</string>
  22. <string name="ButtonRe">Re</string>
  23. <string name="OnDestroy">Destroyed</string>
  24. <string name="OnStop">Stopped</string>
  25. </resources>