From 2de0f01dce5913dcca68c28376205f0a6d473b7c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 24 Aug 2011 20:03:53 +0000 Subject: 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 --- language/cs_CZ/common.lang.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'language/cs_CZ') diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php index 08b999602..6f4301fe9 100644 --- a/language/cs_CZ/common.lang.php +++ b/language/cs_CZ/common.lang.php @@ -94,9 +94,6 @@ $lang['Links'] = 'Odkazy'; $lang['N/A'] = 'nezadáno'; $lang['New on %s'] = 'Nový na %s'; $lang['New password confirmation does not correspond'] = 'Zadaná hesla se neshodují.'; -$lang['New password sent by email'] = 'Nové heslo bylo zasláno e-mailem'; -$lang['No email address'] = 'Bez e-mailové adresy'; -$lang['No classic user matches this email address'] = 'Nebyl nalezen žádný uživatel se zadanou e-mailovou adresou'; $lang['Notification'] = 'RSS vlákno'; $lang['Number of items'] = 'Počet položek'; $lang['Original dimensions'] = 'Původní rozměry'; @@ -116,7 +113,6 @@ $lang['Search rules'] = 'Podmínky pro vyhledávání'; $lang['Search tags'] = 'Hledat podle klíčových slov'; $lang['Search'] = 'Vyhledat'; $lang['display available tags'] = 'Ukázat dostupná klíčová slova'; -$lang['Send new password'] = 'Poslat nové heslo'; $lang['Since'] = 'Od'; $lang['Sort by'] = 'Řadit podle'; $lang['Sort order'] = 'Směr řazení'; @@ -313,7 +309,6 @@ $lang['Admin: %s'] = 'Administrátor: %s'; $lang['Registration of %s'] = 'Registrace %s'; $lang['Album: %s'] = 'Album: %s'; $lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Špatný stav pro uživatele "host", bude použit výchozí stav. Prosím informujte administrátora.'; -$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrátor nemůže použít tuto metodu.'; $lang['this email address is already in use'] = 'Tato e-mailová adresa je již používána'; $lang['Album results for'] = 'Alba výsledky pro'; $lang['Tag results for'] = 'Výsledky pro klíčová slova'; -- cgit v1.2.3