aurweb/web/lang/fr/template_po.inc
2007-08-15 21:01:54 -07:00

10 lines
226 B
PHP

<?php
# French (Français) translation
# Translator: Morgan LEFIEUX <comete@archlinuxfr.org>
include_once("translator.inc");
global $_t;
$_t["fr"]["Hi, this is worth reading!"] = "Salut, ceci vaut la peine d'être lu!";
?>