diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml
index 63445fc..8e1136e 100644
--- a/app/src/main/res/values-pl/strings.xml
+++ b/app/src/main/res/values-pl/strings.xml
@@ -213,4 +213,47 @@
Name of BLE Data Source Device
Device Address
User Interface Settings
+ Time period at which data is sent to the phone (does not affect analysis frequency - see Sample Period setting for that)
+ Time that alarms are muted following a long press of the UP button
+ Data Transfer Period (sec)
+ Mute Period (sec)
+ Time that manual alarms sound following a long press of the DOWN button
+ Manual Alarm Period (sec)
+ Time to wait before initiating warning (Default = 5 sec)
+ WarnTime (sec)
+ Time to wait before initiating alarm (Default = 10 sec)
+ AlarmTime (sec)
+ AlarmThresh
+ Alarm Ratio Threshold (Default = 50). Increase this value to reduce sensitivity if false alarms are a problem.
+ AlarmRatioThresh
+ Minimum Frequency of ROI (Hz) (Default = 3 Hz)
+ AlarmFreqMin (Hz)
+ Maximum Frequency of ROI (Hz) (Default = 10 Hz)
+ AlarmFreqMax (Hz)
+ Period (in seconds) between data analyses
+ SamplePeriod (sec)
+ Select one of the three available modes of operation.
+ Seizure Detector Mode
+ Higher Frequency is more Accurate, but uses more battery power.
+ Fall Detector Settings
+ Activate Fall Detection Function
+ Fall Detection Lower Threshold (milli-g)
+ Fall Detection Window (milli-seconds)
+ Watch Communications Settings
+ Set Debug mode on or off.
+ Period (seconds) that we wait for data from the watch before assuming the watch app is not running and re-starting it.
+ Period (sec) we wait for data before restarting watch app.
+ Select Display Spectrum Mode
+ Set Display Spectrum mode on or off.
+ Analysis
+ Watch Communications Settings
+ alarm_freq_min_summary
+ Seizure Detector Debug Mode
+ Fall Detection Upper Threshold (milli-g)
+ Select Sample Frequency
+ Alarm Threshold (Default = 100)
+ MAC Address of BLE Data Source Device
+ Display update period in miliseconds.
+ Select Data Source
+ Select the seizure detector data source to use.
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c564e68..b80d2ae 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -218,4 +218,43 @@
Name of BLE Data Source Device
Device Address
User Interface Settings
+ Time period at which data is sent to the phone (does not affect analysis frequency - see Sample Period setting for that)
+ Time that alarms are muted following a long press of the UP button
+ Data Transfer Period (sec)
+ Mute Period (sec)
+ Time that manual alarms sound following a long press of the DOWN button
+ Manual Alarm Period (sec)
+ Time to wait before initiating warning (Default = 5 sec)
+ WarnTime (sec)
+ Time to wait before initiating alarm (Default = 10 sec)
+ AlarmTime (sec)
+ Alarm Threshold (Default = 100)
+ AlarmThresh
+ Alarm Ratio Threshold (Default = 50). Increase this value to reduce sensitivity if false alarms are a problem.
+ AlarmRatioThresh
+ Minimum Frequency of ROI (Hz) (Default = 3 Hz)
+ AlarmFreqMin (Hz)
+ Maximum Frequency of ROI (Hz) (Default = 10 Hz)
+ AlarmFreqMax (Hz)
+ Period (in seconds) between data analyses
+ SamplePeriod (sec)
+ Select one of the three available modes of operation.
+ Seizure Detector Mode
+ Higher Frequency is more Accurate, but uses more battery power.
+ Select Sample Frequency
+ Fall Detector Settings
+ Activate Fall Detection Function
+ Fall Detection Lower Threshold (milli-g)
+ Fall Detection Upper Threshold (milli-g)
+ Fall Detection Window (milli-seconds)
+ Watch Communications Settings
+ Set Debug mode on or off.
+ Seizure Detector Debug Mode
+ Period (seconds) that we wait for data from the watch before assuming the watch app is not running and re-starting it.
+ Period (sec) we wait for data before restarting watch app.
+ Select Display Spectrum Mode
+ Set Display Spectrum mode on or off.
+ Analysis
+ Watch Communications Settings
+ alarm_freq_min_summary
diff --git a/app/src/main/res/xml/network_passive_datasource_prefs.xml b/app/src/main/res/xml/network_passive_datasource_prefs.xml
index 827b149..a046091 100644
--- a/app/src/main/res/xml/network_passive_datasource_prefs.xml
+++ b/app/src/main/res/xml/network_passive_datasource_prefs.xml
@@ -16,65 +16,65 @@
+ android:summary="@string/pebble_update_period_summary"
+ android:title="@string/pebble_update_period_title" />
+ android:summary="@string/mute_period_summary"
+ android:title="@string/mute_period_title" />
+ android:summary="@string/manual_alarm_period_summary"
+ android:title="@string/manual_alarm_period_title" />
-
+
+ android:summary="@string/warn_time_summary"
+ android:title="@string/warn_time_title" />
+ android:summary="@string/alarm_time_summary"
+ android:title="@string/alarm_time_title" />
+ android:summary="@string/alarm_threshold_summary"
+ android:title="@string/alarm_threshold_title" />
+ android:summary="@string/alarm_ratio_thresh_summary"
+ android:title="@string/alarm_ratio_thresh_title" />
+ android:summary="@string/alarm_feq_min_summary"
+ android:title="@string/alarm_freq_min_title" />
+ android:summary="@string/alarm_freq_max_summary"
+ android:title="@string/alarm_frequency_max_title" />
+ android:summary="@string/sample_period_summary"
+ android:title="@string/sample_period_title" />
+ android:summary="@string/seizure_detect_mode_summary"
+ android:title="@string/seizure_detect_mode_title" />
+ android:summary="@string/sample_freq_summary"
+ android:title="@string/sample_freq_title" />
-
+
+ android:title="@string/fall_detect_active_title" />
+ android:title="@string/fall_thresh_min_title" />
+ android:title="@string/fall_thresh_max_title" />
+ android:title="@string/fall_window_title" />
-
+
+ android:summary="@string/debug_mode_summary"
+ android:title="@string/debug_mode_title" />
+ android:summary="@string/app_restart_timeout_summary"
+ android:title="@string/app_restart_timeout_title" />
diff --git a/app/src/main/res/xml/pebble_datasource_prefs.xml b/app/src/main/res/xml/pebble_datasource_prefs.xml
index 2af8ebc..ef5e25b 100644
--- a/app/src/main/res/xml/pebble_datasource_prefs.xml
+++ b/app/src/main/res/xml/pebble_datasource_prefs.xml
@@ -4,66 +4,66 @@
+ android:summary="@string/pebble_update_period_summary"
+ android:title="@string/pebble_update_period_title" />
+ android:summary="@string/mute_period_summary"
+ android:title="@string/mute_period_title" />
+ android:summary="@string/manual_alarm_period_summary"
+ android:title="@string/manual_alarm_period_title" />
+ android:dialogTitle="@string/display_spectrum_mode_title" />
-
+
+ android:dialogTitle="@string/seizure_detect_mode_title" />
+ android:title="@string/watch_comms_settings_title">
+ android:dialogTitle="@string/debug_mode_title" />
+ android:summary="@string/app_restart_timeout_summary"
+ android:title="@string/app_restart_timeout_title" />
\ No newline at end of file
diff --git a/app/src/main/res/xml/prefs.xml b/app/src/main/res/xml/prefs.xml
index 5bb4c0e..7a560a9 100644
--- a/app/src/main/res/xml/prefs.xml
+++ b/app/src/main/res/xml/prefs.xml
@@ -2,51 +2,51 @@
@@ -115,14 +115,14 @@