aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_feed.xml
blob: 00688e610b94b33f085d84c47499f7446b8a9d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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="aggressive_recents">Aggressive Recents</string>
    <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="composer">Status Composer</string>
    <string name="composer_desc">Show status composer in the feed</string>
    <string name="create_fab">Create FAB</string>
    <string name="create_fab_desc">Show FAB in feed to create new post</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="suggested_posts">Suggested Posts</string>
    <string name="suggested_posts_desc">Show \"Suggested Posts\" in the feed</string>
    <string name="show_stories">Show Stories</string>
    <string name="show_stories_desc">Show stories in the feed</string>
    <string name="show_post_actions">Show Post Actions</string>
    <string name="show_post_actions_desc">Show Like, Comment, and Share options</string>
    <string name="show_post_reactions">Show Post Reactions</string>
    <string name="show_post_reactions_desc">Show reaction counts to post</string>
    <string name="facebook_ads">Facebook Ads</string>
    <string name="facebook_ads_desc">Show native Facebook ads</string>
    <string name="marketplace_items">Marketplace Items</string>
    <string name="marketplace_items_desc">Show articles on sale in Marketplace</string>
    <string name="full_size_image">Full Size Images</string>
    <string name="full_size_image_desc">Force news feed images to be full width</string>

</resources>