Changeset 11992 for trunk/language/pt_BR


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

    r10351 r11992  
    9393$lang['New on %s'] = 'Novo em %s';
    9494$lang['New password confirmation does not correspond'] = 'Erro na confirmação da senha';
    95 $lang['New password sent by email'] = 'Nova senha enviada por email';
    96 $lang['No email address'] = 'Falta o endereço de email';
    97 $lang['No classic user matches this email address'] = 'O endereço de email não corresponde a usário algum';
    9895$lang['Notification'] = 'Notificação';
    9996$lang['Number of items'] = 'Número de itens';
     
    116113$lang['Search'] = 'Pesquisa';
    117114$lang['display available tags'] = 'Ver as tags disponíveis';
    118 $lang['Send new password'] = 'Enviar a nova senha';
    119115$lang['Since'] = 'Desde ';
    120116$lang['Sort by'] = 'Listado por';
     
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status ruim para o usuário "guest", será usado status padrão. Por favor, avise o administrador do site.';
    316312// --------- Starting below: New or revised $lang ---- from Butterfly (2.0)
    317 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrador, webmaster e utilizador especial não podem utilizar este método';
    318313$lang['this email address is already in use'] = 'um outro usuário já utiliza este email';
    319314$lang['Album results for'] = 'Resultados da categoria para';
Note: See TracChangeset for help on using the changeset viewer.