aurweb/web/lang/ru/account_po.inc
pjmattal 47ad04e0d2 committed russian translation fixes from sergej
russian is now ready for prime time
2006-08-02 13:09:42 +00:00

24 lines
No EOL
1.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?
# Russian (Русский) translation
# Translator: Sergej Pupykin <ps@lx-ltd.ru>
include_once("translator.inc");
global $_t;
$_t["ru"]["Use this form to update your account."] = "Используйте эту форму для изменения вашей учетной записи.";
$_t["ru"]["Leave the password fields blank to keep your same password."] = "Оставьте поля для ввода пароля пустыми если не хотите его изменять.";
$_t["ru"]["You are not allowed to access this area."] = "У вас нет доступа к этой части.";
$_t["ru"]["Could not retrieve information for the specified user."] = "Невозможно получить информацию об указанном пользователе.";
$_t["ru"]["Use this form to search existing accounts."] = "Используйте эту форму для поиска существующей учетной записи.";
$_t["ru"]["You do not have permission to edit this account."] = "У вас нет прав для изменения этой учетной записи.";
$_t["ru"]["Use this form to create an account."] = "Используйте эту форму для создания новой учетной записи.";
$_t["ru"]["You must log in to view user information."] = "Вы должны представиться для просмотра информации о пользователе.";
?>