blob: 6c61d378d7a55eec9e8abb84f16160204a2c0a46 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?
# Polish (Polski) translation
# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>
include_once("translator.inc");
global $_t;
$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!";
?>
|