Changeset 11992 for trunk/language/uk_UA


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/uk_UA/common.lang.php

    r11906 r11992  
    105105$lang['month'][9] = "Вересень";
    106106$lang['New password confirmation does not correspond'] = 'Підтвердження нового пароля не співпадає';
    107 $lang['New password sent by email'] = 'Новий пароль висланий електронною поштою';
    108 $lang['No email address'] = 'Немає адреси електронної пошти';
    109 $lang['No classic user matches this email address'] = 'Немає користувачів з такою адресою електронної пошти';
    110107$lang['Notification'] = 'Повідомлення';
    111108$lang['Number of items'] = 'Кількість елементів';
     
    127124$lang['Search'] = 'Пошук';
    128125$lang['display available tags'] = 'відображати доступні теги';
    129 $lang['Send new password'] = 'Відправити новий пароль';
    130126$lang['Since'] = 'З';
    131127$lang['Sort by'] = 'Сортувати за';
     
    351347$lang['validate this comment'] = 'перевірити цей коментар';
    352348$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Невірний статус для користувача \"гість\", буде використовуватись статус за замовчуванням. Будь ласка, повідомте вебмайстра.";
    353 $lang['Administrator, webmaster and special user cannot use this method'] = "Адміністратор, вебмайстер та спеціальний користувач не можуть використовувати цей метод";
    354349$lang['N/A'] = 'невідомий';
    355350$lang['IP: %s'] = "IP: %s";
Note: See TracChangeset for help on using the changeset viewer.