summaryrefslogtreecommitdiff
path: root/plugins/password/localization/ru_RU.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-27 14:09:03 +0000
committerthomascube <thomas@roundcube.net>2010-11-27 14:09:03 +0000
commit5fec6de4216883e625d7e166f862985d00c99d4a (patch)
treea5a1aec807bcbd2e7f03bd2a0155867339b47d04 /plugins/password/localization/ru_RU.inc
parent26ea6f9ceb79a78b8b804897d863654bac46d01a (diff)
Copy plugins to release branch
Diffstat (limited to 'plugins/password/localization/ru_RU.inc')
-rw-r--r--plugins/password/localization/ru_RU.inc35
1 files changed, 35 insertions, 0 deletions
diff --git a/plugins/password/localization/ru_RU.inc b/plugins/password/localization/ru_RU.inc
new file mode 100644
index 000000000..5a108d660
--- /dev/null
+++ b/plugins/password/localization/ru_RU.inc
@@ -0,0 +1,35 @@
+<?php
+/*
+
++-----------------------------------------------------------------------+
+| plugins/password/localization/ru_RU.inc |
+| |
+| Language file of the Roundcube help plugin |
+| Copyright (C) 2005-2010, Roundcube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: Sergey Dukachev <iam@dukess.ru> |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['changepasswd'] = 'Изменить пароль';
+$labels['curpasswd'] = 'Текущий пароль:';
+$labels['newpasswd'] = 'Новый пароль:';
+$labels['confpasswd'] = 'Подтвердите новый пароль:';
+
+$messages = array();
+$messages['nopassword'] = 'Пожалуйста, введите новый пароль.';
+$messages['nocurpassword'] = 'Пожалуйста, введите текущий пароль.';
+$messages['passwordincorrect'] = 'Текущий пароль неверен.';
+$messages['passwordinconsistency'] = 'Пароли не совпадают, попробуйте, пожалуйста, ещё.';
+$messages['crypterror'] = 'Не могу сохранить новый пароль. Отсутствует криптографическая функция.';
+$messages['connecterror'] = 'Не могу сохранить новый пароль. Ошибка соединения.';
+$messages['internalerror'] = 'Не могу сохранить новый пароль.';
+$messages['passwordshort'] = 'Пароль должен быть длиной как минимум $length символов.';
+$messages['passwordweak'] = 'Пароль должен включать в себя как минимум одну цифру и один знак пунктуации.';
+$messages['passwordforbidden'] = 'Пароль содержит недопустимые символы.';
+
+?>