blob: c9a04664db67d9c48a61c5ed0e740f1654f494d5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?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!";
?>
|