<!-- String that represents that invalid time for an alarm was specified, e.g. 23:00am
or 27:68pm.
First %d represents hour, second %d represents minutes,
[CHAR LIMIT=NONE]
-->
<stringname="invalid_time">Invalid time <xliff:gid="invalid_hour"example="25">%d</xliff:g>:<xliff:gid="invalid_minutes"example="63">%d</xliff:g></string>
<!-- String that represents that no alarm has been specified for a requested hour:minutes.
This happens when a user sends a voice command 'dismiss my alarm at 3:00pm' but they have no
alarms specified for that time. %s represents the time of the alarm.
[CHAR LIMIT=NONE]
-->
<stringname="no_alarm_at">No alarm at <xliff:gid="alarm_time"example="14:20">%s</xliff:g></string>
<!-- String that represents that the user doesn't have any alarms scheduled. This happens when
a user sends a voice command 'dismiss next alarm' or 'dismiss all of my alarms' but they have
<!-- String that represents that the user attempted to dismiss an alarm that is more than
2 hours away
%s represents the time of the alarm (e.g. 15:39)
[CHAR LIMIT=NONE]
-->
<stringname="alarm_cant_be_dismissed_still_more_than_24_hours_away"><xliff:gid="alarm_time"example="14:20">%s</xliff:g> alarm can't be dismissed yet, still more than 24 hours away</string>
<!-- String that shows up in the action bar for the Picker Activity