aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-21 02:20:09 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-21 02:20:09 +0000
commit89e934f5a7d6d87562b1b2ad175fc43dfabc9b71 (patch)
tree90827d4d1d2d54f73070fae7e1547daa67310715 /app/src/main/res/values
parenta4b93699d8f5649ada3a3c1e20ac7a3a18735875 (diff)
downloadinfinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar.gz
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar.bz2
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar.lz
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar.xz
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.tar.zst
infinity-for-reddit-89e934f5a7d6d87562b1b2ad175fc43dfabc9b71.zip
Zoom up to 10x in ViewImageActivity. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 475ceb6c..6c9120c7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -24,6 +24,7 @@
<string name="no_posts">No posts found.</string>
<string name="no_subreddits">No subreddits found.</string>
<string name="no_users">No users found.</string>
+ <string name="no_storage_permission">No storage permission to save this file</string>
<string name="load_posts_failed">Error loading posts</string>
<string name="load_comment_failed">Error loading comments</string>
@@ -77,4 +78,6 @@
<string name="send_comment_failed">Could not send this comment</string>
<string name="parse_sent_comment_failed">The comment is sent but unable to get the sent comment</string>
+ <string name="download_completed">Download completed</string>
+ <string name="download_failed">Download Failed</string>
</resources>