strings_preferences.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <string name="settings">Settings</string>
  4. <string name="export_to_location">Export to external location</string>
  5. <string name="pref_alarm">Set Sound</string>
  6. <string name="pref_alarm_default">VIBRATION</string>
  7. <string name="pref_alarm_summ">Select Notification Sound</string>
  8. <string name="pref_storage">External Storage</string>
  9. <string name="pref_external_storage_title">External Storage</string>
  10. <string name="pref_external_storage_summ">Export Log File to SD-Card</string>
  11. <string name="pref_external_location_title">External Location</string>
  12. <string name="pref_notification">Notification</string>
  13. <string name="pref_vibration">Vibration</string>
  14. <string name="pref_vibration_summ">Enable Vibration</string>
  15. <string name="pref_upload">Online Database</string>
  16. <string name="pref_upload_server">Server Address</string>
  17. <string name="pref_sync_frequency">Sync Frequency</string>
  18. <string name="pref_sync_frequency_summary">Interval in seconds at which records will be uploaded to the online database</string>
  19. <string name="pref_connection_settings">Connection Settings</string>
  20. <string name="pref_max_connections">Max Connections</string>
  21. <integer name="pref_max_connections_default">5</integer>
  22. <string name="pref_max_connections_summary">Maximum simultaneous connections per protocol</string>
  23. <string name="pref_timeout">Socket Timeout</string>
  24. <string name="pref_timeout_summary">After this many seconds close socket when no communication occurred</string>
  25. <integer name="pref_timeout_default">30</integer>
  26. <string name="pref_portscan_timeout">Portscan Timeout</string>
  27. <string name="pref_portscan_timeout_summary">Should match the maximum duration of a portscan in seconds</string>
  28. <integer name="pref_portscan_timeout_default">60</integer>
  29. <string name="pref_location_settings">Location Settings</string>
  30. <string name="pref_location_time">Location Data Timeout</string>
  31. <string name="pref_location_time_summary">Timeout when requesting location data in ms</string>
  32. <string name="pref_location_time_default">60000</string>
  33. <string name="pref_location_retries">Retries</string>
  34. <string name="pref_location_retries_default">3</string>
  35. <string name="pref_location_retries_summary">Maximum number of retries</string>
  36. <string name="pref_auto_synchronize_title">Auto Synchronization</string>
  37. <string name="pref_auto_synchronize_summ">Enable auto synchronization of log data</string>
  38. </resources>