diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-13 04:01:44 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-13 04:01:44 +0000 |
commit | 56379101e1e9fd05a1ec3c652ecb9d208dd4b653 (patch) | |
tree | d351fd4e9915358c6cf0217a01e54ff74b0c663c /app/src/main/res/values | |
parent | 707aec6b2dc7a03a4dc5835ade7ede3aeef8a158 (diff) | |
download | infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar.gz infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar.bz2 infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar.lz infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar.xz infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.tar.zst infinity-for-reddit-56379101e1e9fd05a1ec3c652ecb9d208dd4b653.zip |
Enabling or disabling reply notifications in CommentMoreBottomSheetFragment.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 19007a64..d2e88ef2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1489,5 +1489,11 @@ <string name="content_description_saved">Saved</string> <string name="comment">Comment</string> + <string name="enable_reply_notifications">Receive reply notifications</string> + <string name="disable_reply_notifications">Disable reply notifications</string> + <string name="reply_notifications_enabled">Reply notifications enabled</string> + <string name="reply_notifications_disabled">Reply notifications disabled</string> + <string name="toggle_reply_notifications_failed">Toggle reply notifications failed</string> + <string name="cannot_find_comment">Cannot find comment</string> </resources> |