aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorBrett Profitt <brett.profitt@gmail.com>2012-03-21 17:54:36 -0700
committerBrett Profitt <brett.profitt@gmail.com>2012-03-21 17:54:36 -0700
commitb3438c2d88ba48529275cadd57849cad7fc08e02 (patch)
tree222f271252223b1c5f091d97aadffbf04dce6d86 /languages
parent5cc8de829c0a7b86c8df27293f4825d0e340d592 (diff)
downloadelgg-b3438c2d88ba48529275cadd57849cad7fc08e02.tar.gz
elgg-b3438c2d88ba48529275cadd57849cad7fc08e02.tar.bz2
Fixes #23. Added a menu item for setting the cover image.
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php
index efae155b3..0d6ea2db8 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -163,6 +163,7 @@ $english = array(
'album:desc' => "Description",
'album:tags' => "Tags",
'album:cover' => "Make image album cover?",
+ 'album:cover_link' => 'Set cover image',
'tidypics:quota' => "Quota usage:",
'tidypics:uploader:choose' => "Choose photos",
'tidypics:uploader:upload' => "Upload photos",
@@ -252,6 +253,7 @@ The photo can be viewed here: %s",
'album:deleted' => "Your album was successfully deleted.",
'album:delete:confirm' => "Are you sure you want to delete this album?",
'album:created' => "Your new album has been created.",
+ 'album:save_cover_image' => 'Cover image saved.',
'tidypics:settings:save:ok' => 'Successfully saved the Tidypics plugin settings',
'tidypics:album:sorted' => 'The album %s is sorted',
'tidypics:upgrade:success' => 'Upgrade of Tidypics a success',
@@ -277,6 +279,8 @@ The photo can be viewed here: %s",
'album:uploadfailed' => "Sorry; we could not save your album.",
'album:deletefailed' => "Your album could not be deleted.",
'album:blank' => "Please give this album a title.",
+ 'album:invalid_album' => 'Invalid album',
+ 'album:cannot_save_cover_image' => 'Cannot save cover image',
'tidypics:upgrade:failed' => "The upgrade of Tidypics failed",
);