/ocr/ocrservice/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 90 lines · 57 code · 14 blank · 19 comment · 0 complexity · 04e05aa0043c09b24a8664da49240bd8 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2011 Google Inc.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <resources xmlns:android="http://schemas.android.com/apk/res/android">
  14. <string name="app_name">OCR Service</string>
  15. <string name="err_sd_card">Could not write to SD card. Make sure you have one inserted.</string>
  16. <string name="uninstall_confirm">Are you sure you want to remove the %s language pack?</string>
  17. <string name="uninstall_completed">%s language pack removed</string>
  18. <string name="uninstall_failed">%s language pack could not be removed</string>
  19. <string name="install_completed">%s language pack has been installed</string>
  20. <string name="install_canceled">%s language pack installation canceled</string>
  21. <string name="install_failed">%s language pack could not be installed</string>
  22. <string name="installed">Installed</string>
  23. <string name="not_installed">Not Installed</string>
  24. <string name="extracting" formatted="false">Extracting %s from %s...</string>
  25. <string name="downloading" formatted="false">Downloading %s from %s...</string>
  26. <string name="cleaning">Cleaning up...</string>
  27. <string name="languages_title">Install OCR Languages</string>
  28. <string name="test_title">OCR Service Tests</string>
  29. <string name="prefs_title">OCR Preferences</string>
  30. <string name="blocking_title">Text Blocking</string>
  31. <string name="clear">Clear</string>
  32. <string name="cancel">Cancel</string>
  33. <string name="accept">Accept</string>
  34. <!-- Languages activity -->
  35. <string name="manage_title">Manage languages</string>
  36. <string name="manage_hint">Tap language to install or remove</string>
  37. <string name="manage_error">Could not update list of available languages.</string>
  38. <string name="manage_loading">Updating list of available languages...</string>
  39. <string name="manage_alert">Please install at least one language pack.</string>
  40. <string name="manage_extracting">Extracting language files...</string>
  41. <!-- Capture activity -->
  42. <string name="capture_title">Image Capture</string>
  43. <string name="hint_capture">Take a picture of the text you want to recognize</string>
  44. <string name="take_picture">Take picture</string>
  45. <string name="disable_text_detection">Disable text detection</string>
  46. <string name="enable_text_detection">Enable text detection</string>
  47. <string name="scene">Scene</string>
  48. <string name="close_up">Close-up</string>
  49. <string name="full_page">Full-page</string>
  50. <!-- Real-time OCR activity -->
  51. <string name="realtime_title">Live OCR Demo</string>
  52. <!-- Recognize activity -->
  53. <string name="recognize_title">Recognize Image</string>
  54. <string name="percent" formatted="false">%d%%</string>
  55. <string name="ratio" formatted="false">%d/%d</string>
  56. <string name="cancel_recognition">Cancel recognition</string>
  57. <!-- Preferences -->
  58. <string name="manage_pref">manage</string>
  59. <string name="manage_pref_title">Manage languages</string>
  60. <string name="manage_pref_summary">Add and remove language recognition packs</string>
  61. <string name="lang_pref">lang_pref</string>
  62. <string name="lang_pref_title">Set default language</string>
  63. <string name="lang_pref_summary">Current language is %s</string>
  64. <string name="override_pref">override_pref</string>
  65. <string name="override_pref_title">Override app settings</string>
  66. <string name="override_pref_on">Applications will always use the default language</string>
  67. <string name="override_pref_off">(Default) Applications will be able to set their own language</string>
  68. <string name="debug_pref">debug_pref</string>
  69. <string name="debug_pref_title">Enable debug mode</string>
  70. <string name="debug_pref_on">OCR will write intermediate files to SD card</string>
  71. <string name="debug_pref_off">(Default) OCR will not write intermediate files</string>
  72. <string name="xml_cache_pref">xml_cache</string>
  73. </resources>