Changeset 11992 for trunk/language/mk_MK


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

    r10352 r11992  
    101101$lang['New on %s'] = 'Нова на %s';
    102102$lang['New password confirmation does not correspond'] = 'Повторената нова лозинка не е точна. Пробајте повторно.';
    103 $lang['New password sent by email'] = 'Новата лозинка беше испратена на вашата email адреса.';
    104 $lang['No email address'] = 'Нема email адреса';
    105 $lang['No classic user matches this email address'] = 'Нема член со таква email адреса.';
    106103$lang['Notification'] = 'RSS';
    107104$lang['Number of items'] = 'Број на елементи';
     
    125122$lang['Search'] = 'Пребарување';
    126123$lang['display available tags'] = 'Погледни ги етикетите';
    127 $lang['Send new password'] = 'Прати нова лозинка';
    128124$lang['Since'] = 'Од';
    129125$lang['Sort by'] = 'Подреди ги по';
     
    325321$lang['delete this comment'] = 'Избриши го коментарот';
    326322$lang['Comment: %s'] = 'Коментар: %s';
    327 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
    328323$lang['Album results for'] = 'Резултат на Албуми за';
    329324$lang['Tag results for'] = 'Таг резултати за';
Note: See TracChangeset for help on using the changeset viewer.