blob: ee180183095e07176861ebbeb26f3b0a2ed3de3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
# French (Français) translation
# Translator: Morgan LEFIEUX <comete@archlinuxfr.org>
include_once("translator.inc");
global $_t;
$_t["fr"]["Click on the Home link above to log in."] = "Cliquez sur le lien ci-dessus pour vous authentifier.";
$_t["fr"]["Your session has timed out. You must log in again."] = "Votre session a expiré. Vous devez vous ré-authentifier.";
?>
|