dockerwiki/content/lib/plugins/authplain/lang/ru/lang.php
2021-10-26 13:02:53 +02:00

14 lines
797 B
PHP
Raw Permalink 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.

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author RainbowSpike <1@2.ru>
* @author Aleksandr Selivanov <alexgearbox@yandex.ru>
* @author Radimir <radimir.shevchenko@gmail.com>
*/
$lang['userexists'] = 'Извините, пользователь с таким логином уже существует.';
$lang['usernotexists'] = 'Этот пользователь не зарегистрирован.';
$lang['writefail'] = 'Невозможно обновить данные пользователя. Свяжитесь с администратором вики';
$lang['protected'] = 'Данные пользователя %s защищены и не могут быть изменены или удалены.';