diff options
author | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
commit | 452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/fr/template_po.inc | |
parent | 0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff) | |
download | aurweb-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz |
patch from eliott to convert all <? to <?php
Diffstat (limited to 'web/lang/fr/template_po.inc')
-rw-r--r-- | web/lang/fr/template_po.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/fr/template_po.inc b/web/lang/fr/template_po.inc index 93de467..c9a0466 100644 --- a/web/lang/fr/template_po.inc +++ b/web/lang/fr/template_po.inc @@ -1,4 +1,4 @@ -<? +<?php # French (Français) translation # Translator: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -7,4 +7,4 @@ global $_t; $_t["fr"]["Hi, this is worth reading!"] = "Salut, ceci vaut la peine d'être lu!"; -?>
\ No newline at end of file +?> |