Prevent users from trying to post to blogs that aren't theirs.

This commit is contained in:
akwizgran
2013-04-14 17:59:08 +01:00
parent c7d60166ab
commit 63121aecf9
5 changed files with 56 additions and 14 deletions

View File

@@ -61,6 +61,8 @@
<string name="choose_blog_name">Choose a name for your blog:</string>
<string name="blog_visible_to_all">Share this blog with all contacts</string>
<string name="blog_visible_to_some">Share this blog with chosen contacts</string>
<string name="not_your_blog">Only the creator of this blog can write posts</string>
<string name="ok_button">OK</string>
<string name="compose_blog_title">New Post</string>
<string name="new_blog_item">New blog\u2026</string>
<string name="create_nickname_item">New nickname\u2026</string>