aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-05-05 05:48:42 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-05-05 05:48:42 +0000
commitd444a3a084d82b65e41e15282c11694e7cde7d7a (patch)
treea5602cb692ec119d1125899b325414b441eb845e /app/src/main/res/values
parent9d451d65dd13c07286641e3fca69914e098a5eb0 (diff)
downloadinfinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar.gz
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar.bz2
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar.lz
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar.xz
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.tar.zst
infinity-for-reddit-d444a3a084d82b65e41e15282c11694e7cde7d7a.zip
Reporting posts is now available.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3a8dbdd1..e39cd2cf 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -198,6 +198,7 @@
<string name="no_rule">No rule</string>
<string name="error_loading_rules">Error loading rules.\nTap to retry.</string>
+ <string name="error_loading_rules_without_retry">Error Loading Rules</string>
<string name="search_in">Search in</string>
<string name="all_subreddits">All subreddits</string>
@@ -708,9 +709,9 @@
<string name="report_failed">Report failed</string>
<string name="report_reason_not_selected">You haven\'t selected a reason</string>
- <string name="report_reason_general_spam">Spam</string>
- <string name="report_reason_general_copyright_issue">Copyright Issue</string>
- <string name="report_reason_general_child_pornography">Child Pornography</string>
- <string name="report_reason_general_abusive_content">Abusive Content</string>
+ <string name="report_reason_general_spam">It Is Spam</string>
+ <string name="report_reason_general_copyright_issue">It Contains Copyright Issue</string>
+ <string name="report_reason_general_child_pornography">It Contains Child Pornography</string>
+ <string name="report_reason_general_abusive_content">It Contains Abusive Content</string>
</resources>