aboutsummaryrefslogtreecommitdiffstats
path: root/language/nl_NL/common.lang.php
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/nl_NL/common.lang.php
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 '')
-rw-r--r--language/nl_NL/common.lang.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php
index dac55ba31..7d823aa38 100644
--- a/language/nl_NL/common.lang.php
+++ b/language/nl_NL/common.lang.php
@@ -90,9 +90,6 @@ $lang['Links'] = 'Links';
$lang['N/A'] = 'Niet bekend';
$lang['New on %s'] = 'Nieuw op %s';
$lang['New password confirmation does not correspond'] = 'Nieuw wachtwoord bevestiging komt niet overeen';
-$lang['New password sent by email'] = 'Nieuw wachtwoord is verzonden per email';
-$lang['No email address'] = 'Geen email-adres';
-$lang['No classic user matches this email address'] = 'Geen gebruiker gevonden met dit email-adres';
$lang['Notification'] = 'Meldingen';
$lang['Number of items'] = 'Aantal items';
$lang['Original dimensions'] = 'Originele dimensies';
@@ -112,7 +109,6 @@ $lang['Search rules'] = 'Zoekregels';
$lang['Search tags'] = 'Zoek tags';
$lang['Search'] = 'Zoeken';
$lang['display available tags'] = 'Toon beschikbare tags';
-$lang['Send new password'] = 'Stuur nieuw wachtwoord';
$lang['Since'] = 'Sinds';
$lang['Sort by'] = 'Sorteren op';
$lang['Sort order'] = 'Sorteervolgorde';
@@ -309,7 +305,6 @@ $lang['Admin: %s'] = 'Beheerder: %s';
$lang['Registration of %s'] = 'Registratie van %s';
$lang['Album: %s'] = 'Categorie: %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Foutieve status voor gebruiker "guest", gebruik standaard status. Waarschuw de webbeheerder.';
-$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webbeheerder en speciale gebruiker kunnen deze methode niet gebruiken';
$lang['this email address is already in use'] = 'Een andere gebruiker maakt al gebruik van dit email-adres';
$lang['Album results for'] = 'Categorie resultaten voor';
$lang['Tag results for'] = 'Tag resultaten voor';