2006-12-02 04:36:16 +00:00
< ? php
/*
2008-12-11 18:13:10 +00:00
* Copyright e107 Inc e107 . org , Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
2010-02-10 18:18:01 +00:00
* $Id $
2008-12-11 18:13:10 +00:00
*
* Admin Language File
*
2006-12-02 04:36:16 +00:00
*/
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_10 " , " The cache directory is not writable. Please ensure this directory is set CHMOD 0777 " );
2007-02-04 17:36:16 +00:00
define ( " CACLAN_11 " , " Content Cache " );
define ( " CACLAN_12 " , " System Cache " );
define ( " CACLAN_13 " , " Content cache contains page rendered content. This includes any content (html) that you see rendered on your site. " );
define ( " CACLAN_14 " , " System cache contains system config information. This includes site pref, currently active menus, etc. No actual content will be contained here. " );
define ( " CACLAN_15 " , " System Cache Emptied " );
define ( " CACLAN_16 " , " Empty System Cache " );
define ( " CACLAN_17 " , " Currently contains " );
define ( " CACLAN_18 " , " file " );
define ( " CACLAN_19 " , " files " );
2006-12-02 04:36:16 +00:00
?>