1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Added checks for ImageMagick path and for GD version, see Bugtracker #3602

This commit is contained in:
mcfly
2007-03-25 03:27:16 +00:00
parent 4291bf047c
commit b374cfd0bc
2 changed files with 37 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Revision: 1.2 $
| $Date: 2007-03-25 03:27:05 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@@ -61,5 +61,9 @@ define("IMALAN_49", "Users with avatars");
define("IMALAN_50", "Total");
define("IMALAN_51", "Avatar for ");
define("IMALAN_52", "Path to ImageMagick appears to be incorrect");
define("IMALAN_53", "Path to ImageMagick appears to be correct, but convert file may not be valid");
define("IMALAN_54", "GD version installed:");
?>