From 116ff3ae92e54c1de9b30344e0417fb87d08175d Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 18:35:03 +0000 Subject: Closes #232: Produces a basic report plus checksums of all files in md5sum format. To add extra information to this report add a plugin hook listening to: 'diagnostics:report' And append to $returnvalue which is a simple text buffer. git-svn-id: https://code.elgg.org/elgg/trunk@1863 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/diagnostics/languages/en.php | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 mod/diagnostics/languages/en.php (limited to 'mod/diagnostics/languages') diff --git a/mod/diagnostics/languages/en.php b/mod/diagnostics/languages/en.php new file mode 100644 index 000000000..485a1bab0 --- /dev/null +++ b/mod/diagnostics/languages/en.php @@ -0,0 +1,44 @@ + 'System diagnostics', + + 'diagnostics:description' => 'The following diagnostic report is useful for diagnosing any problems with Elgg, and should be attached to any bug reports you file.', + + 'diagnostics:download' => 'Download .txt', + + + 'diagnostics:header' => '======================================================================== +Elgg Diagnostic Report +Generated %s by %s +======================================================================== + +', + 'diagnostics:report:basic' => ' +Elgg Release %s, version %s + +------------------------------------------------------------------------', + 'diagnostics:report:plugins' => ' +Installed plugins and details: + +%s +------------------------------------------------------------------------', + 'diagnostics:report:md5' => ' +Installed files and checksums: + +%s +------------------------------------------------------------------------', + ); + + add_translation("en",$english); +?> \ No newline at end of file -- cgit v1.2.3