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/test_po.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/lang/pl/test_po.inc (limited to 'web/lang/pl/test_po.inc') diff --git a/web/lang/pl/test_po.inc b/web/lang/pl/test_po.inc new file mode 100644 index 00000000..8aa3cab2 --- /dev/null +++ b/web/lang/pl/test_po.inc @@ -0,0 +1,13 @@ + + +include_once("translator.inc"); +global $_t; + +$_t["pl"]["Select your language here: %h%s%h, %h%s%h, %h%s%h, %h%s%h."] = "Wybierz swój język: %h%s%h, %h%s%h, %h%s%h, %h%s%h."; +$_t["pl"]["Hello, world!"] = "Witaj, świecie!"; +$_t["pl"]["Hello, again!"] = "Witaj, ponownie!"; +$_t["pl"]["My current language tag is: '%s'."] = "Etykieta mojego obecnego języka to: '%s'."; + +?> -- cgit v1.2.3-24-g4f1b