Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
48e9c1 1 <?php
c41a86 2
48e9c1 3 /*
c41a86 4  +-----------------------------------------------------------------------+
aed581 5  | plugins/password/localization/<lang>.inc                              |
c41a86 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail Password plugin            |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
c41a86 13  |                                                                       |
TB 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
48e9c1 17 */
aed581 18 $labels['changepasswd']  = 'Изменить пароль';
TB 19 $labels['curpasswd']  = 'Текущий пароль:';
20 $labels['newpasswd']  = 'Новый пароль:';
21 $labels['confpasswd']  = 'Подтвердите новый пароль:';
22 $messages['nopassword'] = 'Пожалуйста, введите новый пароль.';
23 $messages['nocurpassword'] = 'Пожалуйста, введите текущий пароль.';
24 $messages['passwordincorrect'] = 'Текущий пароль неверен.';
eef9eb 25 $messages['passwordinconsistency'] = 'Пароли не совпадают, попробуйте ещё раз, пожалуйста.';
aed581 26 $messages['crypterror'] = 'Не могу сохранить новый пароль. Отсутствует криптографическая функция.';
TB 27 $messages['connecterror'] = 'Не могу сохранить новый пароль. Ошибка соединения.';
28 $messages['internalerror'] = 'Не могу сохранить новый пароль.';
eef9eb 29 $messages['passwordshort'] = 'Длина пароля должна быть как минимум $length символов.';
aed581 30 $messages['passwordweak'] = 'Пароль должен включать в себя как минимум одну цифру и один знак пунктуации.';
TB 31 $messages['passwordforbidden'] = 'Пароль содержит недопустимые символы.';
32 ?>