Changeset 1086 for trunk/htdocs/cacher/index.php
- Timestamp:
- 2012-07-30T09:01:36+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/index.php
r1085 r1086 186 186 if ($phpCacheCount >= 2) { 187 187 $total['type'] = XC_TYPE_PHP; 188 $total['cache_name'] = _ ('Total');188 $total['cache_name'] = _T('Total'); 189 189 $total['cacheid'] = -1; 190 190 $total['gc'] = null; … … 212 212 if ($varCacheCount >= 2) { 213 213 $total['type'] = XC_TYPE_VAR; 214 $total['cache_name'] = _ ('Total');214 $total['cache_name'] = _T('Total'); 215 215 $total['cacheid'] = -1; 216 216 $total['gc'] = null; … … 286 286 287 287 $doTypes = array( 288 '' => _ ('Summary'),289 'listphp' => _ ('List PHP'),290 'listvar' => _ ('List Var Data'),291 'help' => _ ('Help'),288 '' => _T('Summary'), 289 'listphp' => _T('List PHP'), 290 'listvar' => _T('List Var Data'), 291 'help' => _T('Help'), 292 292 ); 293 293
Note: See TracChangeset
for help on using the changeset viewer.

