mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
new module creation
This commit is contained in:
27
e107_languages/English/admin/lan_admin_log.php
Normal file
27
e107_languages/English/admin/lan_admin_log.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_admin_log.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: lisa_
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("LAN_ADMINLOG_0", "Admin Log");
|
||||
define("LAN_ADMINLOG_1", "Date");
|
||||
define("LAN_ADMINLOG_2", "Title");
|
||||
define("LAN_ADMINLOG_3", "Description");
|
||||
define("LAN_ADMINLOG_4", "User IP");
|
||||
define("LAN_ADMINLOG_5", "User ID");
|
||||
define("LAN_ADMINLOG_6", "Informative Icon");
|
||||
define("LAN_ADMINLOG_7", "Informative Message");
|
||||
define("LAN_ADMINLOG_8", "Notice Icon");
|
||||
define("LAN_ADMINLOG_9", "Notice Message");
|
||||
define("LAN_ADMINLOG_10", "Warning Icon");
|
||||
define("LAN_ADMINLOG_11", "Warning Message");
|
||||
define("LAN_ADMINLOG_12", "Fatal Icon");
|
||||
define("LAN_ADMINLOG_13", "Fatal Error Message");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user