diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-06-02 11:47:37 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-06-02 11:47:37 +0000 |
commit | ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345 (patch) | |
tree | c3e873d6f45b6243d78a7e71a328fc7a3e81e80b /languages/en.php | |
parent | fcbfde4da4a2928e960dc4851a6d44d4353a14c7 (diff) | |
download | elgg-ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345.tar.gz elgg-ac7b07f54be91fd2ce1e2ff8c2ddbc23c71e2345.tar.bz2 |
added next section of admin settings - finishing the action is next
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 3d8216bb8..ffa13b3a2 100644 --- a/languages/en.php +++ b/languages/en.php @@ -20,7 +20,10 @@ 'item:object:image' => "Photos",
'item:object:album' => "Albums",
'tidypics:adminsettings' => 'Tidypics Settings',
- 'tidypics:settings:download_link' => "Show download link:",
+ '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:download_link' => "Show download link",
+ 'tidypics:settings:tagging' => "Enable photo tagging",
'tidypics:settings:maxfilesize' => "Maximum file size in megabytes (MB):",
'tidypics:settings:watermark' => "Enter text to appear in the watermark - ImageMagick must be selected for the image library",
'tidypics:settings:im_path' => "Enter the path to your ImageMagick commands",
|