Changeset 11992 for trunk/language/ru_RU


Ignore:
Timestamp:
Aug 24, 2011, 10:03:53 PM (13 years ago)
Author:
plg
Message:

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)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/ru_RU/common.lang.php

    r11571 r11992  
    9393$lang['New on %s'] = 'Новое в %s';
    9494$lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond';
    95 $lang['New password sent by email'] = 'Новый пароль отправлен по электронной почте';
    96 $lang['No email address'] = 'Не указан email';
    97 $lang['No classic user matches this email address'] = 'Нет пользователей с таким адресом электронной почты';
    9895$lang['Notification'] = 'RSS-уведомления';
    9996$lang['Number of items'] = 'Кол-во на странице';
     
    116113$lang['Search'] = 'Поиск';
    117114$lang['display available tags'] = 'Просмотр доступных тэгов';
    118 $lang['Send new password'] = 'Потребовать новый пароль';
    119115$lang['Since'] = 'За период';
    120116$lang['Sort by'] = 'Признак сортировки';
     
    311307$lang['Album: %s'] = 'Альбом: %s';
    312308$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Неверный статус пользователя "гость", используйте статус по умолчанию. Пожалуйста сообщите вебмастеру.';
    313 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
    314309$lang['this email address is already in use'] = 'пользователь с таким адресом уже есть';
    315310$lang['Album results for'] = 'Альбом определен для';
     
    358353$lang['%d Kb'] = '%d Кб';
    359354$lang['New password confirmation does not correspond'] = 'Подтверждение нового пароля не получено';
    360 $lang['Administrator, webmaster and special user cannot use this method'] = 'Администраторы, вебмастер и специальные пользователи не могут использовать этот метод';
    361355$lang['Reduce diaporama speed'] = 'Уменьшить скорость панорамы';
    362356$lang['Accelerate diaporama speed'] = 'Увеличить скорость панорамы';
Note: See TracChangeset for help on using the changeset viewer.