aurweb/web/lang/ru/timeout_po.inc
pjmattal 47ad04e0d2 committed russian translation fixes from sergej
russian is now ready for prime time
2006-08-02 13:09:42 +00:00

12 lines
No EOL
471 B
PHP

<?
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Click on the Home link above to log in."] = "Щелкните по ссылке Домой вверху, чтобы представиться.";
$_t["ru"]["Your session has timed out. You must log in again."] = "Время вашей сессии истекло. Вам нужно представиться снова.";
?>