mirror of
https://github.com/e107inc/e107.git
synced 2025-09-01 02:21:58 +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:
@@ -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");
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// e107 Language File.
|
||||
// $Id: lan_log_messages.php,v 1.22 2008-11-02 21:02:30 e107steved Exp $
|
||||
// $Id: lan_log_messages.php,v 1.23 2008-12-05 22:01:25 e107steved Exp $
|
||||
|
||||
/*
|
||||
The definitions in this file are for standard 'explanatory' messages which might be entered
|
||||
@@ -209,5 +209,15 @@ define('LAN_AL_BANNER_03','Banner updated');
|
||||
define('LAN_AL_BANNER_04','Banner deleted');
|
||||
define('LAN_AL_BANNER_05','');
|
||||
|
||||
// Image management
|
||||
//-----------------
|
||||
define('LAN_AL_IMALAN_00','Unknown image-related message');
|
||||
define('LAN_AL_IMALAN_01','Avatar deleted');
|
||||
define('LAN_AL_IMALAN_02','All avatars and photos deleted');
|
||||
define('LAN_AL_IMALAN_03','Avatar deleted');
|
||||
define('LAN_AL_IMALAN_04','Settings updated');
|
||||
define('LAN_AL_IMALAN_05','');
|
||||
define('LAN_AL_IMALAN_06','');
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user