aboutsummaryrefslogtreecommitdiffstats
path: root/language/es_AR
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/es_AR
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
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) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/es_AR')
-rw-r--r--language/es_AR/common.lang.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php
index 54ac46b69..16a38464d 100644
--- a/language/es_AR/common.lang.php
+++ b/language/es_AR/common.lang.php
@@ -91,9 +91,6 @@ $lang['Links'] = 'Enlaces';
$lang['N/A'] = 'no disponible';
$lang['New on %s'] = 'Nuevo el %s';
$lang['New password confirmation does not correspond'] = 'La confirmacion de su contraseña no corresponde';
-$lang['New password sent by email'] = 'Nueva contraseña enviada por correo electrónico';
-$lang['No email address'] = 'No hay dirección de correo electrónico';
-$lang['No classic user matches this email address'] = 'No existe ningún usuario con tal dirección de correo electrónico';
$lang['Notification'] = 'Notificación';
$lang['Number of items'] = 'Cantidad de elementos';
$lang['Original dimensions'] = 'Dimensiones originales';
@@ -114,7 +111,6 @@ $lang['Search rules'] = 'Criterios de búsqueda';
$lang['Search tags'] = 'Buscar tags';
$lang['Search'] = 'Buscar';
$lang['display available tags'] = 'Ver tags disponibles';
-$lang['Send new password'] = 'Enviar la nueva contraseña';
$lang['Since'] = 'Desde';
$lang['Sort by'] = 'Clasificar por';
$lang['Sort order'] = 'Orden de clasificación';
@@ -311,7 +307,6 @@ $lang['Admin: %s'] = 'Administración: %s';
$lang['Registration of %s'] = 'Registro de %s';
$lang['Album: %s'] = 'Categoría: %s';
$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.';
-$lang['Administrator, webmaster and special user cannot use this method'] = 'Administradores, webmasters y usuarios especiales no pueden usar ese método';
$lang['this email address is already in use'] = 'ya existe un usuario con esa misma dirección de correo electrónico';
$lang['Album results for'] = 'Resultados de categorías para';
$lang['Tag results for'] = 'Resultados de tags para';