strings.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="app_name">QRCode</string>
  4. <string name="action_settings">Settings</string>
  5. <string name="hello_world">Hello world!</string>
  6. <string name="camera_open_notice">You have turned on the lights!</string>
  7. <string name="camera_close_notice">You have turned off the lights!</string>
  8. <string name="camera_problem">Sorry, there is a problem with your camera. You may need to reboot your device.</string>
  9. <string name="framwork_problem">There is a temporary problem with QR code scanning. You reboot and try again.</string>
  10. <string name="msg_share_subject_line">This is the content of the barcode I scanned.</string>
  11. <string name="msg_default_mms_subject">Hi</string>
  12. <string name="msg_intent_failed">Sorry, the required software could not be opened. Barcode content may not be valid.</string>
  13. <string name="button_ok">Sure</string>
  14. <string name="result_uri">URL path</string>
  15. <string name="button_1">Browser open</string>
  16. <string name="button_2">content</string>
  17. <string name="button_3">Other title</string>
  18. <string name="result_title_default">URL path</string>
  19. <string name="qrcode_notice">The QR code pattern is placed in the framing frame for automatic scanning.</string>
  20. <string name="openorclose_light">Turn lights on or off</string>
  21. <string name="qrcode_empty"></string>
  22. <string name="qrcode_open">Open with a browser</string>
  23. <string name="paramete_error">The parameters are correct, please rescan</string>
  24. <string name="scan_result">The scan result is:</string>
  25. <string name="auto_copy">Had copied to the clipboard</string>
  26. </resources>