diff options
author | pjmattal <pjmattal> | 2006-08-01 13:14:04 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-01 13:14:04 +0000 |
commit | f00984a8871c96f5196c2afa9c2131edecc1906e (patch) | |
tree | 91a17d4b8b8314fd635568167c685b73003c3455 /web/lang/ru/timeout_po.inc | |
parent | ce505210fabef5b3b6f3d10c3a7f73dffa6a5823 (diff) | |
download | aurweb-f00984a8871c96f5196c2afa9c2131edecc1906e.tar.xz |
fixes to Russian translation (recommit corrected UTF-8 file)
Diffstat (limited to 'web/lang/ru/timeout_po.inc')
-rw-r--r-- | web/lang/ru/timeout_po.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/lang/ru/timeout_po.inc b/web/lang/ru/timeout_po.inc index d36a29d..3b73c5f 100644 --- a/web/lang/ru/timeout_po.inc +++ b/web/lang/ru/timeout_po.inc @@ -1,12 +1,12 @@ <? -# Russian (Рский) translation +# 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."] = "Щелкните по сылке Home ввер
, чобы педставиь."; +$_t["ru"]["Click on the Home link above to log in."] = "Щелкните по ссылке Home вверху, чтобы представиться."; -$_t["ru"]["Your session has timed out. You must log in again."] = "Вемя вашей сессии итекло. Вам нжно педставиь снова."; +$_t["ru"]["Your session has timed out. You must log in again."] = "Время вашей сессии истекло. Вам нужно представиться снова."; ?>
\ No newline at end of file |