aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_experimental.xml
blob: 10c66f99c8b5368c188cc046f7ff0f8390120256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="experimental_disclaimer">Disclaimer</string>
    <string name="experimental_disclaimer_info">Experimental features may be unstable and may never make it to production. Use at your own risk, send feedback, and feel free to disable them if they don\'t work well.</string>
    <string name="experimental_by_default">Experimental by Default</string>
    <string name="experimental_by_default_desc">Feeling risky or just want to help with debugging? Checking this will enable future experimental functions be default.</string>

    <string name="verbose_logging">Verbose Logging</string>
    <string name="verbose_logging_desc">Enable verbose logging to help with crash reports. Logging will only be sent once an error is encountered, so repeat the issue to notify the dev. This will automatically be disabled if the app restarts.</string>
    <string name="restart_frost">Restart Frost</string>
    <string name="restart_frost_desc">Crashlytics will only submit logs when a crash occurs or if errors are found and the app is restarted. Clicking here will restart the app and flush whatever issues are currently found.</string>
</resources>