EOPATCH: update strings

This commit is contained in:
Milos Kozak 2022-09-12 21:27:49 +02:00
parent 8fe336b3ce
commit 7ffb273a8d
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
<string name="eopatch_pump_description">Pump integration for eopatch</string> <string name="eopatch_pump_description">Pump integration for eopatch</string>
<string name="category_alerts">알람</string> <string name="category_alerts">알람</string>
<string name="low_reservior">인슐린 부족 위험주의</string> <string name="low_reservoir">인슐린 부족 위험주의</string>
<string name="patch_expiration_reminders">패치 사용 기간 만료 알림</string> <string name="patch_expiration_reminders">패치 사용 기간 만료 알림</string>
<string name="patch_buzzer_reminders">패치 버저 알림</string> <string name="patch_buzzer_reminders">패치 버저 알림</string>

View file

@ -12,10 +12,10 @@
<string name="eopatch">EOPatch2</string> <string name="eopatch">EOPatch2</string>
<string name="eopatch_shortname">EOPatch2</string> <string name="eopatch_shortname">EOPatch2</string>
<string name="eopatch_pump_description">Pump integration for EOPatch2</string> <string name="eopatch_pump_description">Pump integration for EOPatch2 and GlucoMen</string>
<string name="category_alerts">Alerts</string> <string name="category_alerts">Alerts</string>
<string name="low_reservior">Low reservoir Alerts</string> <string name="low_reservoir">Low reservoir Alerts</string>
<string name="patch_expiration_reminders">Patch expiration Reminder</string> <string name="patch_expiration_reminders">Patch expiration Reminder</string>
<string name="patch_buzzer_reminders">Patch buzzer Reminders</string> <string name="patch_buzzer_reminders">Patch buzzer Reminders</string>

View file

@ -7,7 +7,7 @@
android:entries="@array/lowReservoirArray" android:entries="@array/lowReservoirArray"
android:entryValues="@array/lowReservoirValues" android:entryValues="@array/lowReservoirValues"
android:key="@string/key_eopatch_low_reservoir_reminders" android:key="@string/key_eopatch_low_reservoir_reminders"
android:title="@string/low_reservior" /> android:title="@string/low_reservoir" />
<ListPreference <ListPreference
android:defaultValue="4" android:defaultValue="4"