diff options
Diffstat (limited to 'mod/diagnostics/languages')
| -rw-r--r-- | mod/diagnostics/languages/en.php | 51 | ||||
| -rw-r--r-- | mod/diagnostics/languages/fr.php | 49 | ||||
| -rw-r--r-- | mod/diagnostics/languages/it.php | 62 |
3 files changed, 21 insertions, 141 deletions
diff --git a/mod/diagnostics/languages/en.php b/mod/diagnostics/languages/en.php index 15c8b6750..54859941d 100644 --- a/mod/diagnostics/languages/en.php +++ b/mod/diagnostics/languages/en.php @@ -1,54 +1,45 @@ <?php - /** - * Elgg diagnostics language pack. - * - * @package ElggDiagnostics - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - */ +/** + * Elgg diagnostics language pack. + * + * @package ElggDiagnostics + */ - $english = array( - - 'diagnostics' => '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' => '======================================================================== +$english = 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:download' => 'Download', + 'diagnostics:header' => '======================================================================== Elgg Diagnostic Report Generated %s by %s ======================================================================== - + ', - 'diagnostics:report:basic' => ' + 'diagnostics:report:basic' => ' Elgg Release %s, version %s ------------------------------------------------------------------------', - 'diagnostics:report:php' => ' + 'diagnostics:report:php' => ' PHP info: %s ------------------------------------------------------------------------', - 'diagnostics:report:plugins' => ' + 'diagnostics:report:plugins' => ' Installed plugins and details: %s ------------------------------------------------------------------------', - 'diagnostics:report:md5' => ' + 'diagnostics:report:md5' => ' Installed files and checksums: %s ------------------------------------------------------------------------', - 'diagnostics:report:globals' => ' + 'diagnostics:report:globals' => ' Global variables: %s ------------------------------------------------------------------------', - - ); - - add_translation("en",$english); -?>
\ No newline at end of file +); + +add_translation("en", $english); diff --git a/mod/diagnostics/languages/fr.php b/mod/diagnostics/languages/fr.php deleted file mode 100644 index ac1571155..000000000 --- a/mod/diagnostics/languages/fr.php +++ /dev/null @@ -1,49 +0,0 @@ -<?php - /** - * translation by RONNEL Jérémy - * jeremy.ronnel@elbee.fr - */ - - $french = array( - - 'diagnostics' => 'Diagnostic système', - - 'diagnostics:description' => 'Ce rapport vous sera utile pour identifier tous les problèmes rencontrés par Elgg, il pourra être joint à votre tracker de bug.', - - 'diagnostics:download' => 'Diagnostic.txt', - - - '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 -------------------------------------------------------------------------', - - ); - - add_translation("fr",$french); -?>
\ No newline at end of file diff --git a/mod/diagnostics/languages/it.php b/mod/diagnostics/languages/it.php deleted file mode 100644 index 4c11eb6c5..000000000 --- a/mod/diagnostics/languages/it.php +++ /dev/null @@ -1,62 +0,0 @@ -<?php - - /** - * Elgg Plugin language pack - * - * @package Elgg Diagnostic - * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 - * @author Curverider Ltd - * @copyright Curverider Ltd 2008 - * @link http://elgg.com/ - * **************************************** - * @Italian Language Pack - * @Plugin: Diagnostic - * @version: beta - * english_revision: 2061 - * @translation by Lord55 - * @link http://www.nobilityofequals.com - ****************************************/ - - $italian = array( - - 'diagnostics' => 'Sistema di Diagnostica', - - 'diagnostics:description' => 'Il seguente rapporto diagnostico è utile per una diagnosi di qualsiasi problema con Elgg, e potrebbe essere allegato e archiviato a qualsiasi rapporto sui bug di sistema.', - - 'diagnostics:download' => 'Scarica .txt', - - - 'diagnostics:header' => '======================================================================== -Rapporto di diagnostica di Elgg -Generato %s da %s -======================================================================== - -', - 'diagnostics:report:basic' => ' -Elgg Release %s, versione %s - -------------------------------------------------------------------------', - 'diagnostics:report:php' => ' -PHP info: -%s -------------------------------------------------------------------------', - 'diagnostics:report:plugins' => ' -Installazione plugins and dettagli: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:md5' => ' -Installazione files and checksums: - -%s -------------------------------------------------------------------------', - 'diagnostics:report:globals' => ' -Variabili globali: - -%s -------------------------------------------------------------------------', - - ); - - add_translation("it",$italian); -?>
\ No newline at end of file |
