diff options
author | pjmattal <pjmattal> | 2006-08-01 05:13:17 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-01 05:13:17 +0000 |
commit | c3380f4fd663bf55734ec5b9a445b3cd978f44d7 (patch) | |
tree | 2234b1e7da6f858ca5b89804bf01c9de0e2abd78 /web/lang/ru/common_po.inc | |
parent | 5074a9186b9843dccff533fdf4f6de011a7440f0 (diff) |
added russian language translation from sergej
it looks lousy on my browser, need to figure out how to improve
Diffstat (limited to 'web/lang/ru/common_po.inc')
-rw-r--r-- | web/lang/ru/common_po.inc | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/web/lang/ru/common_po.inc b/web/lang/ru/common_po.inc new file mode 100644 index 0000000..44660d2 --- /dev/null +++ b/web/lang/ru/common_po.inc @@ -0,0 +1,30 @@ +<? +# 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"] = "Далее"; + +?>
\ No newline at end of file |