aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-12-26 07:25:40 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-12-26 07:25:40 +0000
commit97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15 (patch)
treee8976d97e03ae64479554906d2be6beea7944f0a /app/src/main/res/values
parentfa55fb369dd4c893f300e75bfadb705a9e82233f (diff)
downloadinfinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar.gz
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar.bz2
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar.lz
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar.xz
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.tar.zst
infinity-for-reddit-97b5c5d5c6e4f0327aaa0e864ae1ce36b6e26a15.zip
Continue adding post filter.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4d50431b..008e99e3 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -979,5 +979,16 @@
<string name="post_filter_name_hint">Post Filter Name</string>
<string name="post_filter_requires_a_name">What is the name of this post filter?</string>
<string name="apply_post_filter_to">Apply to</string>
+ <string name="post_filter_usage_home">Home</string>
+ <string name="post_filter_usage_subreddit">Subreddit: %1$s</string>
+ <string name="post_filter_usage_subreddit_all">Subreddit</string>
+ <string name="post_filter_usage_user">User: %1$s</string>
+ <string name="post_filter_usage_user_all">User</string>
+ <string name="post_filter_usage_multireddit">MultiReddit: %1$s</string>
+ <string name="post_filter_usage_multireddit_all">MultiReddit</string>
+ <string name="post_filter_usage_search">Search</string>
+ <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>
</resources>