summaryrefslogtreecommitdiff
path: root/plugins/password
diff options
context:
space:
mode:
authoryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-01 10:13:15 +0000
committeryllar <yllar@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-08-01 10:13:15 +0000
commitc7c70862295c9ce95e7920ac58866234f3196f06 (patch)
tree0a385439b68cb06d321acac5c3e153f4f1961ae9 /plugins/password
parenta51420908555026339ec490fae346dfca4d9eb28 (diff)
3 new plugin translations + update
git-svn-id: https://svn.roundcube.net/trunk@3851 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/password')
-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..1a03e5c2d
--- /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'] = 'Пароль содержит недопустимые символы.';
+
+?>