diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-19 20:12:47 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2023-10-19 20:12:47 +0000 |
commit | 2ac4a7f8059fdef8bd151e72f294d453d9c163c2 (patch) | |
tree | 27de9a3ce105c3fce7312a01e58b37033915dc8a /app/src/main/res/values | |
parent | 3a52b39a04b3a4d2c3b6180aa2f152ea50911ff7 (diff) | |
download | infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar.gz infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar.bz2 infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar.lz infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar.xz infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.tar.zst infinity-for-reddit-2ac4a7f8059fdef8bd151e72f294d453d9c163c2.zip |
Continue adding comment filter.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 9090da33..6f97b59f 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1159,11 +1159,15 @@ <string name="subreddit">Subreddit</string> <string name="user">User</string> <string name="edit_post_filter_name_of_usage_info">Leave it blank to apply this post filter to all the subreddits / users / multireddits</string> + <string name="click_to_apply_post_filter">Click here to apply it to some post feeds</string> + <string name="post_filter_usage_embedded_more_count">and %1$d more</string> <string name="comment_filter_name_hint">Comment Filter Name</string> <string name="comment_filter_requires_a_name">What is the name of this comment filter?</string> <string name="duplicate_comment_filter_dialog_title">\'%1$s\' Already Exists</string> <string name="duplicate_comment_filter_dialog_message">Override it?</string> + <string name="comment_filter_applied_to_all_subreddits">Applied to all subreddits</string> + <string name="comment_filter_usage_embedded_more_count">and %1$d more</string> <string name="read_all_messages_time_limit">You are doing this too frequently. Try again later. This is Reddit API\'s rate limit.</string> <string name="read_all_messages_success">Read all messages successfully</string> @@ -1383,9 +1387,4 @@ Otherwise, Infinity may not load posts at all. Sorry for the inconvenience.</string> <string name="i_understand">I understand</string> - <string name="click_to_apply_post_filter">Click here to apply it to some post feeds</string> - <string name="post_filter_usage_embedded_more_count">and %1$d more</string> - <string name="comment_filter_applied_to_all_subreddits">Applied to all subreddits</string> - <string name="comment_filter_usage_embedded_more_count">and %1$d more</string> - </resources> |