strings.xml 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <resources>
  3. <string name="app_name">GoKitchen</string>
  4. <string name="action_buttons">Buttons mode</string>
  5. <string name="action_gesture">Accessibility mode</string>
  6. <string name="action_settings">Settings</string>
  7. <string name="title_activity_splash">SplashActivity</string>
  8. <string name="title_activity_ocr">Reading out the display...</string>
  9. <string name="text_hint">The text will appear here...</string>
  10. <string name="textButtonOCR">Read out OCR display values</string>
  11. <string name="ocr">OCR</string>
  12. <string name="title_activity_gesture">Place your gesture here</string>
  13. <string name="lowerPower">Reduce Power</string>
  14. <string name="risePower">Rise Power</string>
  15. <string name="bluetooth">Electric Hob Handling</string>
  16. <string name="switch_on_off">Power on</string>
  17. <string name="switch_bluetooth">Connect to the Hob</string>
  18. <string-array name="textStatus">
  19. <item>Disconnected</item>
  20. <item>Connecting...</item>
  21. <item>Connected successfully!</item>
  22. <item>Error, please try again :(</item>
  23. <item>Sending ON command...</item>
  24. <item>Electric HOB ON!</item>
  25. <item>Sending OFF Command...</item>
  26. <item>Electric HOB OFF!</item>
  27. <item>Rising power...</item>
  28. <item>Power Raised!</item>
  29. <item>Reducing power...</item>
  30. <item>Power Reduced!</item>
  31. </string-array>
  32. <string name="initital_log">Bluetooth Disconected</string>
  33. <string name="copyrigth">(CC) Marc Bayón [Universidad Autónoma de Madrid]</string>
  34. <string name="audio_ORCMode">Starting OCR Mode</string>
  35. <string name="audio_connected">Now you are connected to the Hob</string>
  36. <string name="audio_errorProtocol">Oh oh! There was a failure during sending the data. Please, make sure the receptor is power on and try to connect it again.</string>
  37. <string name="audio_errorBluetoth">Your Bluetooth is not switch on or the receptor is not paired. Please, configure it first and then try it again.</string>
  38. <string name="audio_disconnected">All right! Everything disconnected and switch off.</string>
  39. <string name="audio_HobOff">Hob Power Off</string>
  40. <string name="audio_HobPWUP">Rising the Power</string>
  41. <string name="audio_HobON">Hob Power on</string>
  42. <string name="audio_errorNotPWON">Please, connect first with the Hob and then power it on with the ON command.</string>
  43. <string name="audio_errorNotConnected">Please, connect the device first with the Hob.</string>
  44. <string name="audio_unknowGesture">hmmmm! Unknow Gesture Command. I can not guess it. Please, draw it again.</string>
  45. <string name="audio_unknowError">Oh! Oh! There was an unknow error. Please connect it again and try it one more time.</string>
  46. <string name="audio_HobPWDOWN">Reducing the Power</string>
  47. <string name="gesture_noBluetooth">Your device does not support bluetooth</string>
  48. <string name="gesture_OCRMode">OCR Mode</string>
  49. <string name="gesture_connected">Connected</string>
  50. <string name="gesture_ProtocolError">Protocol Error.</string>
  51. <string name="gesture_disconnect">Disconnected.</string>
  52. <string name="gesture_NotConnected">Please connect first with the Electronic HOB</string>
  53. <string name="audio_already_connected">You are already connected to the Hob. </string>
  54. <string name="audio_HobAlreadyOff">The hob was already off.</string>
  55. </resources>