summaryrefslogtreecommitdiffstats
path: root/web/lang/fr/timeout_po.inc
blob: bb4c376ec2efe0eb7caac932b00941318b196781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
# French (Français) translation
# Translator: Morgan LEFIEUX <comete@archlinuxfr.org>
# Translator: Cilyan Olowen <gaknar@gmail.com>

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 authentifier à nouveau.";

?>