1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 21:32:09 +02:00

Bugtracker #4437 - image admin setting now says what it means, and does what it says. Plus admin logging on images admin, a few new features on img bbcode

This commit is contained in:
e107steved
2008-12-05 22:01:25 +00:00
parent 134bf3a7b5
commit 87d221ea5d
4 changed files with 202 additions and 119 deletions

View File

@@ -4,13 +4,13 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_image.php,v $
| $Revision: 1.3 $
| $Date: 2007-05-06 20:52:48 $
| $Revision: 1.4 $
| $Date: 2008-12-05 22:01:25 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("IMALAN_1", "Enable image posting");
define("IMALAN_2", "Display images, this will apply sitewide (comments, chatbox etc)");
define("IMALAN_1", "Enable image display");
define("IMALAN_2", "Display images, this will apply sitewide (comments, chatbox etc) to images posted using the [img] bbcode");
define("IMALAN_3", "Resize method");
define("IMALAN_4", "Method used to resize images, either GD1/2 library, or ImageMagick");
define("IMALAN_5", "Path to ImageMagick (if selected)");
@@ -18,16 +18,17 @@ define("IMALAN_6", "Full path to ImageMagick Convert utility");
define("IMALAN_7", "Image Settings");
define("IMALAN_8", "Update Image Settings");
define("IMALAN_9", "Image settings updated");
define("IMALAN_10", "Image posting class");
define("IMALAN_11", "Restrict users who can post images (if enabled above)");
define("IMALAN_10", "Image display class");
define("IMALAN_11", "Restrict users who can view images (if enabled above)");
define("IMALAN_12", "Disabled image method");
define("IMALAN_13", "What to do with posted images if image posting is disabled");
define("IMALAN_13", "What to do with images if image display is disabled");
define("IMALAN_14", "Show image URL");
define("IMALAN_15", "Show nothing");
define("IMALAN_16", "Show uploaded avatars");
define("IMALAN_17", "Click here");
define("IMALAN_18", "Uploaded images");
define("IMALAN_19", "Show 'disabled' message");
define('IMALAN_20', 'Nothing changed');
define("IMALAN_21", "Used by");
define("IMALAN_22", "Image not in use");
define("IMALAN_23", "Avatar");