Index: trunk/htdocs/common/common.php
===================================================================
--- trunk/htdocs/common/common.php	(revision 1079)
+++ trunk/htdocs/common/common.php	(revision 1086)
@@ -45,8 +45,8 @@
 	foreach (array(
 				"http://xcache.lighttpd.net/" => "XCache",
-				"http://xcache.lighttpd.net/wiki/DocTOC" => _("Document"),
-				"http://xcache.lighttpd.net/wiki/PhpIni" => _("INI Reference"),
-				"http://xcache.lighttpd.net/wiki/GetSupport" => _("Get Support"),
-				"https://groups.google.com/group/xcache/" => _("Discusson"),
+				"http://xcache.lighttpd.net/wiki/DocTOC" => _T("Document"),
+				"http://xcache.lighttpd.net/wiki/PhpIni" => _T("INI Reference"),
+				"http://xcache.lighttpd.net/wiki/GetSupport" => _T("Get Support"),
+				"https://groups.google.com/group/xcache/" => _T("Discusson"),
 				"http://www.php.net/" => "PHP",
 				"http://www.lighttpd.net/" => "Lighttpd",
@@ -139,5 +139,5 @@
 }
 
-function _($str)
+function _T($str)
 {
 	if (isset($GLOBALS['strings'][$str])) {
@@ -152,5 +152,5 @@
 function __($str)
 {
-	return _($str);
+	return _T($str);
 }
 
@@ -261,8 +261,8 @@
 $modules = array();
 if (file_exists("../cacher/index.php")) {
-	$modules["cacher"] = _("Cacher");
+	$modules["cacher"] = _T("Cacher");
 }
 if (file_exists("../coverager/index.php")) {
-	$modules["coverager"] = _("Coverager");
+	$modules["coverager"] = _T("Coverager");
 }
 header("Cache-Control: no-cache, must-revalidate");
