aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics/languages/fr.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/diagnostics/languages/fr.php')
-rw-r--r--mod/diagnostics/languages/fr.php49
1 files changed, 0 insertions, 49 deletions
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