From b71a8f06f1670d0e2d3eeb4457e1ac06c25975a0 Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 3 Apr 2008 17:10:42 +0000 Subject: Added comments to blog git-svn-id: https://code.elgg.org/elgg/trunk@396 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/blog/languages/en.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/blog/languages') 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.", ); -- cgit v1.2.3