diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-29 06:24:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-29 06:24:27 +0000 |
commit | 2c03eb8d15e40a8fc949a07a3a46e5f829674d61 (patch) | |
tree | 7e75660c3655a6cc73a4991430713b6afaeaf635 /app/src/main/res/values | |
parent | cdf7eaba266dcbd80df8264e3400adebb402d7c8 (diff) | |
download | infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.gz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.bz2 infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.lz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.xz infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.tar.zst infinity-for-reddit-2c03eb8d15e40a8fc949a07a3a46e5f829674d61.zip |
Version 4.0.1. Block users. Show report menu item even in anonymous mode. Remove Crashy.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 447922e7..05c1c9de 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -68,6 +68,7 @@ <string name="action_see_removed">See Removed</string> <string name="action_set_wallpaper">Set as Wallpaper</string> <string name="action_send_private_message">Send Private Message</string> + <string name="action_block_user">Block User</string> <string name="parse_json_response_error">Error occurred when parsing the JSON response</string> <string name="retrieve_token_error">Error Retrieving the token</string> @@ -441,8 +442,6 @@ <string name="settings_subreddit_summary">r/Infinity_For_Reddit</string> <string name="settings_share_title">Share</string> <string name="settings_share_summary">Share this app to other people if you enjoy it</string> - <string name="settings_crash_reports_title">Crash Reports</string> - <string name="settings_crash_reports_summary">See the error logs and send them to me when you report bugs</string> <string name="settings_version_title">Infinity For Reddit</string> <string name="settings_version_summary">Version %s</string> <string name="settings_category_customization_title">Customization</string> @@ -850,4 +849,8 @@ <string name="login_activity_2fa_prompt">If you have 2-factor authentication enabled, kindly type your password like the following: <password>:<2FA code>.\nExample: yourpass:123456</string> + <string name="block_user">Block User</string> + <string name="block_user_success">Blocked</string> + <string name="block_user_failed">Failed to block user</string> + </resources> |