diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-07-11 08:32:27 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-07-11 08:32:27 +0000 |
commit | d8669c94e88345e1ed55468ba60aa5570bb1b745 (patch) | |
tree | 49556a508720a46c86324660e9c6d66769596b39 /app/src/main/res/values | |
parent | 36d24523b68e4ebecab02e7afff044b1625b80c9 (diff) | |
download | infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.gz infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.bz2 infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.lz infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.xz infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.tar.zst infinity-for-reddit-d8669c94e88345e1ed55468ba60aa5570bb1b745.zip |
Submitting posts to subreddit is available now. Fixed User's posts cannot be all loaded.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
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 effd81dc..298f02f2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -80,6 +80,9 @@ <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="posting">Posting</string> + <string name="post_failed">Could not post it</string> + <string name="download_completed">Download completed</string> <string name="download_failed">Download Failed</string> |