diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ee113be2..a276962b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -40,7 +40,7 @@ <string name="custom_pro">Custom [Pro]</string> <string name="uh_oh">Uh Oh</string> - <string name="play_store_not_found">This app doesn\'t seem to be installed from the Play Store. Please reinstall if this is an issue.</string> + <string name="play_store_not_found">This is a pro feature, but this app doesn\'t seem to be installed from the Play Store. Please reinstall if this is an issue.</string> <string name="play_store_billing_error">Something went wrong. Please try again later.</string> <string name="play_thank_you">Thank you!</string> <string name="play_purchased_pro">Thank you for your support! Enjoy the pro version.</string> diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 08603ab4..6c69f5a4 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -4,6 +4,8 @@ <string name="appearance_desc">Theme, Items to display, etc</string> <string name="notifications_desc">Frequency, filters, etc</string> + <string name="newsfeed">News Feed</string> + <string name="newsfeed_desc">Define what items appear in the newsfeed</string> <!--themes--> <string name="theme">Theme</string> @@ -13,8 +15,12 @@ <string name="icon_color">Icon Color</string> <string name="rounded_icons">Rounded Icons</string> - <string name="base_customization">Base Customization</string> + <string name="rounded_icons_desc">Profile photos and group conversation icons will be rounded</string> + <string name="theme_customization">Theme Customization</string> + <string name="global_customization">Global Customization</string> <string name="feed_customization">Feed Customization</string> + <string name="newsfeed_sort">Newsfeed Order</string> + <string name="newsfeed_sort_desc">Defines the order in which the posts are shown</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> @@ -29,5 +35,7 @@ <string name="fancy_animations">Fancy Animations</string> <string name="fancy_animations_desc">Reveal webviews using ripples and animate transitions</string> + <string name="tint_nav">Tint Nav Bar</string> + <string name="tint_nav_desc">Navigation bar will be the same color as the header</string> </resources>
\ No newline at end of file |