aboutsummaryrefslogtreecommitdiffstats
path: root/language/ru_RU
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/ru_RU
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
feature 2027 implemented: the "lost password" feature was rewritten.
The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/ru_RU')
-rw-r--r--language/ru_RU/common.lang.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/language/ru_RU/common.lang.php b/language/ru_RU/common.lang.php
index 153fcb0e1..cbc3180ea 100644
--- a/language/ru_RU/common.lang.php
+++ b/language/ru_RU/common.lang.php
@@ -92,9 +92,6 @@ $lang['Links'] = 'Ссылки';
$lang['N/A'] = 'не определен';
$lang['New on %s'] = 'Новое в %s';
$lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond';
-$lang['New password sent by email'] = 'Новый пароль отправлен по электронной почте';
-$lang['No email address'] = 'Не указан email';
-$lang['No classic user matches this email address'] = 'Нет пользователей с таким адресом электронной почты';
$lang['Notification'] = 'RSS-уведомления';
$lang['Number of items'] = 'Кол-во на странице';
$lang['Original dimensions'] = 'Исходный размер';
@@ -115,7 +112,6 @@ $lang['Search rules'] = 'Условия для поиска';
$lang['Search tags'] = 'Тэги для поиска';
$lang['Search'] = 'Поиск';
$lang['display available tags'] = 'Просмотр доступных тэгов';
-$lang['Send new password'] = 'Потребовать новый пароль';
$lang['Since'] = 'За период';
$lang['Sort by'] = 'Признак сортировки';
$lang['Sort order'] = 'Порядок сортировки';
@@ -310,7 +306,6 @@ $lang['Admin: %s'] = 'Администратор: %s';
$lang['Registration of %s'] = 'Регистрация %s';
$lang['Album: %s'] = 'Альбом: %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Неверный статус пользователя "гость", используйте статус по умолчанию. Пожалуйста сообщите вебмастеру.';
-$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
$lang['this email address is already in use'] = 'пользователь с таким адресом уже есть';
$lang['Album results for'] = 'Альбом определен для';
$lang['Tag results for'] = 'Слова-результаты для';
@@ -357,7 +352,6 @@ $lang['This author removed the comment with id %d'] = 'Этот автор уд
$lang['validate this comment'] = 'проверить этот комментарий';
$lang['%d Kb'] = '%d Кб';
$lang['New password confirmation does not correspond'] = 'Подтверждение нового пароля не получено';
-$lang['Administrator, webmaster and special user cannot use this method'] = 'Администраторы, вебмастер и специальные пользователи не могут использовать этот метод';
$lang['Reduce diaporama speed'] = 'Уменьшить скорость панорамы';
$lang['Accelerate diaporama speed'] = 'Увеличить скорость панорамы';
$lang['html tags are not allowed in login'] = 'html тэги не допустимы в логине';