summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/test_po.inc
blob: 847a0abfb4dfbfa811629e32e23cead97c3f0855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
# 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'.";

?>