diff options
author | pjmattal <pjmattal> | 2006-08-01 07:13:17 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2006-08-01 07:13:17 +0200 |
commit | c3380f4fd663bf55734ec5b9a445b3cd978f44d7 (patch) | |
tree | 2234b1e7da6f858ca5b89804bf01c9de0e2abd78 /web/lang/ru/acctfuncs_po.inc | |
parent | 5074a9186b9843dccff533fdf4f6de011a7440f0 (diff) | |
download | aur-c3380f4fd663bf55734ec5b9a445b3cd978f44d7.tar.gz aur-c3380f4fd663bf55734ec5b9a445b3cd978f44d7.tar.xz |
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/acctfuncs_po.inc')
-rw-r--r-- | web/lang/ru/acctfuncs_po.inc | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/web/lang/ru/acctfuncs_po.inc b/web/lang/ru/acctfuncs_po.inc new file mode 100644 index 00000000..3c6baff6 --- /dev/null +++ b/web/lang/ru/acctfuncs_po.inc @@ -0,0 +1,86 @@ +<? +# Russian (Рский) translation +# Translator: Sergej Pupykin <ps@lx-ltd.ru> + +include_once("translator.inc"); +global $_t; + +$_t["ru"]["Missing a required field."] = "Осттвуе обязательное значение."; + +$_t["ru"]["Search'"] = "Поиск"; + +$_t["ru"]["The account, %h%s%h, has been successfully created."] = "Уеная запи %h%s%h упешно создана."; + +$_t["ru"]["Error trying to modify account, %h%s%h: %s."] = "Оибка изменения уеной запии, %h%s%h: %s."; + +$_t["ru"]["The email address is invalid."] = "Неправильнй адре элекронной почт."; + +$_t["ru"]["Error trying to create account, %h%s%h: %s."] = "Оибка создани уеной запии, %h%s%h: %s."; + +$_t["ru"]["The username, %h%s%h, is already in use."] = "Имя %h%s%h уже ипользуес."; + +$_t["ru"]["Account Type"] = "Тип уеной запии."; + +$_t["ru"]["The account, %h%s%h, has been successfully modified."] = "Уеная запи %h%s%h упешно изменена."; + +$_t["ru"]["Account Suspended"] = "Дейсвие уеной запии пиостановлено."; + +$_t["ru"]["Status"] = "Сау"; + +$_t["ru"]["New Package Notify"] = "Изветит о новы
пакеа
"; + +$_t["ru"]["IRC Nick"] = "IRC Ник"; + +$_t["ru"]["Trusted user"] = "Довеенный пользователь"; + +$_t["ru"]["No results matched your search criteria."] = "По вашему запрос ничего не найдено."; + +$_t["ru"]["Normal user"] = "Обычный пользователь"; + +$_t["ru"]["Never"] = "Никогда"; + +$_t["ru"]["User"] = "Пользователь"; + +$_t["ru"]["Active"] = "Активный"; + +$_t["ru"]["Last Voted"] = "Последний поголосовавий"; + +$_t["ru"]["Real Name"] = "Настоящее имя"; + +$_t["ru"]["Edit Account"] = "Изменит уен запи"; + +$_t["ru"]["Password fields do not match."] = "Пароли не совпада."; + +$_t["ru"]["View this user's packages"] = "Посмотрет паке эого пользователя"; + +$_t["ru"]["Language"] = "Язык"; + +$_t["ru"]["A Trusted User cannot assign Developer status."] = "Довеенный пользователь не може утанавливат сау Разрабочик."; + +$_t["ru"]["The address, %h%s%h, is already in use."] = "Адре %h%s%h уже ипользуес."; + +$_t["ru"]["No more results to display."] = "Болье нет результатов."; + +$_t["ru"]["Type"] = "Тип"; + +$_t["ru"]["Click on the Home link above to login."] = "Щелкните сылк Home чобы педставиь."; + +$_t["ru"]["Sort by"] = "Сортироват по"; + +$_t["ru"]["Re-type password"] = "Введите пароль ее раз"; + +$_t["ru"]["Language is not currently supported."] = "Язык пока не поддерживаетс."; + +$_t["ru"]["Any type"] = "Лбой тип"; + +$_t["ru"]["Last vote"] = "Последнее голоование"; + +$_t["ru"]["Suspended"] = "Пиостановлена"; + +$_t["ru"]["Trusted User"] = "Довеенный пользователь"; + +$_t["ru"]["Missing User ID"] = "Осттвуе идениикатор пользователя"; + +$_t["ru"]["Developer"] = "Разрабочик"; + +?>
\ No newline at end of file |