aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/languages
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-03 17:10:42 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-03 17:10:42 +0000
commitb71a8f06f1670d0e2d3eeb4457e1ac06c25975a0 (patch)
tree52650d2d2bbb1975d17a68893dbe87312e04b5fe /mod/blog/languages
parented7854c6e006935d8be9b0e860111767f40b3b48 (diff)
downloadelgg-b71a8f06f1670d0e2d3eeb4457e1ac06c25975a0.tar.gz
elgg-b71a8f06f1670d0e2d3eeb4457e1ac06c25975a0.tar.bz2
Added comments to blog
git-svn-id: https://code.elgg.org/elgg/trunk@396 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/blog/languages')
-rw-r--r--mod/blog/languages/en.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/blog/languages/en.php b/mod/blog/languages/en.php
index 1beb5129d..dbccfd98d 100644
--- a/mod/blog/languages/en.php
+++ b/mod/blog/languages/en.php
@@ -22,17 +22,23 @@
'blog:comment:add' => "Add a comment",
'blog:comment:text' => "Comment text",
+ 'comments' => "Comments",
+
/**
* Status messages
*/
'blog:posted' => "Your blog post was successfully posted.",
+ 'comment:success' => "Your comment was successfully added.",
/**
* Error messages
*/
'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.",
+
+ 'comment:failure' => "An unexpected error occurred when adding your comment. Please try again.",
);