aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/languages
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-07 15:33:44 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-07 15:33:44 +0000
commitf414e7437d8796523724d1e8f558710977241add (patch)
tree4063f36ada7f5cccdf15b930e8d0d7ffd41aa6b6 /mod/blog/languages
parent185d5603673e8bf02d09c8e953e4cd7725b74747 (diff)
downloadelgg-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')
-rw-r--r--mod/blog/languages/en.php4
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.",
);