diff options
author | pjmattal <pjmattal> | 2006-08-01 13:14:04 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-01 13:14:04 +0000 |
commit | f00984a8871c96f5196c2afa9c2131edecc1906e (patch) | |
tree | 91a17d4b8b8314fd635568167c685b73003c3455 /web/lang/ru/common_po.inc | |
parent | ce505210fabef5b3b6f3d10c3a7f73dffa6a5823 (diff) |
fixes to Russian translation (recommit corrected UTF-8 file)
Diffstat (limited to 'web/lang/ru/common_po.inc')
-rw-r--r-- | web/lang/ru/common_po.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/web/lang/ru/common_po.inc b/web/lang/ru/common_po.inc index 44660d2..9086e4e 100644 --- a/web/lang/ru/common_po.inc +++ b/web/lang/ru/common_po.inc @@ -1,29 +1,29 @@ <? -# Russian (Рский) translation +# Russian (Русский) translation # Translator: Sergej Pupykin <ps@lx-ltd.ru> include_once("translator.inc"); global $_t; -$_t["ru"]["Reset"] = "Пересановит"; +$_t["ru"]["Reset"] = "Переустановить"; $_t["ru"]["Username"] = "Имя пользователя"; -$_t["ru"]["Email Address"] = "Адре элекронной почт"; +$_t["ru"]["Email Address"] = "Адрес электронной почты"; $_t["ru"]["Less"] = "Назад"; -$_t["ru"]["Clear"] = "Оитит"; +$_t["ru"]["Clear"] = "Очистить"; -$_t["ru"]["required"] = "тебуес"; +$_t["ru"]["required"] = "требуется"; -$_t["ru"]["Update"] = "Обновит"; +$_t["ru"]["Update"] = "Обновить"; -$_t["ru"]["Submit"] = "Пинят"; +$_t["ru"]["Submit"] = "Принять"; $_t["ru"]["Password"] = "Пароль"; -$_t["ru"]["Create"] = "Создат"; +$_t["ru"]["Create"] = "Создать"; $_t["ru"]["More"] = "Далее"; |