diff options
author | cash <cash.costello@gmail.com> | 2011-12-01 22:00:06 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-01 22:00:06 -0500 |
commit | 9b838be94d37d560b1a05f76cd5ecca5d41119fc (patch) | |
tree | 5c068c680943f99a91dcc31db032ed16638ab220 /languages | |
parent | efdd4b6544e14355f6ae0e6151c6f828271d3913 (diff) | |
download | elgg-9b838be94d37d560b1a05f76cd5ecca5d41119fc.tar.gz elgg-9b838be94d37d560b1a05f76cd5ecca5d41119fc.tar.bz2 |
river views for image and albums - not for batches yet
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 96b63c170..40be85fd6 100644 --- a/languages/en.php +++ b/languages/en.php @@ -160,13 +160,14 @@ The photo can be viewed here: %s", 'album:more' => "View all albums", // river - 'image:river:created' => "%s added the photo %s to album %s", + 'river:create:object:image' => "%s uploaded the photo %s", + 'image:river:created' => "%s added the photo %s to the album %s", 'image:river:created:multiple' => "%s added %u photos to album %s", 'image:river:item' => "a photo", 'image:river:annotate' => "a comment on the photo", 'image:river:tagged' => "%s tagged %s in the photo %s", 'image:river:tagged:unknown' => "%s tagged %s in a photo", - 'album:river:created' => "%s created a new photo album", + 'river:create:object:album' => "%s created a new photo album %s", 'album:river:group' => "in the group", 'album:river:item' => "an album", 'album:river:annotate' => "a comment on the photo album", |