| 1 | <?php |
|---|
| 2 | // auto generated, do not modify |
|---|
| 3 | $strings += array( |
|---|
| 4 | 'php Cached' |
|---|
| 5 | => 'PHP Cached', |
|---|
| 6 | 'var Cached' |
|---|
| 7 | => 'Variable Cached', |
|---|
| 8 | 'php Deleted' |
|---|
| 9 | => 'PHP Deleted', |
|---|
| 10 | 'var Deleted' |
|---|
| 11 | => 'Variable Deleted', |
|---|
| 12 | 'entry.id' |
|---|
| 13 | => 'Id|', |
|---|
| 14 | 'entry.remove' |
|---|
| 15 | => 'Remove|', |
|---|
| 16 | 'entry.name' |
|---|
| 17 | => 'Entry name|The entry name or filename', |
|---|
| 18 | 'entry.hits' |
|---|
| 19 | => 'Hits|Hit times of this entry (loaded from this cache)', |
|---|
| 20 | 'entry.size' |
|---|
| 21 | => 'Size|Size in bytes of this entry in the cache', |
|---|
| 22 | 'entry.refcount' |
|---|
| 23 | => 'Refs|Reference count of this entry is holded by a php request', |
|---|
| 24 | 'entry.phprefcount' |
|---|
| 25 | => 'Shares|Count of entry sharing this php data', |
|---|
| 26 | 'entry.class_cnt' |
|---|
| 27 | => 'Cls.|Count of classes', |
|---|
| 28 | 'entry.function_cnt' |
|---|
| 29 | => 'Funcs|Count of functions', |
|---|
| 30 | 'entry.file_size' |
|---|
| 31 | => 'Src Size|Size of the source file', |
|---|
| 32 | 'entry.file_mtime' |
|---|
| 33 | => 'Modified|Last modified time of the source file', |
|---|
| 34 | 'entry.file_device' |
|---|
| 35 | => 'dev|device number of the source file', |
|---|
| 36 | 'entry.file_inode' |
|---|
| 37 | => 'ino|inode number of the source file', |
|---|
| 38 | 'entry.hash' |
|---|
| 39 | => 'Hash|Hash value of this entry', |
|---|
| 40 | 'entry.atime' |
|---|
| 41 | => 'Access|Last time when this entry is accessed', |
|---|
| 42 | 'entry.ctime' |
|---|
| 43 | => 'Create|The time when this entry is stored', |
|---|
| 44 | 'entry.delete' |
|---|
| 45 | => 'Delete|The time when this entry is deleted', |
|---|
| 46 | 'Caches' |
|---|
| 47 | => 'Caches', |
|---|
| 48 | 'cache.cache' |
|---|
| 49 | => 'Cache|', |
|---|
| 50 | 'cache.slots' |
|---|
| 51 | => 'Slots|Number of hash slots. the setting from your php.ini', |
|---|
| 52 | 'cache.size' |
|---|
| 53 | => 'Size|Cache Size, Size of the cache (or cache chunk), in bytes', |
|---|
| 54 | 'cache.avail' |
|---|
| 55 | => 'Avail|Available Memory, free memory in bytes of this cache', |
|---|
| 56 | 'cache.blocksgraph' |
|---|
| 57 | => 'Percent Graph|Shows how much memory available in percent, and memory blocks status in graph', |
|---|
| 58 | 'cache.operations' |
|---|
| 59 | => 'Operations|Press the clear button to clean this cache', |
|---|
| 60 | 'cache.status' |
|---|
| 61 | => 'Status|Compiling flag, \"Compiling\" if the cache is busy compiling php script. \"Disabled\" if cache is disabled', |
|---|
| 62 | 'cache.hits' |
|---|
| 63 | => 'Hits|Cache Hits, hit=a var/php is loaded from this cache', |
|---|
| 64 | 'cache.hits_graph' |
|---|
| 65 | => 'Hits*24H|Hits graph of last 24 hours', |
|---|
| 66 | 'cache.hits_avg_h' |
|---|
| 67 | => 'Hits/H|Average Hits per Hour. Only last 24 hours is logged', |
|---|
| 68 | 'cache.hits_avg_s' |
|---|
| 69 | => 'Hits/S|Average Hits per Second. Only last 5 seconds is logged', |
|---|
| 70 | 'cache.updates' |
|---|
| 71 | => 'Updates|Cache Updates', |
|---|
| 72 | 'cache.skips' |
|---|
| 73 | => 'Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache', |
|---|
| 74 | 'cache.ooms' |
|---|
| 75 | => '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', |
|---|
| 76 | 'cache.errors' |
|---|
| 77 | => 'Errs|Compiler errors, how many times your script is compiled but failed. You should really check what is happening if you see this value increase. (See Help for more information)', |
|---|
| 78 | 'cache.readonly_protected' |
|---|
| 79 | => 'Protected|Whether readonly_protection is available and enable on this cache (See help for more information)', |
|---|
| 80 | 'cache.cached' |
|---|
| 81 | => 'Cached|Number of entries stored in this cache', |
|---|
| 82 | 'cache.deleted' |
|---|
| 83 | => 'Deleted|Number of entries is pending in delete list (expired but referenced)', |
|---|
| 84 | 'cache.gc_timer' |
|---|
| 85 | => 'GC|Seconds count down of Garbage Collection', |
|---|
| 86 | ); |
|---|
| 87 | |
|---|