AndroidAPS/plugins/smoothing/src/main/res/values/strings.xml

9 lines
464 B
XML
Raw Normal View History

2022-12-07 21:11:23 +01:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="smoothing_shortname">SMOOTH</string>
<string name="exponential_smoothing_name">Exponential smoothing</string>
<string name="description_exponential_smoothing">"Second-order exponential smoothing algorithm"</string>
<string name="no_smoothing_name">No smoothing</string>
<string name="description_no_smoothing">"No smoothing performed on input glucose data"</string>
</resources>