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!"] = "П�иве�, э�о с�оит почи�а��!";
?>
|