diff options
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 | ||||
-rw-r--r-- | app/src/main/res/values/strings_preferences | 5 |
2 files changed, 13 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 24d3d93c..0f439fe0 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -34,12 +34,19 @@ <string name="frost_notifications">Frost Notifications</string> <string name="requires_custom_theme">Requires custom theme</string> - <string name="frost_feedback">Frost for Facebook: Feedback</string> + <string name="frost_prefix">Frost for Facebook:</string> + <string name="feedback">Feedback</string> + <string name="bug_report">Bug Report</string> + <string name="theme_issue">Theme Issue</string> + <string name="feature_request">Feature Request</string> + <string name="subject">Subject</string> + <string name="no_longer_facebook">No longer under facebook; refreshing…</string> <string name="web_overlay_swipe_hint">Swipe right to go back to the previous window.</string> <string name="profile_picture">Profile Picture</string> + <string name="pro_features">Pro Features</string> <string name="custom_pro">Custom [Pro]</string> <string name="uh_oh">Uh Oh</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> diff --git a/app/src/main/res/values/strings_preferences b/app/src/main/res/values/strings_preferences index 6c69f5a4..e2376493 100644 --- a/app/src/main/res/values/strings_preferences +++ b/app/src/main/res/values/strings_preferences @@ -38,4 +38,9 @@ <string name="tint_nav">Tint Nav Bar</string> <string name="tint_nav_desc">Navigation bar will be the same color as the header</string> + <string name="experimental">Experimental</string> + <string name="experimental_desc">Enable early access to potentially unstable features</string> + <string name="search">Search Type</string> + <string name="search_desc">Enable the search bar instead of a search overlay</string> + </resources>
\ No newline at end of file |