Dash: Explain expiration better
This commit is contained in:
parent
512541b484
commit
baa69829c3
|
@ -131,9 +131,11 @@
|
||||||
<string name="omnipod_common_preferences_suspend_delivery_button_enabled">Show Suspend Delivery button in Omnipod tab</string>
|
<string name="omnipod_common_preferences_suspend_delivery_button_enabled">Show Suspend Delivery button in Omnipod tab</string>
|
||||||
<string name="omnipod_common_preferences_time_change_enabled">DST/Time zone detection enabled</string>
|
<string name="omnipod_common_preferences_time_change_enabled">DST/Time zone detection enabled</string>
|
||||||
<string name="omnipod_common_preferences_expiration_reminder_enabled">Expiration reminder enabled</string>
|
<string name="omnipod_common_preferences_expiration_reminder_enabled">Expiration reminder enabled</string>
|
||||||
<string name="omnipod_common_preferences_expiration_reminder_hours_before_shutdown">Reminder at hours before shutdown</string>
|
<string name="omnipod_common_preferences_expiration_reminder_enabled_summary">When enabled the pod will beep when the specified time is reached</string>
|
||||||
<string name="omnipod_common_preferences_expiration_alarm_enabled">Expiration alarm enabled</string>
|
<string name="omnipod_common_preferences_expiration_reminder_hours_before_shutdown">Reminder at hours before shutdown (80 Hours)</string>
|
||||||
<string name="omnipod_common_preferences_expiration_alarm_hours_before_shutdown">Alarm at hours before shutdown</string>
|
<string name="omnipod_common_preferences_expiration_alarm_enabled">Expiration alert enabled</string>
|
||||||
|
<string name="omnipod_common_preferences_expiration_alarm_enabled_summary">When enabled the pod will beep when the specified time is reached and every hour after that</string>
|
||||||
|
<string name="omnipod_common_preferences_expiration_alarm_hours_before_shutdown">Alert at hours before shutdown (80 Hours)</string>
|
||||||
<string name="omnipod_common_preferences_low_reservoir_alert_enabled">Low reservoir alert enabled</string>
|
<string name="omnipod_common_preferences_low_reservoir_alert_enabled">Low reservoir alert enabled</string>
|
||||||
<string name="omnipod_common_preferences_low_reservoir_alert_units">Number of units</string>
|
<string name="omnipod_common_preferences_low_reservoir_alert_units">Number of units</string>
|
||||||
<string name="omnipod_common_preferences_automatically_silence_alerts">Automatically silence Pod alerts</string>
|
<string name="omnipod_common_preferences_automatically_silence_alerts">Automatically silence Pod alerts</string>
|
||||||
|
|
|
@ -37,7 +37,8 @@
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/key_omnipod_common_expiration_reminder_enabled"
|
android:key="@string/key_omnipod_common_expiration_reminder_enabled"
|
||||||
android:title="@string/omnipod_common_preferences_expiration_reminder_enabled" />
|
android:title="@string/omnipod_common_preferences_expiration_reminder_enabled"
|
||||||
|
android:summary="@string/omnipod_common_preferences_expiration_reminder_enabled_summary" />
|
||||||
|
|
||||||
<info.nightscout.core.validators.ValidatingEditTextPreference
|
<info.nightscout.core.validators.ValidatingEditTextPreference
|
||||||
android:defaultValue="9"
|
android:defaultValue="9"
|
||||||
|
@ -53,7 +54,8 @@
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="@string/key_omnipod_common_expiration_alarm_enabled"
|
android:key="@string/key_omnipod_common_expiration_alarm_enabled"
|
||||||
android:title="@string/omnipod_common_preferences_expiration_alarm_enabled" />
|
android:title="@string/omnipod_common_preferences_expiration_alarm_enabled"
|
||||||
|
android:summary="@string/omnipod_common_preferences_expiration_alarm_enabled_summary" />
|
||||||
|
|
||||||
<info.nightscout.core.validators.ValidatingEditTextPreference
|
<info.nightscout.core.validators.ValidatingEditTextPreference
|
||||||
android:defaultValue="8"
|
android:defaultValue="8"
|
||||||
|
|
Loading…
Reference in a new issue