aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_experimental.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-08-07 23:07:40 -0700
committerAllan Wang <me@allanwang.ca>2019-08-07 23:07:40 -0700
commit6ab5ee6c839993b5340304dc86d4f43820b734fe (patch)
tree168f678030fa48c99248a41b04bdba65eb309b88 /app/src/main/res/values/strings_pref_experimental.xml
parente64c30732b5156144f18db41fcf5a713b1d11deb (diff)
downloadfrost-6ab5ee6c839993b5340304dc86d4f43820b734fe.tar.gz
frost-6ab5ee6c839993b5340304dc86d4f43820b734fe.tar.bz2
frost-6ab5ee6c839993b5340304dc86d4f43820b734fe.zip
Add user agent toggle
Diffstat (limited to 'app/src/main/res/values/strings_pref_experimental.xml')
-rw-r--r--app/src/main/res/values/strings_pref_experimental.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_experimental.xml b/app/src/main/res/values/strings_pref_experimental.xml
index 95d54ff2..161902bb 100644
--- a/app/src/main/res/values/strings_pref_experimental.xml
+++ b/app/src/main/res/values/strings_pref_experimental.xml
@@ -8,4 +8,13 @@
<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">Launch a cold restart for the application.</string>
+
+ <!-- Disable translation as this is still experimental -->
+ <string name="web_only" translatable="false">Web Only</string>
+ <string name="web_only_desc" translatable="false">Having troubles? Enable to use web exclusive features. All parsing and background services will be disabled.</string>
+ <string name="leave_web_only_title" translatable="false">Leave web only mode</string>
+ <string name="leave_web_only_desc" translatable="false">Currently in web only mode. Would you like to disable it to continue?</string>
+
+ <string name="single_user_agent" translatable="false">Single user agent</string>
+ <string name="single_user_agent_desc" translatable="false">Use one user agent across entire app</string>
</resources> \ No newline at end of file