diff options
Diffstat (limited to 'app/src/main/res/values/strings_pref_feed.xml')
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 12 |
1 files changed, 12 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 new file mode 100644 index 00000000..8d872add --- /dev/null +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <string name="newsfeed_sort">Newsfeed Order</string> + <string name="newsfeed_sort_desc">Defines the order in which the posts are shown</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="facebook_ads">Facebook Ads</string> + <string name="facebook_ads_desc">Show native Facebook ads</string> + +</resources>
\ No newline at end of file |