HypoAlarm/HypoAlarm/src/main/res/values/strings.xml

74 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">HypoAlarm</string>
<string name="alarm_alert">Alarm Alert</string>
<string name="alarm_notification">Text message pending</string>
<string name="pre_alarm_notification">Upcoming alarm</string>
<string-array name="grace_period_array">
<item>2 minutes</item>
<item>10 minutes</item>
<item>15 minutes</item>
<item>30 minutes</item>
<item>45 minutes</item>
<item>1 hour</item>
<item>1 hour 30 minutes</item>
<item>2 hours</item>
</string-array>
<string name="description">Set an alarm here. When the alarm goes off every day, you\'ll have a period of grace to reset it. After that, your phone will SMS the specified phone number with an alert.</string>
<string name="alarm_active_text">Alarm active</string>
<string name="alarm_time_text">Alarm time</string>
<string name="grace_period_text">Grace period</string>
<string name="phone_number_text">Phone number</string>
<string name="ringtone_text">Alarm Tone</string>
<string name="message_text">Message</string>
<string name="AlarmActivePref">AlarmActive</string>
<string name="AlarmTimePref">AlarmTime</string>
<string name="GracePeriodPref">GracePeriod</string>
<string name="RingtonePref">Ringtone</string>
<string name="PhoneNumberPref">PhoneNumber</string>
<string name="MessagePref">Message</string>
<string name="setPhoneNumber">Set phone number to alert</string>
<string name="setMessage">Message text</string>
<string name="dialog_contacts">Contacts</string>
<string name="alarmSetToast">HypoAlarm set to </string>
<string name="alarmCancelToast">HypoAlarm cancelled</string>
<string name="graceCancelToast">HypoAlarm text message cancelled</string>
<string name="defaultMessage">Hi, I haven\'t responded to my alarm today. Please contact me to make sure I\'m awake.</string>
<string name="notificationText">A text message will be sent in %1$s</string>
<string name="notificationCancellation">Cancel</string>
<string name="preNotificationTitle">Upcoming HypoAlarm</string>
<string name="preNotificationCancellation">Dismiss Now</string>
<string name="alarmCancelled">All HypoAlarms cancelled</string>
</resources>