/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
- <?xml version="1.0" encoding="utf-8"?>
- <resources>
- <!-- VALUES -->
- <!-- Setting up the user interface vibration feedback service -->
- <string name="clockback_setup_title">ClockBack</string>
- <!-- String value for announcing the plus buttons -->
- <string name="value_plus">plus</string>
- <!-- String value for announcing the minus buttons -->
- <string name="value_minus">minus</string>
- <!-- String value for announcing the hours input -->
- <string name="value_hours">hours</string>
- <!-- String value for announcing the minutes input -->
- <string name="value_minutes">minutes</string>
- <!-- TEMPLATES -->
- <!-- String template for announcing the screen on -->
- <string name="template_screen_on">Screen on. Volume %1$s percent.</string>
- <!-- String template for announcing the screen off -->
- <string name="template_screen_off">Screen off. Volume %1$s percent.</string>
- </resources>