From e9f0301ba2235d3b8a5f3e7b40c6e98f64edcc0a Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 14 Jul 2012 10:40:14 -0400 Subject: cleaned up the admin area of tidypics --- languages/en.php | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index 624b5234c..36ac38877 100644 --- a/languages/en.php +++ b/languages/en.php @@ -115,21 +115,13 @@ $english = array( 'tidypics:server_info:max_execution_time' => 'Max Execution Time', 'tidypics:server_info:use_only_cookies' => 'Cookie only sessions', + 'tidypics:server_config' => 'Server Configuration', 'tidypics:server_configuration_doc' => 'Server configuration documentation', - // library tools - 'tidypics:lib_tools' => 'Image library tools', - 'tidypics:lib_tools:overview' => - 'An image library is required by Tidypics to perform various manipulations: resizing on upload, watermarking, rotation, and cropping. - There are three image library options with Tidypics: PHP extension GD, - ImageMagick called via a system call, and the PHP extension - imagick. GD is the most common of the three on hosted servers but suffers - from serious memory usage problems when resizing photos. If you have access to ImageMagick (whether through system calls or the - PHP extension), we recommend that you use that.', + // ImageMagick test 'tidypics:lib_tools:testing' => - 'To use the ImageMagick executables, PHP must be configured to allow calls to exec(). You can see the - configuration of your server on the "Server Information" tab.. Next, you need to determine the path to - ImageMagick on your server. Your hosting service should be able to provide this to you. You can test + 'Tidypics needs to know the location of the ImageMagick executables if you have selected it + as the image library. Your hosting service should be able to provide this to you. You can test if the location is correct below. If successful, it should display the version of ImageMagick installed on your server.', -- cgit v1.2.3