Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to urgent low soon alert #3486

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,9 @@
<string name="other_alerts">Other Alerts</string>
<string name="extra_alerts_xdrip_plus">Extra Alerts (xDrip+)</string>
<string name="persistent_high_alert">Persistent High Alert</string>
<string name="forecasted_low_alert">Forecasted Low Alert</string>
<string name="extrapolate_data_to_try_to_predict_lows">Extrapolate data to try to predict lows</string>
<string name="alarm_at_forecasted_low_mins">Alarm at Forecasted Low mins</string>
<string name="forecasted_low_alert">Urgent Low Soon Alert</string>
<string name="extrapolate_data_to_try_to_predict_lows">Considering the current value and trend, calculate what the next few readings will be if the trend persists (extrapolate). This ignores insulin or carbs on board.</string>
<string name="alarm_at_forecasted_low_mins">Time threshold in minutes</string>
<string name="other_xdrip_plus_alerts">Other xDrip+ alerts</string>
<string name="xdrip_plus_display_settings">xDrip+ Display Settings</string>
<string name="display_customisations">Display customizations</string>
Expand Down Expand Up @@ -433,11 +433,11 @@
<string name="for_longer_than_minutes">for longer than (minutes)</string>
<string name="choose_sound_used_for_persistent_high_alarm">Choose sound used for persistent high alarm.</string>
<string name="persistent_high_sound">Persistent High Sound</string>
<string name="forecast_lows">Forecast Lows</string>
<string name="raise_alarm_on_forecast_low">Raise alarm on Forecast Low</string>
<string name="notify_when_predicted_low_time_reaches_threshold">Notify when predicted low time reaches threshold</string>
<string name="predicted_low_sound">Predicted Low Sound</string>
<string name="choose_sound_used_for_predicted_low_alarm">Choose sound used for predicted low alarm.</string>
<string name="forecast_lows">Urgent Low Soon extrapolation</string>
<string name="raise_alarm_on_forecast_low">Urgent Low Soon Alert</string>
<string name="notify_when_predicted_low_time_reaches_threshold">Notify when low crossing is expected sooner than the set threshold in minutes</string>
<string name="predicted_low_sound">Urgent Low Soon Sound</string>
<string name="choose_sound_used_for_predicted_low_alarm">Choose sound used for urgent low soon alarm.</string>
<string name="notify_when_parakeet_device_stops_checking_in">Notify when Parakeet device stops checking in</string>
<string name="parakeet_related_alerts">Parakeet related alerts</string>
<string name="raise_parakeet_notification_silently_when_charging">Raise Parakeet notification silently when charging</string>
Expand Down Expand Up @@ -808,7 +808,7 @@
<string name="alert_sound">Alert Sound</string>
<string name="override_silent_mode_these">Override Silent mode on these alerts</string>
<string name="persistent_repeat_max">Repeating max every (minutes)</string>
<string name="momentum_indicates_low">When momentum trend indicates a Low would be predicted</string>
<string name="momentum_indicates_low">When momentum trend indicates a Low will occur</string>
<string name="notify_on_low_battery_level">Notify when battery level goes below</string>
<string name="collector_battery_alerts">Collector battery alerts</string>
<string name="low_battery_percentage">Low battery percentage</string>
Expand Down
Loading