diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-07 15:33:44 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-07 15:33:44 +0000 |
commit | f414e7437d8796523724d1e8f558710977241add (patch) | |
tree | 4063f36ada7f5cccdf15b930e8d0d7ffd41aa6b6 /mod/blog/languages/en.php | |
parent | 185d5603673e8bf02d09c8e953e4cd7725b74747 (diff) | |
download | elgg-f414e7437d8796523724d1e8f558710977241add.tar.gz elgg-f414e7437d8796523724d1e8f558710977241add.tar.bz2 |
CRUD for blog posts
git-svn-id: https://code.elgg.org/elgg/trunk@415 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/languages/en.php')
-rw-r--r-- | mod/blog/languages/en.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php index f534f2b01..be2407440 100644 --- a/mod/blog/languages/en.php +++ b/mod/blog/languages/en.php @@ -31,6 +31,7 @@ 'blog:posted' => "Your blog post was successfully posted.",
'comment:success' => "Your comment was successfully added.",
+ 'blog:deleted' => "Your blog post was successfully deleted.",
/**
* Error messages
@@ -38,7 +39,8 @@ 'blog:blank' => "Sorry; you need to fill in both the title and body before you can make a post.",
'blog:notfound' => "Sorry; we could not find the specified blog post.",
-
+ 'blog:notdeleted' => "Sorry; we could not delete this blog post.",
+
'comment:failure' => "An unexpected error occurred when adding your comment. Please try again.",
);
|