aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings_pref_feed.xml
blob: 330c900cc03ddef0d3619a5679956eecc89166a1 (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
<?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="show_stories">Show Stories</string>
    <string name="show_stories_desc">Show stories in the feed</string>
    <string name="facebook_ads">Facebook Ads</string>
    <string name="facebook_ads_desc">Show native Facebook ads</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>