/Magnifier/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 29 lines · 12 code · 8 blank · 9 comment · 0 complexity · 998b5acd123cd8b90ea02214a3356caa MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- The Application Name -->
  4. <string name="app_name">IDEAL Magnifier</string>
  5. <!-- Color Effect Menu Button Text -->
  6. <string name="color_effect_button_text">Choose color effect</string>
  7. <!-- Color Effect Dialog Title -->
  8. <string name="color_effect_dialog_title">Color Effect</string>
  9. <!-- More Applications Menu Button Text -->
  10. <string name="more_apps_button_text">More apps</string>
  11. <!-- Toggle Freeze Frame Menu Button Text -->
  12. <string name="toggle_freeze_frame_button_text">Toggle Freeze Frame</string>
  13. <!-- Toggle Light Menu Button Text -->
  14. <string name="toggle_light_button_text">Toggle Light</string>
  15. <!-- Market Launch Error Dialog Title -->
  16. <string name="market_launch_error_title">Error</string>
  17. <!-- Market Launch Error Dialog Text -->
  18. <string name="market_launch_error_text">Unable to launch the Android Market.</string>
  19. <!-- Market Launch Error Dialog Acknowledge Button -->
  20. <string name="market_launch_error_button">Okay</string>
  21. </resources>