From 608647dcf59c60e55d86a69e39e2626e6f1eb6bc Mon Sep 17 00:00:00 2001 From: cash Date: Thu, 3 Mar 2011 01:41:18 +0000 Subject: Refs #2679 - returning to a separate annotation for discussion forum replies. For those using the latest out of svn you can update with this script: https://gist.github.com/852092 git-svn-id: http://code.elgg.org/elgg/trunk@8570 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/languages/en.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'mod/groups/languages') diff --git a/mod/groups/languages/en.php b/mod/groups/languages/en.php index c16db859a..91f9f0cb6 100644 --- a/mod/groups/languages/en.php +++ b/mod/groups/languages/en.php @@ -118,6 +118,9 @@ $english = array( 'discussion:error:permissions' => 'You do not have permissions to perform this action', 'discussion:error:notdeleted' => 'Could not delete the discussion topic', + 'discussion:reply:deleted' => 'Discussion reply has been deleted.', + 'discussion:reply:error:notdeleted' => 'Could not delete the discussion reply', + 'group:replies' => 'Replies', 'groups:forum:created' => 'Created %s with %d comments', 'groups:forum:created:single' => 'Created %s with %d reply', @@ -127,7 +130,7 @@ $english = array( 'groups:latestdiscussion' => 'Latest discussion', 'groups:newest' => 'Newest', 'groups:popular' => 'Popular', - 'groupspost:success' => 'Your comment was succesfully posted', + 'groupspost:success' => 'Your reply was succesfully posted', 'groups:alldiscussion' => 'Latest discussion', 'groups:edittopic' => 'Edit topic', 'groups:topicmessage' => 'Topic message', @@ -167,7 +170,7 @@ $english = array( 'groups:usernotinvited' => 'User could not be invited.', 'groups:useralreadyinvited' => 'User has already been invited', 'groups:invite:subject' => "%s you have been invited to join %s!", - 'groups:updated' => "Last comment by %s %s", + 'groups:updated' => "Last reply by %s %s", 'groups:started' => "Started by %s", 'groups:joinrequest:remove:check' => 'Are you sure you want to remove this join request?', 'groups:invite:remove:check' => 'Are you sure you want to remove this invite?', @@ -202,7 +205,7 @@ or click below to view the group's join requests: 'groups:river:create' => 'created the group', 'groups:river:join' => 'joined the group', 'forumtopic:river:create' => 'added a new discussion topic', - 'river:commented:object:groupforumtopic' => 'the discussion topic', + 'groups:river:reply' => 'replied on the discussion topic', 'groups:nowidgets' => 'No widgets have been defined for this group.', -- cgit v1.2.3