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

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'.";

?>