Adding more translations...
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<ListPreference
|
||||
android:key="DataSource"
|
||||
android:title="Select Data Source"
|
||||
android:summary="Select the seizure detector data source to use."
|
||||
android:title="@string/select_datasource_title"
|
||||
android:summary="@string/select_datasource_summary"
|
||||
android:entries="@array/datasource_list"
|
||||
android:entryValues="@array/datasource_list_values"
|
||||
android:defaultValue="Garmin"
|
||||
android:dialogTitle="Select Data Source" />
|
||||
android:dialogTitle="@string/select_datasource_title" />
|
||||
<Preference
|
||||
android:key="SelectBLEDevice"
|
||||
android:title="@string/select_ble_device_title"
|
||||
@@ -17,67 +17,67 @@
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="LogAlarms"
|
||||
android:summary="Log Alarm events to SD Card"
|
||||
android:title="Log Alarm events to SD Card" />
|
||||
android:summary="@string/log_alarms_summary"
|
||||
android:title="@string/log_alarms_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="true"
|
||||
android:key="LogData"
|
||||
android:summary="Log Data to SD Card Regularly"
|
||||
android:title="Log Data to SD Card" />
|
||||
android:summary="@string/log_data_summary"
|
||||
android:title="@string/log_data_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="LogDataRemote"
|
||||
android:summary="Log Data to Central OpenSeizureDetector Database"
|
||||
android:title="Log Data Remotely" />
|
||||
android:summary="@string/log_data_remote_summary"
|
||||
android:title="@string/log_data_remote_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="LogDataRemoteMobile"
|
||||
android:summary="Use mobile internet to log remote data"
|
||||
android:title="Use Mobile Internet" />
|
||||
android:summary="@string/log_data_remote_mobile_summary"
|
||||
android:title="@string/log_data_remote_mobile_title" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="user_name"
|
||||
android:key="OSDUname"
|
||||
android:summary="Username for remote data logging."
|
||||
android:title="Remote Username" />
|
||||
android:title="@string/remote_uname_title"
|
||||
android:summary="@string/remote_uname_summary" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="password"
|
||||
android:key="OSDPasswd"
|
||||
android:summary="Password for remote data logging."
|
||||
android:title="Remote Password" />
|
||||
android:summary="@string/remote_passwd_summary"
|
||||
android:title="@string/remote_passwd_title" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="0"
|
||||
android:key="OSDWearerId"
|
||||
android:summary="Wearer ID"
|
||||
android:title="Wearer ID of the person wearing the watch (from OSD Web API)" />
|
||||
android:summary="@string/wearer_id_summary"
|
||||
android:title="@string/wearer_id_title" />
|
||||
|
||||
<EditTextPreference
|
||||
android:defaultValue="http://openseizuredetector.org.uk/webApi/"
|
||||
android:key="OSDUrl"
|
||||
android:summary="URL for remote data logging."
|
||||
android:title="Remote URL" />
|
||||
android:summary="@string/remote_url_summary"
|
||||
android:title="@string/remote_url_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="PreventSleep"
|
||||
android:summary="Prevent the screen from blanking while the application is running."
|
||||
android:title="Prevent the screen from blanking." />
|
||||
android:summary="@string/prevent_sleep_summary"
|
||||
android:title="@string/prevent_sleep_title" />
|
||||
<EditTextPreference
|
||||
android:defaultValue="1000"
|
||||
android:key="UpdatePeriod"
|
||||
android:summary="Display update period in miliseconds."
|
||||
android:title="Display Update Period (ms)." />
|
||||
android:summary="@string/data_update_period_summary"
|
||||
android:title="@string/data_update_period_title" />
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="AutoStart"
|
||||
android:summary="Auto Start App on Boot"
|
||||
android:title="Auto Start App on Boot"
|
||||
android:summary="@string/auto_start_summary"
|
||||
android:title="@string/auto_start_title"
|
||||
android:enabled="true"
|
||||
/>
|
||||
|
||||
<EditTextPreference
|
||||
android:defaultValue=""
|
||||
android:key="AppVersionName"
|
||||
android:summary="App Version Number - used to decide whether to display the welcome message or not."
|
||||
android:title="App Version Number" />
|
||||
android:summary="@string/app_version_summary"
|
||||
android:title="@string/app_version_title" />
|
||||
<!--
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
|
||||
Reference in New Issue
Block a user