diff options
author | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-02 15:09:42 +0200 |
commit | 47ad04e0d2542501adb15b79354535f76f8f20dc (patch) | |
tree | a61a9e2d9691dc64328c4a778865eafca15ac033 /web/lang/ru/timeout_po.inc | |
parent | f00984a8871c96f5196c2afa9c2131edecc1906e (diff) | |
download | aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.gz aur-47ad04e0d2542501adb15b79354535f76f8f20dc.tar.xz |
committed russian translation fixes from sergej
russian is now ready for prime time
Diffstat (limited to 'web/lang/ru/timeout_po.inc')
-rw-r--r-- | web/lang/ru/timeout_po.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lang/ru/timeout_po.inc b/web/lang/ru/timeout_po.inc index 3b73c5f1..3f899770 100644 --- a/web/lang/ru/timeout_po.inc +++ b/web/lang/ru/timeout_po.inc @@ -5,7 +5,7 @@ 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."] = "Щелкните по ссылке Домой вверху, чтобы представиться."; $_t["ru"]["Your session has timed out. You must log in again."] = "Время вашей сессии истекло. Вам нужно представиться снова."; |