blob: c4e5686432d0b100a8c68bc0982ac35464326629 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
# 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ć!";
?>
|