diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 22:31:04 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 22:31:04 +0100 |
commit | 87828ae08b4e37189bd3e78a35df24975f00c633 (patch) | |
tree | daeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/ru/common_po.inc | |
parent | 2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff) | |
download | aur-87828ae08b4e37189bd3e78a35df24975f00c633.tar.gz aur-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz |
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/ru/common_po.inc')
-rw-r--r-- | web/lang/ru/common_po.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/web/lang/ru/common_po.inc b/web/lang/ru/common_po.inc deleted file mode 100644 index 14fc5ac1..00000000 --- a/web/lang/ru/common_po.inc +++ /dev/null @@ -1,29 +0,0 @@ -<?php -# Russian (Русский) translation -# Translator: Sergej Pupykin <ps@lx-ltd.ru> - -include_once("translator.inc"); -global $_t; - -$_t["ru"]["Reset"] = "Очистить"; - -$_t["ru"]["Username"] = "Имя пользователя"; - -$_t["ru"]["Email Address"] = "Адрес электронной почты"; - -$_t["ru"]["Less"] = "Назад"; - -$_t["ru"]["Clear"] = "Очистить"; - -$_t["ru"]["required"] = "необходимо"; - -$_t["ru"]["Update"] = "Обновить"; - -$_t["ru"]["Submit"] = "Прислать"; - -$_t["ru"]["Password"] = "Пароль"; - -$_t["ru"]["Create"] = "Создать"; - -$_t["ru"]["More"] = "Далее"; - |