summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/common_po.inc
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2007-09-20 21:46:43 +0000
committerpjmattal <pjmattal>2007-09-20 21:46:43 +0000
commit452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch)
tree3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lang/pl/common_po.inc
parent0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff)
downloadaurweb-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz
patch from eliott to convert all <? to <?php
Diffstat (limited to 'web/lang/pl/common_po.inc')
-rw-r--r--web/lang/pl/common_po.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/lang/pl/common_po.inc b/web/lang/pl/common_po.inc
index 4ac4c19..6797c39 100644
--- a/web/lang/pl/common_po.inc
+++ b/web/lang/pl/common_po.inc
@@ -1,4 +1,4 @@
-<?
+<?php
# Polish (Polski) translation
# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>
@@ -17,4 +17,4 @@ $_t["pl"]["Less"] = "Poprzednie";
$_t["pl"]["More"] = "Następne";
$_t["pl"]["Username"] = "Użytkownik";
-?> \ No newline at end of file
+?>