Changeset 11992 for trunk/language/ka_GE


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

    r10933 r11992  
    9393$lang['New on %s'] = 'ახალი %s';
    9494$lang['New password confirmation does not correspond'] = 'New password confirmation does not correspond';
    95 $lang['New password sent by email'] = 'ახალი პაროლი გამოგზავნილია email–ზე';
    96 $lang['No email address'] = 'email–ი უცნობია';
    97 $lang['No classic user matches this email address'] = 'მომხმარებელი ესეთი email–ით არ არსებობს';
    9895$lang['Notification'] = 'RSS-შეტყობინება';
    9996$lang['Number of items'] = 'რაოდენობა გვერდზე';
     
    116113$lang['Search'] = 'ძიება';
    117114$lang['display available tags'] = 'შესაძლო ტეგების ნახვა';
    118 $lang['Send new password'] = 'ახალი პაროლის მოთხოვნა';
    119115$lang['Since'] = 'პერიოდი';
    120116$lang['Sort by'] = 'სორტირება';
     
    314310$lang['Album: %s'] = 'კატეგორია: %s';
    315311$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'მომხმარებლის არასწორი სტატუსი "სტუმარი", გამოიყენეთ ძირითადი სტატუსი. გთხოვთ შეატყობინოთ ადმინისტრატორს.';
    316 $lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, webmaster and special user cannot use this method';
    317312$lang['this email address is already in use'] = 'მომხმარებელი ასეთი მისამართით უკვე არსებობს';
    318313$lang['Album results for'] = 'დღის კატეგორიების რეზულტატი';
     
    361356$lang['%d Kb'] = '%d კბ';
    362357$lang['New password confirmation does not correspond'] = 'ახალი პაროლის დასტური არ მოსულა';
    363 $lang['Administrator, webmaster and special user cannot use this method'] = 'ადმინისტრატორს, წებმასტერს და სპეციალურ მომხმარებლებს არ შეუძლიათ გამოიყენონ ეს მეთოდი';
    364358$lang['Reduce diaporama speed'] = 'შევამციროთ პანორამის სიჩქარე';
    365359$lang['Accelerate diaporama speed'] = 'გავზარდოთ პანორამის სიჩქარე';
Note: See TracChangeset for help on using the changeset viewer.