mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
10 lines
No EOL
222 B
PHP
10 lines
No EOL
222 B
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!";
|
|
|
|
?>
|