[+] Influx preferences

This commit is contained in:
Azalea Gui
2023-01-23 20:38:36 -05:00
parent d146b2f3be
commit 64879b6428
4 changed files with 43 additions and 49 deletions
+7 -14
View File
@@ -4,18 +4,11 @@
<string name="action_scan">Scan for Devices</string>
<!-- Preference Titles -->
<string name="messages_header">Messages</string>
<string name="sync_header">Sync</string>
<!-- Messages Preferences -->
<string name="signature_title">Your signature</string>
<string name="reply_title">Default reply action</string>
<!-- Sync Preferences -->
<string name="sync_title">Sync email periodically</string>
<string name="attachment_title">Download incoming attachments</string>
<string name="attachment_summary_on">Automatically download attachments for incoming emails
</string>
<string name="attachment_summary_off">Only download attachments when manually requested</string>
<string name="title_activity_settings">ActivitySettings</string>
<string name="pref_influx_head">InfluxDB Settings</string>
<string name="pref_influx_url">URL</string>
<string name="pref_influx_org">Organization</string>
<string name="pref_influx_bucket">Bucket</string>
<string name="pref_influx_token">Token</string>
<string name="pref_influx_test">Test connection</string>
<string name="pref_influx_test_sub">Click here to test your connection to the influxdb server.</string>
</resources>