added russian language translation from sergej

it looks lousy on my browser, need to figure out how to improve
This commit is contained in:
pjmattal 2006-08-01 05:13:17 +00:00
parent 5074a9186b
commit c3380f4fd6
29 changed files with 634 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<?
# Russian (РуÑ<C692>ÑÂ<C391>кий) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Use this form to update your account."] = "ИÑÂ<EFBFBD>пользуйÑÂе Ñ<>ÑÂу форму длÑ<C2BB> изменениÑ<C2B8> вашей учеÑ‚ной запиÑÂ<C391>и.";
$_t["ru"]["Leave the password fields blank to keep your same password."] = "ОÑÂ<EFBFBD>ÑавьÑÂе полÑÂ<C391> длÑ<C2BB> вводна паролÑ<C2BB> пуÑ<C692>ÑÂÑми еÑÂ<C391>ли не хотиÑ‚е его изменÑ<C2BD>ÑÑÂŒ.";
$_t["ru"]["You are not allowed to access this area."] = "У ваÑ<C2B0> нет доÑ<C2BE>Ñупа к Ñ<>ÑÂой чаÑ<C2B0>Ñи.";
$_t["ru"]["Could not retrieve information for the specified user."] = "Ð<EFBFBD>евозможно получиÑ‚ÑÂŒ инфоÑ€мациÑÂŽ об указанном пользователе.";
$_t["ru"]["Use this form to search existing accounts."] = "ИÑÂ<EFBFBD>пользуйÑÂе Ñ<>ÑÂу форму длÑ<C2BB> поиÑ<C2B8>ка Ñ<>ущеÑ<C2B5>Ñвующей учеÑ‚ной запиÑÂ<C391>и.";
$_t["ru"]["You do not have permission to edit this account."] = "У ваÑ<C2B0> нет пÑ€ав длÑ<C2BB> изменениÑ<C2B8> Ñ<>ÑÂой учеÑ‚ной запиÑÂ<C391>и.";
$_t["ru"]["Use this form to create an account."] = "ИÑÂ<EFBFBD>пользуйÑÂе Ñ<>ÑÂу форму длÑ<C2BB> Ñ<>озданиÑÂ<C391> новой учеÑ‚ной запиÑÂ<C391>и.";
$_t["ru"]["You must log in to view user information."] = "Ð’Ñ‹ должны пÑ€едÑ<C2B4>ÑавиÑÂÑŒÑÂ<C391>ÑÂ<C391> длÑ<C2BB> пÑ€оÑÂ<C391>моÑра инфоÑ€мации о пользователе.";
?>