summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/hacker_po.inc
blob: 3e4583ed747420bb70e0087e6f27118dd9863b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
# Polish (Polski) translation
# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>

include_once("translator.inc");
global $_t;

$_t["pl"]["Your session id is invalid."] = "Twój identyfikator sesji jest nieprawidłowy.";
$_t["pl"]["If this problem persists, please contact the site administrator."] = "Jeżeli ten problem się powtarza, skontaktuj się z administratorem strony.";

?>