1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Bugtracker #4568 - extend download url field (255 is recommended max). Also admin logging, plus some tidying up

This commit is contained in:
e107steved
2008-12-06 15:48:26 +00:00
parent cee0b1e802
commit cacf90d2a0
10 changed files with 295 additions and 144 deletions

View File

@@ -1,6 +1,6 @@
<?php
// e107 Language File.
// $Id: lan_admin_log.php,v 1.6 2008-06-10 21:43:57 e107steved Exp $
// $Id: lan_admin_log.php,v 1.7 2008-12-06 15:48:26 e107steved Exp $
define('RL_LAN_001', 'System Logs');
define('RL_LAN_002', "Rolling Log");
@@ -20,11 +20,11 @@ define('RL_LAN_015', "User ID filter");
define('RL_LAN_016', "Blank for none, zero for guest");
define('RL_LAN_017', "No log entries, or none match filter");
define('RL_LAN_018', "Refresh log");
define('RL_LAN_019', "Date");
define('RL_LAN_019', "yy-mm-dd hh:mm:ss");
define('RL_LAN_020', "IP");
define('RL_LAN_021', "ID");
define('RL_LAN_022', "User");
define('RL_LAN_023', "Type");
define('RL_LAN_023', "Event Type");
define('RL_LAN_024', "From");
define('RL_LAN_025', "Event Title");
define('RL_LAN_026', "Class for which user actions logged");