From 9fdcb6143e1db1d684887b0454db4e4e90a8f020 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 28 Oct 2008 12:33:52 +0000 Subject: Committed a generic comment view. git-svn-id: https://code.elgg.org/elgg/trunk@2327 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 6b1f486cd..4d74ec2aa 100644 --- a/languages/en.php +++ b/languages/en.php @@ -225,7 +225,7 @@ To remove a widget drag it back to the Widget gallery.", 'group' => "Group", 'item:group' => "Groups", - + /** * Profile */ @@ -233,7 +233,9 @@ To remove a widget drag it back to the Widget gallery.", 'profile' => "Profile", 'profile:edit:default' => 'Edit default profile', 'user' => "User", - 'item:user' => "Users", + 'item:user' => "Users", + 'riveritem:single:user' => 'a user', + 'riveritem:plural:user' => 'some users', /** * Profile menu items and titles @@ -769,7 +771,10 @@ If you requested this click on the link below, otherwise ignore this email. * Comments */ - 'comments:count' => "%s comments", + 'comments:count' => "%s comments", + + 'riveraction:annotation:generic_comment' => '%s commented on %s', + 'generic_comments:add' => "Add a comment", 'generic_comments:text' => "Comment", 'generic_comment:posted' => "Your comment was successfully posted.", -- cgit v1.2.3