| 123456789101112131415161718192021222324252627282930313233343536 | 
							- <?php
 
- return array(
 
- 	'admin:administer_utilities:diagnostics' => 'System Diagnostics',
 
- 	'diagnostics' => 'System diagnostics',
 
- 	'diagnostics:report' => 'Diagnostics Report',
 
- 	'diagnostics:description' => 'The following diagnostic report can be useful for diagnosing problems with Elgg. The developers of Elgg may request that you attach it to a bug report.',
 
- 	'diagnostics:header' => '========================================================================
 
- Elgg Diagnostic Report
 
- Generated %s by %s
 
- ========================================================================
 
- ',
 
- 	'diagnostics:report:basic' => '
 
- Elgg Release %s, version %s
 
- ------------------------------------------------------------------------',
 
- 	'diagnostics:report:php' => '
 
- PHP info:
 
- %s
 
- ------------------------------------------------------------------------',
 
- 	'diagnostics:report:plugins' => '
 
- Installed plugins and details:
 
- %s
 
- ------------------------------------------------------------------------',
 
- 	'diagnostics:report:md5' => '
 
- Installed files and checksums:
 
- %s
 
- ------------------------------------------------------------------------',
 
- 	'diagnostics:report:globals' => '
 
- Global variables:
 
- %s
 
- ------------------------------------------------------------------------',
 
- );
 
 
  |