blob: 8a7bbf57f6d1cc5c5062558d5d0c7d02a504e3e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?
# Russian (Рский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Hi, this is worth reading!"] = "Пиве, эо соит почиа!";
?>
|