aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-22 09:01:25 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-22 09:01:25 +0000
commitd4fc671605df4d7e25a84a47fcc12d3a1d7423e3 (patch)
tree1fd5ce4fb60540b96619449bc13bce4e7558d704 /app/src/main/res/values
parent5f7bfd88b7b525a503065842140a71c491c201fc (diff)
downloadinfinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar.gz
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar.bz2
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar.lz
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar.xz
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.tar.zst
infinity-for-reddit-d4fc671605df4d7e25a84a47fcc12d3a1d7423e3.zip
Saving and unsaving post are now available. Disable commenting and replying for locked posts in last commit.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml4
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 a5a170d3..37a3518f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -206,6 +206,10 @@
<string name="press_here_to_login">Press here to login</string>
<string name="login_first">Login first</string>
+ <string name="post_saved_success">Post saved</string>
+ <string name="post_saved_failed">Unable to save post</string>
+ <string name="post_unsaved_success">Post unsaved</string>
+ <string name="post_unsaved_failed">Unable to unsave post</string>
<string name="delete_this_post">Delete This Post</string>
<string name="delete_this_comment">Delete This Comment</string>
<string name="are_you_sure">Are you sure?</string>