diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
commit | 87828ae08b4e37189bd3e78a35df24975f00c633 (patch) | |
tree | daeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/ru/aur_po.inc | |
parent | 2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff) | |
download | aurweb-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz |
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/ru/aur_po.inc')
-rw-r--r-- | web/lang/ru/aur_po.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/web/lang/ru/aur_po.inc b/web/lang/ru/aur_po.inc deleted file mode 100644 index 2d4a5c9..0000000 --- a/web/lang/ru/aur_po.inc +++ /dev/null @@ -1,23 +0,0 @@ -<?php -# Russian (Русский) translation -# Translator: Sergej Pupykin <ps@lx-ltd.ru> - -include_once("translator.inc"); -global $_t; - -$_t["ru"]["%s: %sAn ArchLinux project%s"] = "%s: %sПроект ArchLinux%s"; - -$_t["ru"]["Logout"] = "Выход"; - -$_t["ru"]["Discussion"] = "Обсуждение"; - -$_t["ru"]["Bugs"] = "Ошибки"; - -$_t["ru"]["Accounts"] = "Учетная запись"; - -$_t["ru"]["Home"] = "Домой"; - -$_t["ru"]["Packages"] = "Пакеты"; - -$_t["ru"]["My Packages"] = "Мои пакеты"; - |