Changeset 11992 for trunk/language/es_AR


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

    r10351 r11992  
    9292$lang['New on %s'] = 'Nuevo el %s';
    9393$lang['New password confirmation does not correspond'] = 'La confirmacion de su contraseña no corresponde';
    94 $lang['New password sent by email'] = 'Nueva contraseña enviada por correo electrónico';
    95 $lang['No email address'] = 'No hay dirección de correo electrónico';
    96 $lang['No classic user matches this email address'] = 'No existe ningún usuario con tal dirección de correo electrónico';
    9794$lang['Notification'] = 'Notificación';
    9895$lang['Number of items'] = 'Cantidad de elementos';
     
    115112$lang['Search'] = 'Buscar';
    116113$lang['display available tags'] = 'Ver tags disponibles';
    117 $lang['Send new password'] = 'Enviar la nueva contraseña';
    118114$lang['Since'] = 'Desde';
    119115$lang['Sort by'] = 'Clasificar por';
     
    312308$lang['Album: %s'] = 'Categoría: %s';
    313309$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'El estatuto de usuario "huésped" no corresponde, se utilizará el estatuto por defecto. Por favor avísele al webmaster.';
    314 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administradores, webmasters y usuarios especiales no pueden usar ese método';
    315310$lang['this email address is already in use'] = 'ya existe un usuario con esa misma dirección de correo electrónico';
    316311$lang['Album results for'] = 'Resultados de categorías para';
Note: See TracChangeset for help on using the changeset viewer.