blob: 22b646916b79f1070cb2bfa37b3454b2d1068b80 (
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"]["You have been successfully logged out."] = "Сеан завешен.";
?>
|