summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/logout_po.inc
blob: 5ac7a826ac7e8008ecf1125c880edf9863aefd43 (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"]["Under construction..."] = "Prace trwają...";
$_t["pl"]["You have been successfully logged out."] = "Zostałeś pomyślnie wylogowany.";

?>