aboutsummaryrefslogtreecommitdiff
path: root/mod/diagnostics/languages/fr.php
blob: ac1571155aea5706dbf86ce856930f099732aeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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);
?>