aboutsummaryrefslogtreecommitdiffstats
path: root/language/no_NO
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/no_NO
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/no_NO')
-rw-r--r--language/no_NO/common.lang.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/language/no_NO/common.lang.php b/language/no_NO/common.lang.php
index 26c71b7d6..d97ba099d 100644
--- a/language/no_NO/common.lang.php
+++ b/language/no_NO/common.lang.php
@@ -47,7 +47,6 @@ $lang['Email: %s'] = "Email: %s";
$lang['Admin: %s'] = "Admin: %s";
$lang['Registration of %s'] = "Registrering av %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Feil status for bruker \"gjest\", default status vil bli brukt. Vennligst kontakt webmaster.";
-$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster og spesial bruker kan ikke bruke denne metoden";
$lang['this email address is already in use'] = "En annen bruker har allerede denne mail addressen";
$lang['Tag results for'] = "Tag resultat for";
$lang['from %s to %s'] = "fra %s til %s";
@@ -149,9 +148,6 @@ $lang['At least one tag must match'] = 'Minst et ord må stemme';
$lang['Author'] = 'Forfatter';
$lang['Average rate'] = 'Gjennomsnittlig rate';
$lang['New password confirmation does not correspond'] = 'Nytt passord bekreftelse er ikke lik';
-$lang['New password sent by email'] = 'Nytt passord sendt via email';
-$lang['No email address'] = 'Ingen email addresse';
-$lang['No classic user matches this email address'] = 'Ingen kjent bruker har denne email addressen';
$lang['Notification'] = 'Til informasjon';
$lang['Number of items'] = 'Antall poster';
$lang['Original dimensions'] = 'Orginal dimensjoner';
@@ -172,7 +168,6 @@ $lang['Search rules'] = 'Søke kriterie';
$lang['Search tags'] = 'Søke ord';
$lang['Search'] = 'Søk';
$lang['display available tags'] = 'Se tilgjengelige tags';
-$lang['Send new password'] = 'Send nytt passord';
$lang['Since'] = 'Siden';
$lang['Sort by'] = 'Sorter etter';
$lang['Sort order'] = 'Sorter alfabetisk';