blob: 7fb86df837d3847960e406ce5beb4c29f0a4ff89 (
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!"] = "Привет, это стоит почитать!";
?>
|