aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-09-09 00:58:37 +0000
committerCash Costello <cash.costello@gmail.com>2009-09-09 00:58:37 +0000
commit5ccb3887f61af7b670f0fafe077401529c141700 (patch)
tree9c5279c63cdc38b8fd1ec7d42e444d641e8b9460 /languages
parentce396a3cf4cce3e74b79bb4c4512066404034c47 (diff)
downloadelgg-5ccb3887f61af7b670f0fafe077401529c141700.tar.gz
elgg-5ccb3887f61af7b670f0fafe077401529c141700.tar.bz2
added ability to create thumbnails for images that previously failed
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 83e600936..f3abfc27e 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -53,6 +53,7 @@
'tidypics:settings' => 'Settings',
'tidypics:admin:instructions' => 'These are the core Tidypics settings. Change them for your setup and then click save.',
'tidypics:settings:image_lib' => "Image Library",
+ 'tidypics:settings:thumbnail' => "Thumbnail Creation",
'tidypics:settings:download_link' => "Show download link",
'tidypics:settings:tagging' => "Enable photo tagging",
'tidypics:settings:photo_ratings' => "Enable photo ratings (requires rate plugin of Miguel Montes or compatible)",
@@ -68,7 +69,8 @@
'tidypics:settings:largesize' => "Primary image size",
'tidypics:settings:smallsize' => "Album view image size",
'tidypics:settings:thumbsize' => "Thumbnail image size",
-
+ 'tidypics:settings:im_id' => "Image ID",
+
//actions
'album:create' => "Create new album",