summaryrefslogtreecommitdiffstats
path: root/web/lang/template_po.inc
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-05-16 04:17:22 +0000
committerpjmattal <pjmattal>2005-05-16 04:17:22 +0000
commit499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch)
tree2bc63122155c6a540d53e0b3cd7850d5a85588db /web/lang/template_po.inc
parentcac788476a1a62f16d80e7242e88b25665a1e993 (diff)
downloadaurweb-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz
updated with latest polish language patch
Diffstat (limited to 'web/lang/template_po.inc')
-rw-r--r--web/lang/template_po.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/lang/template_po.inc b/web/lang/template_po.inc
index c2839ee..8cdc85f 100644
--- a/web/lang/template_po.inc
+++ b/web/lang/template_po.inc
@@ -12,9 +12,9 @@ include_once("translator.inc");
global $_t;
$_t["en"]["Hi, this is worth reading!"] = "Hi, this is worth reading!";
-# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción española aquí. <--";
-# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--";
-# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Übersetzung hier. <--";
-$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytaæ!";
+# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción espańola aquí. <--";
+# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--";
+# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Ãœbersetzung hier. <--";
+$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!";
?>