aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/languages/en.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-03 01:41:18 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-03 01:41:18 +0000
commit608647dcf59c60e55d86a69e39e2626e6f1eb6bc (patch)
tree0902b73d513ac13a3a57d69c73d7d55477d7471b /mod/groups/languages/en.php
parent8f484535ba505b12d2d4ccdaf30686c375035108 (diff)
downloadelgg-608647dcf59c60e55d86a69e39e2626e6f1eb6bc.tar.gz
elgg-608647dcf59c60e55d86a69e39e2626e6f1eb6bc.tar.bz2
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
Diffstat (limited to 'mod/groups/languages/en.php')
-rw-r--r--mod/groups/languages/en.php9
1 files changed, 6 insertions, 3 deletions
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.',