/documentation/ClockBackTutorial/ClockBack3/res/values/strings.xml

http://eyes-free.googlecode.com/ · XML · 29 lines · 10 code · 10 blank · 9 comment · 0 complexity · e20f463437d4d19598e2bea147d5f7b0 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- VALUES -->
  4. <!-- Setting up the user interface vibration feedback service -->
  5. <string name="clockback_setup_title">ClockBack</string>
  6. <!-- String value for announcing the plus buttons -->
  7. <string name="value_plus">plus</string>
  8. <!-- String value for announcing the minus buttons -->
  9. <string name="value_minus">minus</string>
  10. <!-- String value for announcing the hours input -->
  11. <string name="value_hours">hours</string>
  12. <!-- String value for announcing the minutes input -->
  13. <string name="value_minutes">minutes</string>
  14. <!-- TEMPLATES -->
  15. <!-- String template for announcing the screen on -->
  16. <string name="template_screen_on">Screen on. Volume %1$s percent.</string>
  17. <!-- String template for announcing the screen off -->
  18. <string name="template_screen_off">Screen off. Volume %1$s percent.</string>
  19. </resources>