diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-22 06:44:10 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-22 06:44:10 +0000 |
commit | 5f7bfd88b7b525a503065842140a71c491c201fc (patch) | |
tree | 18d4c1f878a5102a171bd8599337ed4327212b31 /app/src/main/res/values/strings.xml | |
parent | 0840b7144f9a2bf0b1338c04da686b9ef6e4e4ae (diff) | |
download | infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.gz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.bz2 infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.lz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.xz infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.tar.zst infinity-for-reddit-5f7bfd88b7b525a503065842140a71c491c201fc.zip |
Check for theme setting on every activities except ViewImageActivity and ViewVideoActivity to correctly set the theme. Minor bugs fixed. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ad1b9b7d..a5a170d3 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -182,6 +182,10 @@ <string name="no_browser_found">No browser found</string> <string name="archived_post_vote_unavailable">Archived post. Vote unavailable.</string> + <string name="archived_post_comment_unavailable">Archived post. Comment unavailable.</string> + <string name="archived_post_reply_unavailable">Archived post. Reply unavailable.</string> + <string name="locked_post_comment_unavailable">Locked post. Comment unavailable.</string> + <string name="locked_post_reply_unavailable">Locked post. Reply unavailable.</string> <string name="text">TEXT</string> <string name="link">LINK</string> |