diff options
Diffstat (limited to 'web/lang/fr/template_po.inc')
-rw-r--r-- | web/lang/fr/template_po.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/lang/fr/template_po.inc b/web/lang/fr/template_po.inc index c9a04664..2084c164 100644 --- a/web/lang/fr/template_po.inc +++ b/web/lang/fr/template_po.inc @@ -1,10 +1,11 @@ <?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"]["Hi, this is worth reading!"] = "Salut, ceci vaut la peine d'être lu!"; +$_t["fr"]["Hi, this is worth reading!"] = "Salut, ceci vaut la peine d'être lu !"; ?> |