Changeset 11992 for trunk/language/sl_SL


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

    r11909 r11992  
    8989$lang['New on %s'] = 'Nov na %s';
    9090$lang['New password confirmation does not correspond'] = 'Potrditveno geslo se ne ujema';
    91 $lang['New password sent by email'] = 'Novo geslo je poslano po e-pošti';
    92 $lang['No email address'] = 'Brez e-pošte';
    93 $lang['No classic user matches this email address'] = 'Noben uporabnik ne pripada e-pošti';
    9491$lang['Notification'] = 'Obvestilo';
    9592$lang['Number of items'] = 'Število ';
     
    156153$lang['Search'] = 'Išci';
    157154$lang['display available tags'] = 'Prikaži možne označbe';
    158 $lang['Send new password'] = 'Pošlji novo geslo';
    159155$lang['Since'] = 'Odkar';
    160156$lang['Sort by'] = 'Uredi po';
     
    288284$lang['Album: %s'] = 'Kategorija: %s';
    289285$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Nepravilen status uporabnika "guest", uporabljen bo privzeti status. Prosim obvestite skrbnika.';
    290 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, skrbnik in posebni uporabnik ne morejo uporabljati te metode';
    291286$lang['this email address is already in use'] = 'email uporablja že drug uporabnik';
    292287$lang['Album results for'] = 'Category results for';
Note: See TracChangeset for help on using the changeset viewer.