Changeset 1086 for trunk/htdocs/common/common.php
- Timestamp:
- 2012-07-30T09:01:36+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/common/common.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/common/common.php
r1079 r1086 45 45 foreach (array( 46 46 "http://xcache.lighttpd.net/" => "XCache", 47 "http://xcache.lighttpd.net/wiki/DocTOC" => _ ("Document"),48 "http://xcache.lighttpd.net/wiki/PhpIni" => _ ("INI Reference"),49 "http://xcache.lighttpd.net/wiki/GetSupport" => _ ("Get Support"),50 "https://groups.google.com/group/xcache/" => _ ("Discusson"),47 "http://xcache.lighttpd.net/wiki/DocTOC" => _T("Document"), 48 "http://xcache.lighttpd.net/wiki/PhpIni" => _T("INI Reference"), 49 "http://xcache.lighttpd.net/wiki/GetSupport" => _T("Get Support"), 50 "https://groups.google.com/group/xcache/" => _T("Discusson"), 51 51 "http://www.php.net/" => "PHP", 52 52 "http://www.lighttpd.net/" => "Lighttpd", … … 139 139 } 140 140 141 function _ ($str)141 function _T($str) 142 142 { 143 143 if (isset($GLOBALS['strings'][$str])) { … … 152 152 function __($str) 153 153 { 154 return _ ($str);154 return _T($str); 155 155 } 156 156 … … 261 261 $modules = array(); 262 262 if (file_exists("../cacher/index.php")) { 263 $modules["cacher"] = _ ("Cacher");263 $modules["cacher"] = _T("Cacher"); 264 264 } 265 265 if (file_exists("../coverager/index.php")) { 266 $modules["coverager"] = _ ("Coverager");266 $modules["coverager"] = _T("Coverager"); 267 267 } 268 268 header("Cache-Control: no-cache, must-revalidate");
Note: See TracChangeset
for help on using the changeset viewer.

