Welcome to mirror list, hosted at ThFree Co, Russian Federation.

fr.php « lang - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 377734a900e8b16caf8c5c14634dd80800a55d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$translations = array(
	'General_Unknown' => 'Inconnu',
	'General_Required' => '%s requis',

	'Login_LoginPasswordNotCorrect' => 'login & mot de passe non valides',
	'Login_Go' => 'Go!',
	'Login_login' => 'login:',
	'Login_password' => 'pass:',
	
);
?>