diff options
author | eliott <eliott@cactuswax.net> | 2007-08-15 21:01:54 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-08-15 21:01:54 -0700 |
commit | 10f3445394f3994673b296a0e68a1caefade35e6 (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/pl/aur_po.inc | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aurweb-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/lang/pl/aur_po.inc')
-rw-r--r-- | web/lang/pl/aur_po.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/pl/aur_po.inc b/web/lang/pl/aur_po.inc index 86a2762..0cfee72 100644 --- a/web/lang/pl/aur_po.inc +++ b/web/lang/pl/aur_po.inc @@ -1,4 +1,4 @@ -<? +<?php # Polish (Polski) translation # Translator: Jaroslaw Swierczynski <swiergot@gmail.com> @@ -27,4 +27,4 @@ $_t["pl"]["Bugs"] = "Błędy"; $_t["pl"]["My Packages"] = "Moje pakiety"; -?>
\ No newline at end of file +?> |