diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-07 14:46:03 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-10-07 14:46:03 -0400 |
commit | 5a83083c2053438d55a0aa5b3d36691000843bb3 (patch) | |
tree | 4a4fd659be1541f513df611a369cfffa0f2e5aaa /app/src/main/res/values | |
parent | 1d9dd79d427bd260af564a3f4d3bf97da29e311e (diff) | |
download | frost-5a83083c2053438d55a0aa5b3d36691000843bb3.tar.gz frost-5a83083c2053438d55a0aa5b3d36691000843bb3.tar.bz2 frost-5a83083c2053438d55a0aa5b3d36691000843bb3.zip |
Add toggles and injectors
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index 42aefbbc..cc11f850 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -7,9 +7,14 @@ <string name="aggressive_recents_desc">Filter out additional old posts from Facebook\'s original most recents feed. Disable this if your feed is empty.</string> <string name="autoplay_settings">Video Autoplay Settings</string> <string name="autoplay_settings_desc">Enable/disable video autoplays on data or at all times.\nThese settings are independent of your settings for desktop.</string> + <string name="composer">Status Composer</string> + <string name="composer_desc">Show status composer in the feed</string> + <string name="pro_features">Pro Features</string> <string name="suggested_friends">Suggested Friends</string> <string name="suggested_friends_desc">Show "People You May Know" in the feed</string> + <string name="suggested_groups">Suggested Groups</string> + <string name="suggested_groups_desc">Show "Suggested Groups" in the feed</string> <string name="facebook_ads">Facebook Ads</string> <string name="facebook_ads_desc">Show native Facebook ads</string> |