diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 15:20:33 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-27 15:20:33 +0000 |
commit | 10e5db3119afca7060a680517393518be3aa54ab (patch) | |
tree | ec6c1eb164c3d73120bfa2632ebfad3189a94faa /languages | |
parent | 5aa81ebf7107556b39336a326abc421d715c3650 (diff) | |
download | elgg-10e5db3119afca7060a680517393518be3aa54ab.tar.gz elgg-10e5db3119afca7060a680517393518be3aa54ab.tar.bz2 |
Brought generic comments into Elgg core
git-svn-id: https://code.elgg.org/elgg/trunk@1185 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 13d2ce306..44bf369ae 100644 --- a/languages/en.php +++ b/languages/en.php @@ -506,7 +506,18 @@ Your password has been reset to: %s", */ 'xmlrpc:noinputdata' => "Input data missing", - + /**
+ * Comments
+ */
+
+ 'generic_comments:add' => "Add a comment",
+ 'generic_comments:text' => "Comment",
+ 'generic_comment:posted' => "Your comment was successfully posted.",
+ 'generic_comment:deleted' => "Your comment was successfully deleted.",
+ 'generic_comment:blank' => "Sorry; you need to actually put something in your comment before we can save it.",
+ 'generic_comment:notfound' => "Sorry; we could not find the specified item.",
+ 'generic_comment:notdeleted' => "Sorry; we could not delete this comment.",
+ 'generic_comment:failure' => "An unexpected error occurred when adding your comment. Please try again.", /** * Languages according to ISO 639-1 |