mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
new module creation
This commit is contained in:
23
e107_languages/English/admin/lan_cache.php
Normal file
23
e107_languages/English/admin/lan_cache.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cache.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("CACLAN_1", "Cache System Status");
|
||||
define("CACLAN_2", "Set cache status");
|
||||
define("CACLAN_3", "Cache System");
|
||||
define("CACLAN_4", "Cache status set");
|
||||
define("CACLAN_5", "Empty Cache");
|
||||
define("CACLAN_6", "Cache Emptied");
|
||||
|
||||
define("CACLAN_7", "Cache Disabled");
|
||||
// define("CACLAN_8", "Cache data saved to MySQL");
|
||||
define("CACLAN_9", "Cache data saved to disk file");
|
||||
define("CACLAN_10", "The cache directory is not writable. Please ensure this directory is set CHMOD 0777");
|
||||
?>
|
Reference in New Issue
Block a user