Changeset 1063 for trunk/htdocs/cacher/cacher-en.lang.php
- Timestamp:
- 07/27/2012 06:03:21 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/cacher-en.lang.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/cacher-en.lang.php
r1053 r1063 18 18 'cache.operations' 19 19 => 'Operations|Press the clear button to clean this cache', 20 'cache. compiling'21 => ' Comp.|Compiling flag, "yes" if the cache is busy compiling php script',20 'cache.status' 21 => 'Status|Compiling flag, "Compiling" if the cache is busy compiling php script. "Disabled" if cache is disabled', 22 22 'cache.hits' 23 23 => 'Hits|Cache Hits, hit=a var/php is loaded from this cache', … … 30 30 'cache.updates' 31 31 => 'Updates|Cache Updates', 32 'cache. clogs'33 => ' Clogs|Compiling Clogs, clog=compiling is needed but avoided to wait(be blocked) when the cache is busy compiling already',32 'cache.skips' 33 => 'Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache', 34 34 'cache.ooms' 35 35 => 'OOMs|Out Of Memory, how many times a new item should be stored but there isn\'t enough memory in the cache, think of increasing the xcache.size or xcache.var_size', … … 49 49 => 'Entry name|The entry name or filename', 50 50 'entry.hits' 51 => 'Hits| Times this entry is hit(loaded from this cache)',51 => 'Hits|Hit times of this entry (loaded from this cache)', 52 52 'entry.size' 53 53 => 'Size|Size in bytes of this entry in the cache',

