Text posts can be created.

This commit is contained in:
Pierre
2018-04-01 09:51:10 +02:00
parent 870ed9443f
commit d9b8c4d98e
5 changed files with 176 additions and 14 deletions

View File

@ -122,5 +122,6 @@
<string name="new_post_hint">New post…</string>
<string name="post_action_send">Send</string>
<string name="btn_show_create_form_description">Show / Hide create post form.</string>
<string name="err_post_content_too_short">The content of the post is too short !</string>
<string name="err_post_content_too_short">The content of the post is too short!</string>
<string name="err_submit_post">An error occurred while trying to create the post!</string>
</resources>