Added extra translatable strings for preference headers

This commit is contained in:
Graham Jones
2020-10-17 22:13:46 +01:00
parent 217b8e7769
commit 4616a0ab64
4 changed files with 38 additions and 14 deletions

View File

@@ -4,33 +4,33 @@
<header android:fragment="uk.org.openseizuredetector.PrefActivity$BasicPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Basic"
android:summary="Basic Settings" />
android:title="@string/basic_settings_title"
android:summary="@string/basic_settings_summary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$GeneralPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="General"
android:summary="General Preferences" />
android:title="@string/general_settings_title"
android:summary="@string/general_settings_summary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$AlarmPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Alarms"
android:summary="Alarms Preferences" />
android:title="@string/alarms_settings_title"
android:summary="@string/alarms_settings_summary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$SeizureDetectorPrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Seizure Detector"
android:summary="Seizure Detector Preferences" />
android:title="@string/seizure_detector_settings_title"
android:summary="@string/seizure_detector_settings_summary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$PebbleDatasourcePrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Pebble Datasource"
android:summary="Pebble Datasource Preferences" />
android:title="@string/pebble_datasource_title"
android:summary="@string/pebble_datasource_summary" />
<header android:fragment="uk.org.openseizuredetector.PrefActivity$NetworkDatasourcePrefsFragment"
android:icon="@drawable/icon_24x24"
android:title="Network Datasource"
android:summary="Network Datasource Preferences" />
android:title="@string/network_datasource_title"
android:summary="@string/network_datasource_summary" />
</preference-headers>