code cleanup
This commit is contained in:
parent
8191cffd05
commit
a97b6149ca
|
@ -183,7 +183,7 @@
|
|||
<string name="profileswitch_basallower">Basal rates will be 10% lower.</string>
|
||||
<string name="profileswitch_isfhigher">ISF will be 10% higher.</string>
|
||||
<string name="profileswitch_iclower">The value of the I:C ratio will be a 10% lower number.</string>
|
||||
<string name="profileswitch_unchanged">ISF and I:C rations will be unchanged.</string>
|
||||
<string name="profileswitch_unchanged">ISF and I:C ratios will be unchanged.</string>
|
||||
<string name="profileswitch_hint1" formatted="false">https://androidaps.readthedocs.io/en/latest/EN/Usage/Profiles.html?highlight=profile%20switch#profile-switch</string>
|
||||
<string name="profileswitch2_label">Profile Switching</string>
|
||||
<string name="profileswitch2_pctwillchange"> When specifying a 120% profile switch, which answers are true?</string>
|
||||
|
|
|
@ -732,9 +732,6 @@
|
|||
<string name="key_enableSMB_with_temptarget" translatable="false">enableSMB_with_temptarget</string>
|
||||
<string name="key_enableSMB_after_carbs" translatable="false">enableSMB_after_carbs</string>
|
||||
<string name="key_allowSMB_with_high_temptarget" translatable="false">enableSMB_with_high_temptarget</string>
|
||||
<string name="key_set_neutral_temps" translatable="false">set_neutral_temps</string>
|
||||
<string name="set_neutral_temps_title">Set neutral temp basals</string>
|
||||
<string name="set_neutral_temps_summary">If enabled, it will cancel a temporary basal before the end of each hour. This method can help stop some pumps beeping/vibrating on the hour.</string>
|
||||
<string name="enablesmbalways">Enable SMB always</string>
|
||||
<string name="enablesmbalways_summary">Enable SMB always independently to boluses. Possible only with BG source with nice filtering of data like G5</string>
|
||||
<string name="enablesmbaftercarbs">Enable SMB after carbs</string>
|
||||
|
@ -955,7 +952,6 @@
|
|||
<string name="sensitivity_raises_target_title">Sensitivity raises target</string>
|
||||
<string name="sensitivity_raises_target_summary">When sensitivity is detected, raise the target glucose</string>
|
||||
<string name="combo_invalid_setup">Invalid pump setup, check the docs and verify that the Quick Info menu is named QUICK INFO using the 360 configuration software.</string>
|
||||
<string name="custom">Custom</string>
|
||||
<string name="key_keep_screen_on" translatable="false">keep_screen_on</string>
|
||||
<string name="careportal_removestartedevents">Clean AndroidAPS started</string>
|
||||
<string name="storedsettingsfound">Stored settings found</string>
|
||||
|
|
|
@ -489,12 +489,6 @@
|
|||
validate:minNumber="10"
|
||||
validate:testType="numericRange" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="true"
|
||||
android:key="@string/key_usebolusadvisor"
|
||||
android:summary="@string/enablebolusadvisor_summary"
|
||||
android:title="@string/enablebolusadvisor" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="@string/key_usebolusadvisor"
|
||||
|
|
|
@ -114,5 +114,7 @@
|
|||
<string name="mdt_last_bolus" translatable="false">%1$.1f %2$s (%3$s)</string>
|
||||
<string name="pump_time_updated">Pump time updated</string>
|
||||
<string name="key_set_neutral_temps" translatable="false">set_neutral_temps</string>
|
||||
<string name="set_neutral_temps_title">Set neutral temp basals</string>
|
||||
<string name="set_neutral_temps_summary">If enabled, it will cancel a temporary basal before the end of each hour. This method can help stop some pumps beeping/vibrating on the hour.</string>
|
||||
|
||||
</resources>
|
Loading…
Reference in a new issue