2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
| e107 website system - Language File.
|
|
|
|
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_footer.php,v $
|
2006-12-29 17:45:58 +00:00
|
|
|
| $Revision: 1.2 $
|
|
|
|
| $Date: 2006-12-29 17:45:58 $
|
|
|
|
| $Author: e107steved $
|
2006-12-02 04:36:16 +00:00
|
|
|
+----------------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
define("FOOTLAN_1", "Site");
|
|
|
|
define("FOOTLAN_2", "Head Admin");
|
|
|
|
define("FOOTLAN_3", "Version");
|
|
|
|
define("FOOTLAN_4", "build");
|
2006-12-29 17:45:58 +00:00
|
|
|
define("FOOTLAN_5", "Admin Theme");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("FOOTLAN_6", "by");
|
|
|
|
define("FOOTLAN_7", "Info");
|
|
|
|
define("FOOTLAN_8", "Install date");
|
|
|
|
define("FOOTLAN_9", "Server");
|
|
|
|
define("FOOTLAN_10", "host");
|
|
|
|
define("FOOTLAN_11", "PHP Version");
|
|
|
|
define("FOOTLAN_12", "MySQL");
|
|
|
|
define("FOOTLAN_13", "Site Info");
|
|
|
|
define("FOOTLAN_14", "Show Docs");
|
|
|
|
define("FOOTLAN_15", "Documentation");
|
|
|
|
define("FOOTLAN_16", "Database");
|
|
|
|
define("FOOTLAN_17", "Charset");
|
2006-12-29 17:45:58 +00:00
|
|
|
define("FOOTLAN_18", "Site Theme");
|
2006-12-02 04:36:16 +00:00
|
|
|
|
|
|
|
?>
|