diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-08 14:11:24 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-08 14:11:24 +0000 |
commit | 1f389416f86c87478e53843186b2384cd6e71bfb (patch) | |
tree | 98c1adceff0bbfa0f10420ee465279cabcaf7615 /mod/diagnostics/languages | |
parent | 8b539436ba0fd6df99612771f90047f773ed93c5 (diff) | |
download | elgg-1f389416f86c87478e53843186b2384cd6e71bfb.tar.gz elgg-1f389416f86c87478e53843186b2384cd6e71bfb.tar.bz2 |
Closes #298: Thankyou for your contribution!
git-svn-id: https://code.elgg.org/elgg/trunk@2061 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/diagnostics/languages')
-rw-r--r-- | mod/diagnostics/languages/fr.php | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/mod/diagnostics/languages/fr.php b/mod/diagnostics/languages/fr.php new file mode 100644 index 000000000..ac1571155 --- /dev/null +++ b/mod/diagnostics/languages/fr.php @@ -0,0 +1,49 @@ +<?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 |