diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 13:15:21 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-17 13:15:21 -0500 |
commit | 73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c (patch) | |
tree | 10cfb8eac15a5b1ff6e90513740aed32687aa262 /web/lang/ru | |
parent | e94fdc7b42cc60f7aa562b920f796bb50dfa68f3 (diff) | |
download | aurweb-73cd7667d4e813e0ec2c801cdc71d89a2ce18a2c.tar.xz |
Remove obsolete 'hacker' page.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/ru')
-rw-r--r-- | web/lang/ru/hacker_po.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/web/lang/ru/hacker_po.inc b/web/lang/ru/hacker_po.inc deleted file mode 100644 index 34173a8..0000000 --- a/web/lang/ru/hacker_po.inc +++ /dev/null @@ -1,11 +0,0 @@ -<?php -# Russian (Русский) translation -# Translator: Sergej Pupykin <ps@lx-ltd.ru> - -include_once("translator.inc"); -global $_t; - -$_t["ru"]["Your session id is invalid."] = "Неверный идентификатор сессии."; - -$_t["ru"]["If this problem persists, please contact the site administrator."] = "Если проблема не решена, обратитесь к администратору сайта."; - |