diff options
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"] = "Далее"; - |