diff options
author | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
commit | 10f3445394f3994673b296a0e68a1caefade35e6 (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/fr/test_po.inc | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.gz aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/lang/fr/test_po.inc')
-rw-r--r-- | web/lang/fr/test_po.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/fr/test_po.inc b/web/lang/fr/test_po.inc index 8089b7cf..3a32cb63 100644 --- a/web/lang/fr/test_po.inc +++ b/web/lang/fr/test_po.inc @@ -1,4 +1,4 @@ -<? +<?php # French (Français) translation # Translator: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -13,4 +13,4 @@ $_t["fr"]["Hello, again!"] = "Salut encore!"; $_t["fr"]["My current language tag is: '%s'."] = "Mon choix actuel de langue est: '%s'."; -?>
\ No newline at end of file +?> |