Changeset 11992 for trunk/language/he_IL


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

    r11353 r11992  
    9191$lang['New on %s'] = "חדש ב %s";
    9292$lang['New password confirmation does not correspond'] = "אישור סיסמה חדשה אינו תואם";
    93 $lang['New password sent by email'] = "סיסמה חדשה נשלחה בדואר";
    94 $lang['No email address'] = "אין כתובת דואר אלקטרוני";
    95 $lang['No classic user matches this email address'] = "אין משתמש קיים עם הדואר האלקטרוני הזה";
    9693$lang['Notification'] = "הודעה";
    9794$lang['Number of items'] = "מספר הפריטים";
     
    114111$lang['Search'] = "חיפוש";
    115112$lang['display available tags'] = "ראה תוויות אפשריות";
    116 $lang['Send new password'] = "שלח סיסמה חדשה";
    117113$lang['Since'] = "מ";
    118114$lang['Sort by'] = "מיין לפי";
     
    309305$lang['Album: %s'] = "קטגוריה: %s";
    310306$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'מצב לא טוב עבור המשתמש "האורח", השתמש במצב ברירת מחדל. עדכן בבקשה את מנהל האתר.';
    311 $lang['Administrator, webmaster and special user cannot use this method'] = "מנהל ראשי, מנהל האתר ו ומשתמשים מסויימים לא יכולים להשתמש בmethod הזה";
    312307$lang['this email address is already in use'] = "משתמש אחר כבר משתמש בדואר האלקטרוני הזה";
    313308$lang['Album results for'] = "תוצאות עבור הקטגוריה";
Note: See TracChangeset for help on using the changeset viewer.