diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-12-22 15:56:20 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-12-22 15:56:20 +0000 |
commit | efa960013ac2cbf3909e8f8867a1b9e2dd2791f2 (patch) | |
tree | 993f6b809d0b3b8a5f73814ab487c81a542772bd /app/src/main/res/values | |
parent | 71a7852c79f145a27b9d22a7ce56540ec2d45831 (diff) | |
download | infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar.gz infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar.bz2 infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar.lz infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar.xz infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.tar.zst infinity-for-reddit-efa960013ac2cbf3909e8f8867a1b9e2dd2791f2.zip |
New option in FAB: Filter Posts. Add Gif option in PostFilter.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 17bb15bc..0843d94e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,6 +35,7 @@ <string name="give_award_activity_label">Give Award</string> <string name="subreddit_filter_popular_and_all_activity_label">r/all and r/popular</string> <string name="customize_post_filter_activity_label">Post Filter</string> + <string name="filtered_posts_activity_subtitle">Filtered Posts</string> <string name="navigation_drawer_open">Open navigation drawer</string> <string name="navigation_drawer_close">Close navigation drawer</string> @@ -199,6 +200,7 @@ <string name="bottom_sheet_post_link">Link</string> <string name="bottom_sheet_post_image">Image</string> <string name="bottom_sheet_post_video">Video</string> + <string name="post_type_gif">Gif</string> <string name="post_type_gallery">Gallery</string> <string name="select_from_gallery">Select a picture</string> @@ -952,6 +954,7 @@ <string name="select_video_quality">Select Video Quality</string> <string name="hide_read_posts">Hide Read Posts</string> + <string name="filter_posts">Filter Posts</string> <string name="only_nsfw">Only NSFW</string> <string name="only_spoiler">Only Spoiler</string> |