diff options
author | Allan Wang <me@allanwang.ca> | 2019-08-06 21:38:39 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-08-06 21:38:39 -0700 |
commit | ae6709598ced6fd2eb1e423ff133154258efdcca (patch) | |
tree | 5f3415d03a7c882967e6aa2cb8a8c31e7ca273f7 /app/src/main/res/values | |
parent | d500d1dd6e05c6128dcb15fe8e15acb2aaf979cd (diff) | |
download | frost-ae6709598ced6fd2eb1e423ff133154258efdcca.tar.gz frost-ae6709598ced6fd2eb1e423ff133154258efdcca.tar.bz2 frost-ae6709598ced6fd2eb1e423ff133154258efdcca.zip |
Restrict notification service
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_behaviour.xml | 4 |
1 files changed, 4 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..890a7531 100644 --- a/app/src/main/res/values/strings_pref_behaviour.xml +++ b/app/src/main/res/values/strings_pref_behaviour.xml @@ -19,6 +19,10 @@ <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> + <string name="web_only">Web Only</string> + <string name="web_only_desc">Having troubles? Enable to use web exclusive features. All parsing and background services will be disabled.</string> + <string name="leave_web_only_title">Leave web only mode</string> + <string name="leave_web_only_desc">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> |