strings.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="title_activity_login">Sign in</string>
  4. <string name="title_activity_locker">Unlock Redant Photo</string>
  5. <!-- Strings related to login -->
  6. <string name="prompt_email">Email</string>
  7. <string name="prompt_Name">Name</string>
  8. <string name="prompt_password">Password</string>
  9. <string name="action_sign_in_register"><b>Sign in</b> or register</string>
  10. <string name="action_sign_in_short">Sign in</string>
  11. <string name="str_savepass">Save Password</string>
  12. <string name="action_about">About</string>
  13. <string name="action_forgot_password">Recover lost password</string>
  14. <string name="login_progress_signing_in">Signing in&#8230;</string>
  15. <string name="error_invalid_email">This email address is invalid</string>
  16. <string name="error_invalid_password">This password is too short</string>
  17. <string name="error_incorrect_password">Not authorized or wrong password</string>
  18. <string name="error_field_required">This field is required</string>
  19. <string name="action_settings">Settings</string>
  20. <string name="action_clear">Clear</string>
  21. <string name="action_delete">Delete photo</string>
  22. <string name="action_type_pid">Type PID</string>
  23. <string name="action_view_queue">View upload queue</string>
  24. <string name="preferences_name">Settings</string>
  25. <string name="app_name">RedAnt Photo</string>
  26. <string name="button_ok">OK</string>
  27. <string name="title_activity_scan">ScanActivity</string>
  28. <string name="menu_help">Help</string>
  29. <string name="menu_settings">Settings</string>
  30. <string name="msg_camera_framework_bug">Sorry, the Android camera encountered a problem. You may need to restart the device.</string>
  31. <string name="msg_default_status">Place a barcode inside the viewfinder rectangle to scan it.</string>
  32. <string name="msg_user_wrong">Wrong user name or password.</string>
  33. <string name="msg_net_error">Can not connect to server</string>
  34. <string name="msg_connection_none">No available connection </string>
  35. <string name="preferences_actions_title">When a barcode is found\u2026</string>
  36. <string name="preferences_auto_focus_title">Use auto focus</string>
  37. <string name="preferences_bulk_mode_summary">Scan and save many barcodes continuously</string>
  38. <string name="preferences_bulk_mode_title">Bulk scan mode</string>
  39. <string name="preferences_copy_to_clipboard_title">Copy to clipboard</string>
  40. <string name="preferences_custom_product_search_summary" formatted="false">Substitutions: %s = contents, %f = format, %t = type</string>
  41. <string name="preferences_custom_product_search_title">Custom search URL</string>
  42. <string name="preferences_decode_1D_title">1D barcodes</string>
  43. <string name="preferences_decode_Data_Matrix_title">Data Matrix</string>
  44. <string name="preferences_decode_QR_title">QR Codes</string>
  45. <string name="preferences_device_bug_workarounds_title">Device Bug Workarounds</string>
  46. <string name="preferences_disable_continuous_focus_summary">Use only standard focus mode</string>
  47. <string name="preferences_disable_continuous_focus_title">No continuous focus</string>
  48. <string name="preferences_front_light_summary">Improves scanning in low light on some phones, but may cause glare. Does not work on all phones.</string>
  49. <string name="preferences_front_light_title">Use front light</string>
  50. <string name="preferences_front_light_auto">Automatic</string>
  51. <string name="preferences_front_light_off">Off</string>
  52. <string name="preferences_front_light_on">On</string>
  53. <string name="preferences_general_title">General settings</string>
  54. <string name="preferences_invert_scan_title">Invert scan</string>
  55. <string name="preferences_invert_scan_summary">Scan for white barcodes on black background. Not available on some devices.</string>
  56. <string name="preferences_play_beep_title">Beep</string>
  57. <string name="preferences_remember_duplicates_summary">Store multiple scans of the same barcode in History</string>
  58. <string name="preferences_remember_duplicates_title">Remember duplicates</string>
  59. <string name="preferences_result_title">Result settings</string>
  60. <string name="preferences_scanning_title">When scanning for barcodes, decode\u2026</string>
  61. <string name="preferences_search_country">Search country</string>
  62. <string name="preferences_try_bsplus">Try Barcode Scanner+</string>
  63. <string name="preferences_try_bsplus_summary">Enhanced with new features and interface</string>
  64. <string name="preferences_supplemental_summary">Try to retrieve more information about the barcode contents</string>
  65. <string name="preferences_supplemental_title">Retrieve more info</string>
  66. <string name="preferences_vibrate_title">Vibrate</string>
  67. <string name="title_activity_main_activity1">MainActivity1</string>
  68. <string name="title_input_pid">Input PID</string>
  69. <string name="hello_world">Hello world!</string>
  70. <string name="str_tech_support">Tech support:\nusairedant@united-us.net</string>
  71. <string name="str_version">version:</string>
  72. <string name="str_ver">ver:</string>
  73. <string name="title_activity_about">About</string>
  74. <string name="title_activity_license">License</string>
  75. </resources>