diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-03-06 16:05:09 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-03-06 16:05:09 +0000 |
commit | 31f4739a170f830b6c8c59c568053b08f28ce29b (patch) | |
tree | 833b4e75e85a6eb3b9c88a4d13fea5862b6e6f91 /app/src/main/res/values | |
parent | a03cdfe814a4809d7de5bc6e7534fbdb50990d44 (diff) | |
download | infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar.gz infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar.bz2 infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar.lz infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar.xz infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.tar.zst infinity-for-reddit-31f4739a170f830b6c8c59c568053b08f28ce29b.zip |
Show a suicide prevention quote when searching suicide.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d243b437..3a694e54 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -543,6 +543,7 @@ <string name="settings_show_avatar_on_the_right_in_the_navigation_drawer">Show Avatar on the Left in the Navigation Drawer</string> <string name="settings_backup_settings_title">Backup Settings</string> <string name="settings_restore_settings_title">Restore Settings</string> + <string name="settings_credits_love_animation_title">Love Animation</string> <string name="no_link_available">Cannot get the link</string> @@ -1047,4 +1048,8 @@ <string name="restore_settings_failed_file_corrupted">Cannot restore settings. The file may be corrupted.</string> <string name="restore_settings_failed_cannot_get_file">Cannot access the file</string> + <string name="suicide_prevention_quote">If you are looking for a sign not to kill yourself, this is it.\u2764</string> + <string name="do_not_show_this_again">Do not show this again</string> + <string name="continue_suicide_prevention_activity">Continue</string> + </resources> |