summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/logout_po.inc
diff options
context:
space:
mode:
Diffstat (limited to 'web/lang/pl/logout_po.inc')
-rw-r--r--web/lang/pl/logout_po.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/lang/pl/logout_po.inc b/web/lang/pl/logout_po.inc
new file mode 100644
index 0000000..1d5326f
--- /dev/null
+++ b/web/lang/pl/logout_po.inc
@@ -0,0 +1,11 @@
+<?
+# Polish (Polski) translation
+# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>
+
+include_once("translator.inc");
+global $_t;
+
+$_t["pl"]["Under construction..."] = "Prace trwają...";
+$_t["pl"]["You have been successfully logged out."] = "Zostałeś pomyślnie wylogowany.";
+
+?>