Changeset 11992 for trunk/language/fa_IR


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

    r10352 r11992  
    9292$lang['New on %s'] = "جدید در %s";
    9393$lang['New password confirmation does not correspond'] = "تایید گذرواژه با گذرواژه مطابقت ندارند!";
    94 $lang['New password sent by email'] = "گذرواژه جدید با ایمیل ارسال شد.";
    95 $lang['No email address'] = "آدرس ایمیل یافت نشد.";
    96 $lang['No classic user matches this email address'] = "هیچ کاربری یا این آدرس ایمیل مطابقت ندارد";
    9794$lang['Notification'] = "خبرنامه";
    9895$lang['Number of items'] = "تعداد آیتم‌ها";
     
    115112$lang['Search'] = "جستجو";
    116113$lang['display available tags'] = "نمایش برچسب‌های موجود";
    117 $lang['Send new password'] = "ارسال گذرواژه جدید";
    118114$lang['Since'] = "Since";
    119115$lang['Sort by'] = "مرتب سازی با";
     
    309305$lang['Album: %s'] = "Category: %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'] = "مدیر ، وب‌مستر و کاربر ویژه نمی‌توانند از این متد استفاده نمایند.";
    312307$lang['this email address is already in use'] = "یک کاربر دیگر این آدرس ایمیل را در سیستم ثبت کرده است.";
    313308$lang['Album results for'] = "نتایج دسته برای";
Note: See TracChangeset for help on using the changeset viewer.