e107inc/e107

View on GitHub
e107_languages/English/admin/lan_cache.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
<?php
/*
 * Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
 *
 * Admin Language File
 *
*/
define("CACLAN_1", "Cache System Status");
define("CACLAN_2", "Set cache status");
define("CACLAN_3", "Cache Management");
// define("CACLAN_4", "Cache status set");
define("CACLAN_5", "Empty Content Cache");
define("CACLAN_6", "Cache Emptied");

define("CACLAN_10", "The cache directory is not writable. Please ensure this directory is set CHMOD 0777");

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");

define("CACLAN_20", "DB Structure Cache");
define("CACLAN_21", "Database Structure cache contains system information about database tables structure, needed by various core routines. No actual content will be contained here.");
define("CACLAN_22", "Thumbnail cache");
define("CACLAN_23", "Thumbnail cache files contains binary image data. They are there to save a lot of server CPU work.");
define("CACLAN_24", "Empty DB Structure Cache");
define("CACLAN_25", "Empty Thumbnail Cache");
define("CACLAN_26", "Empty All Cache");
define("CACLAN_27", "Empty Browser Cache");

define("CACLAN_28", "JS/CSS Cache");
define("CACLAN_29", "Consolidate and cache javascript files and cascading stylesheet files.");
define("CACLAN_30", "Empty JS/CSS Cache");