blob: 266e4212fc1af20436434782445d5478ddca944f (
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ć!";
?>
|