diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-09 07:08:43 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-09 07:08:43 -0500 |
commit | e2cae6f6e9dc7c6b1bbbed069dce7d5024cd4589 (patch) | |
tree | 37b9907250f4b42e05010c70541080235dcdc1ae /languages/en.php | |
parent | 356b46c118fe5b5f7a874955b5d5c3a9fc7552a1 (diff) | |
download | elgg-e2cae6f6e9dc7c6b1bbbed069dce7d5024cd4589.tar.gz elgg-e2cae6f6e9dc7c6b1bbbed069dce7d5024cd4589.tar.bz2 |
added river strings for Elgg 1.8
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index d9c9a302b..4213e0b6a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -166,6 +166,8 @@ The photo can be viewed here: %s", 'album:river:group' => "in the group", 'album:river:item' => "an album", 'album:river:annotate' => "a comment on the photo album", + 'river:comment:object:image' => '%s commented on the photo %s', + 'river:comment:object:album' => '%s commented on the album %s', // notifications 'tidypics:newalbum' => 'New photo album', |