diff options
author | cash <cash.costello@gmail.com> | 2011-11-19 12:10:46 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-19 12:10:46 -0500 |
commit | 4562cfbb1a630b14fd194271f99f1f8c098dc38d (patch) | |
tree | 926e9e22cca553f48583ff25d782a092795ceb7c /languages/en.php | |
parent | eb9b13e1bfd861cba9b7a812d929b565d5775175 (diff) | |
download | elgg-4562cfbb1a630b14fd194271f99f1f8c098dc38d.tar.gz elgg-4562cfbb1a630b14fd194271f99f1f8c098dc38d.tar.bz2 |
basic pages for viewing all/mine/friends and viewing an album
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 8bc66a5f6..d6d934c20 100644 --- a/languages/en.php +++ b/languages/en.php @@ -11,11 +11,15 @@ $english = array( 'photos' => "Photos", 'album' => "Photo Album", 'albums' => "Photo Albums", + + 'photos:add' => "Create album", + 'images:upload' => "Upload photos", + 'album:slideshow' => "View slideshow", 'album:yours' => "Your photo albums", 'album:yours:friends' => "Your friends' photo albums", 'album:user' => "%s's photo albums", - 'album:friends' => "%s's friends' photo albums", + 'album:friends' => "Friends' photo albums", 'album:all' => "All site photo albums", 'album:group' => "Group albums", 'item:object:image' => "Photos", @@ -104,6 +108,9 @@ $english = array( 'tidypics:uploader:basic' => 'You can upload up to 10 photos at a time (%s MB maximum per photo)', 'tidypics:sort:instruct' => 'Sort the album photos by dragging and dropping the images. Then click the save button.', + // albums + 'album:num' => '%s photos', + //views 'image:total' => "Images in album:", 'image:by' => "Image added by", |