diff options
author | pjmattal <pjmattal> | 2007-09-20 23:46:43 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2007-09-20 23:46:43 +0200 |
commit | 452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/fr/hacker_po.inc | |
parent | 0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff) | |
download | aur-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.gz aur-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz |
patch from eliott to convert all <? to <?php
Diffstat (limited to 'web/lang/fr/hacker_po.inc')
-rw-r--r-- | web/lang/fr/hacker_po.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/fr/hacker_po.inc b/web/lang/fr/hacker_po.inc index 0af11c19..d348e6a4 100644 --- a/web/lang/fr/hacker_po.inc +++ b/web/lang/fr/hacker_po.inc @@ -1,4 +1,4 @@ -<? +<?php # French (Français) translation # Translator: Morgan LEFIEUX <comete@archlinuxfr.org> @@ -9,4 +9,4 @@ $_t["fr"]["Your session id is invalid."] = "Votre identifiant de session n'est p $_t["fr"]["If this problem persists, please contact the site administrator."] = "Si ce problème persiste, contactez s'il vous plaît l'administrateur du site."; -?>
\ No newline at end of file +?> |