diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-08 00:08:22 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-08-08 00:08:22 -0700 |
commit | b71c73565f551b5bcc2712c3cf8fdcd4a9562095 (patch) | |
tree | 175e04dfb75fee85bc3bba7c30c7a0fde29e2308 /app/src/main/res/values/strings_pref_behaviour.xml | |
parent | 7ed4ba701e3e29366f2bd73da010398929829d3e (diff) | |
download | frost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.tar.gz frost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.tar.bz2 frost-b71c73565f551b5bcc2712c3cf8fdcd4a9562095.zip |
Revert user agent changes
Diffstat (limited to 'app/src/main/res/values/strings_pref_behaviour.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_behaviour.xml b/app/src/main/res/values/strings_pref_behaviour.xml index 32188698..d7043aa7 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -19,6 +19,11 @@ <string name="force_message_bottom_desc">When loading a message thread, trigger a scroll to the bottom of the page rather than loading the page as is.</string> <string name="enable_pip">Enable PIP</string> <string name="enable_pip_desc">Enable picture in picture videos</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="autoplay_settings">Autoplay Settings</string> <string name="autoplay_settings_desc">Open Facebook\'s auto play settings. Note that it must be disabled for PIP to work.</string> <string name="exit_confirmation">Exit Confirmation</string> |