default.inc.php 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php
  2. /**
  3. * Login
  4. *
  5. * Copyright 2010 by Jason Coward <jason@modxcms.com> and Shaun McCormick
  6. * <shaun@modxcms.com>
  7. *
  8. * Login is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the Free
  10. * Software Foundation; either version 2 of the License, or (at your option) any
  11. * later version.
  12. *
  13. * Login is distributed in the hope that it will be useful, but WITHOUT ANY
  14. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  15. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * Login; if not, write to the Free Software Foundation, Inc., 59 Temple
  19. * Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. * @package login
  22. */
  23. /**
  24. * Default English language strings for Login
  25. * @package login
  26. * @subpackage lexicon
  27. */
  28. $_lang['login'] = 'Вход';
  29. $_lang['login.invalid_post'] = 'WebLogin invalid POST action: [[+action]]';
  30. $_lang['login.login_err'] = 'Неизвестная ошибка при авторизации!';
  31. $_lang['login.logout'] = 'Выход';
  32. $_lang['login.logout_err'] = 'Неизвестная ошибка при выходе!';
  33. $_lang['login.password'] = 'Пароль';
  34. $_lang['login.recaptcha_err_load'] = 'Невозможно загрузить класс reCaptcha.';
  35. $_lang['login.username'] = 'Имя пользователя';
  36. $_lang['setting_login.forgot_password_confirm_resource'] = 'Идентификатор ресурса для подтверждения смены пароля';
  37. $_lang['setting_login.forgot_password_confirm_resource_desc'] = 'Введите идентификатор ресурса на котором будет происходить подтверждение смены пароля.';
  38. $_lang['setting_login.forgot_password_email_subject'] = 'Тема письма для восстановления пароля';
  39. $_lang['setting_login.forgot_password_email_subject_desc'] = 'Тема письма которое пользователь получит при восстановлении пароля.';