Index: trunk/htdocs/cacher/lang/en.php
===================================================================
--- trunk/htdocs/cacher/lang/en.php	(revision 1099)
+++ trunk/htdocs/cacher/lang/en.php	(revision 1102)
@@ -1,7 +1,49 @@
 <?php
-
-$GLOBALS['config']['show_todo_strings'] = false;
-
-$strings = array(
+// auto generated, do not modify
+$strings += array(
+		'php Cached'
+		=> 'PHP Cached',
+		'var Cached'
+		=> 'Variable Cached',
+		'php Deleted'
+		=> 'PHP Deleted',
+		'var Deleted'
+		=> 'Variable Deleted',
+		'entry.id'
+		=> 'Id|',
+		'entry.remove'
+		=> 'Remove|',
+		'entry.name'
+		=> 'Entry name|The entry name or filename',
+		'entry.hits'
+		=> 'Hits|Hit times of this entry (loaded from this cache)',
+		'entry.size'
+		=> 'Size|Size in bytes of this entry in the cache',
+		'entry.refcount'
+		=> 'Refs|Reference count of this entry is holded by a php request',
+		'entry.phprefcount'
+		=> 'Shares|Count of entry sharing this php data',
+		'entry.class_cnt'
+		=> 'Cls.|Count of classes',
+		'entry.function_cnt'
+		=> 'Funcs|Count of functions',
+		'entry.file_size'
+		=> 'Src Size|Size of the source file',
+		'entry.file_mtime'
+		=> 'Modified|Last modified time of the source file',
+		'entry.file_device'
+		=> 'dev|device number of the source file',
+		'entry.file_inode'
+		=> 'ino|inode number of the source file',
+		'entry.hash'
+		=> 'Hash|Hash value of this entry',
+		'entry.atime'
+		=> 'Access|Last time when this entry is accessed',
+		'entry.ctime'
+		=> 'Create|The time when this entry is stored',
+		'entry.delete'
+		=> 'Delete|The time when this entry is deleted',
+		'Caches'
+		=> 'Caches',
 		'cache.cache'
 		=> 'Cache|',
@@ -12,6 +54,4 @@
 		'cache.avail'
 		=> 'Avail|Available Memory, free memory in bytes of this cache',
-		'cache.used'
-		=> 'Used|Used Memory, used memory in bytes of this cache',
 		'cache.blocksgraph'
 		=> 'Percent Graph|Shows how much memory available in percent, and memory blocks status in graph',
@@ -19,11 +59,11 @@
 		=> 'Operations|Press the clear button to clean this cache',
 		'cache.status'
-		=> 'Status|Compiling flag, "Compiling" if the cache is busy compiling php script. "Disabled" if cache is disabled',
+		=> 'Status|Compiling flag, \"Compiling\" if the cache is busy compiling php script. \"Disabled\" if cache is disabled',
 		'cache.hits'
 		=> 'Hits|Cache Hits, hit=a var/php is loaded from this cache',
+		'cache.hits_graph'
+		=> 'Hits*24H|Hits graph of last 24 hours',
 		'cache.hits_avg_h'
 		=> 'Hits/H|Average Hits per Hour. Only last 24 hours is logged',
-		'cache.hits_graph'
-		=> 'Hits*24H|Hits graph of last 24 hours',
 		'cache.hits_avg_s'
 		=> 'Hits/S|Average Hits per Second. Only last 5 seconds is logged',
@@ -33,5 +73,5 @@
 		=> 'Skips|Skips. Skip=updates are needed but skipped for some reason. e.g.: other process/thread is busy compiling on this cache',
 		'cache.ooms'
-		=> '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',
+		=> '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',
 		'cache.errors'
 		=> '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)',
@@ -44,38 +84,4 @@
 		'cache.gc_timer'
 		=> 'GC|Seconds count down of Garbage Collection',
-		'entry.id'
-		=> 'Id|',
-		'entry.name'
-		=> 'Entry name|The entry name or filename',
-		'entry.hits'
-		=> 'Hits|Hit times of this entry (loaded from this cache)',
-		'entry.size'
-		=> 'Size|Size in bytes of this entry in the cache',
-		'entry.refcount'
-		=> 'Refs|Reference count of this entry is holded by a php request',
-		'entry.phprefcount'
-		=> 'Shares|Count of entry sharing this php data',
-		'entry.file_size'
-		=> 'Src Size|Size of the source file',
-		'entry.file_mtime'
-		=> 'Modified|Last modified time of the source file',
-		'entry.file_device'
-		=> 'dev|device number of the source file',
-		'entry.file_inode'
-		=> 'ino|inode number of the source file',
-		'entry.class_cnt'
-		=> 'Cls.|Count of classes',
-		'entry.function_cnt'
-		=> 'Funcs|Count of functions',
-		'entry.hash'
-		=> 'Hash|Hash value of this entry',
-		'entry.atime'
-		=> 'Access|Last time when this entry is accessed',
-		'entry.ctime'
-		=> 'Create|The time when this entry is stored',
-		'entry.delete'
-		=> 'Delete|The time when this entry is deleted',
-		'entry.remove'
-		=> 'Remove|',
-);
+		);
 
