blob: 86d3eaf74527cbf2a7687e5d30f9e554ad13a1fb (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["You have been successfully logged out."] = "Сеанс завершен.";
?>
|