1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 4 <!-- VALUES --> 5 6 <!-- Setting up the user interface vibration feedback service --> 7 <string name="clockback_setup_title">ClockBack</string> 8 9 <!-- String value for announcing the increase hours buttons --> 10 <string name="value_increase_hours">Increase hours</string> 11 12 <!-- String value for announcing the increase minutes buttons --> 13 <string name="value_increase_minutes">Increase minutes</string> 14 15 <!-- String value for announcing the decrease hours buttons --> 16 <string name="value_decrease_hours">Decrease hours</string> 17 18 <!-- String value for announcing the decrease minutes buttons --> 19 <string name="value_decrease_minutes">Decrease minutes</string> 20 21 <!-- String value for announcing one hour input --> 22 <string name="value_hour">hour</string> 23 24 <!-- String value for announcing the hours input --> 25 <string name="value_hours">hours</string> 26 27 <!-- String value for announcing one minute input --> 28 <string name="value_minute">minute</string> 29 30 <!-- String value for announcing the minutes input --> 31 <string name="value_minutes">minutes</string> 32 33 <!-- String value for announcing audible ringer mode --> 34 <string name="value_ringer_audible">Ringer audible</string> 35 36 <!-- String value for announcing vibrating ringer mode --> 37 <string name="value_ringer_vibrate">Ringer vibrate</string> 38 39 <!-- String value for announcing silent ringer mode--> 40 <string name="value_ringer_silent">Ringer silent</string> 41 42 <!-- TEMPLATES --> 43 44 <!-- String template for announcing the screen on --> 45 <string name="template_screen_on">Screen on. Volume %1$s percent.</string> 46 47 <!-- String template for announcing the screen off --> 48 <string name="template_screen_off">Screen off. Volume %1$s percent.</string> 49 50</resources> 51