User can delete posts.

This commit is contained in:
Pierre
2018-03-25 14:28:39 +02:00
parent 7a2177a45c
commit 54bb812e5c
6 changed files with 189 additions and 5 deletions

View File

@ -114,4 +114,9 @@
<string name="comment_action_btn_description">Actions on comment</string>
<string name="post_action_btn_description">Actions on post</string>
<string name="action_delete_post">Delete</string>
<string name="popup_deletepost_title">Delete post</string>
<string name="popup_deletepost_message">Are you sure do you want to delete this post! Will will not be able to undo this operation !</string>
<string name="popup_deletepost_cancel">No</string>
<string name="popup_deletepost_confirm">Yes</string>
<string name="err_delete_post">An error occurred while trying to delete post! Please try again later…</string>
</resources>