From 7044610e32b37c079e03cab8bf9cfa8a8f381ec9 Mon Sep 17 00:00:00 2001 From: simo Date: Fri, 10 Jun 2005 19:30:49 +0000 Subject: New Translation Structure --- web/lang/pl/template_po.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 web/lang/pl/template_po.inc (limited to 'web/lang/pl/template_po.inc') diff --git a/web/lang/pl/template_po.inc b/web/lang/pl/template_po.inc new file mode 100644 index 00000000..2fc4df42 --- /dev/null +++ b/web/lang/pl/template_po.inc @@ -0,0 +1,10 @@ + + +include_once("translator.inc"); +global $_t; + +$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!"; + +?> -- cgit v1.2.3-24-g4f1b