strings_preferences.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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_connection_settings">Connection Settings</string>
  18. <string name="pref_max_connections">Max Connections</string>
  19. <integer name="pref_max_connections_default">5</integer>
  20. <string name="pref_max_connections_summary">Maximum simultaneous connections per protocol</string>
  21. <string name="pref_timeout">Socket Timeout</string>
  22. <string name="pref_timeout_summary">After this many seconds close socket when no communication occurred</string>
  23. <integer name="pref_timeout_default">30</integer>
  24. <string name="pref_portscan_timeout">Portscan Timeout</string>
  25. <string name="pref_portscan_timeout_summary">Should match the maximum duration of a portscan in seconds</string>
  26. <integer name="pref_portscan_timeout_default">60</integer>
  27. <string name="pref_location_settings">Location Settings</string>
  28. <string name="pref_location_time">Location Data Timeout</string>
  29. <string name="pref_location_time_summary">Timeout when requesting location data in ms</string>
  30. <string name="pref_location_time_default">60000</string>
  31. <string name="pref_location_retries">Retries</string>
  32. <string name="pref_location_retries_default">3</string>
  33. <string name="pref_location_retries_summary">Maximum number of retries</string>
  34. <string name="pref_auto_synchronize_title">Auto Synchronization</string>
  35. <string name="pref_auto_synchronize_summ">Enable auto synchronization of log data</string>
  36. </resources>