aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_CA
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
committerplegall <plg@piwigo.org>2011-08-24 20:03:53 +0000
commit2de0f01dce5913dcca68c28376205f0a6d473b7c (patch)
tree6eb4b4a2011ba5cc05fa4a37ecec4bac2ef646ec /language/fr_CA
parentc1d7fbebdde17a90f8cb42e7a4c3fa551dcb6b79 (diff)
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
Diffstat (limited to 'language/fr_CA')
-rw-r--r--language/fr_CA/common.lang.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php
index 9a15ee661..fbcb26811 100644
--- a/language/fr_CA/common.lang.php
+++ b/language/fr_CA/common.lang.php
@@ -91,9 +91,6 @@ $lang['Links'] = 'Liens';
$lang['N/A'] = 'non disponible';
$lang['New on %s'] = 'Nouveau le %s';
$lang['New password confirmation does not correspond'] = 'Erreur de confirmation de mot de passe';
-$lang['New password sent by email'] = 'Nouveau mot de passe envoyé par courriel';
-$lang['No email address'] = 'Pas d\'adresse de courriel';
-$lang['No classic user matches this email address'] = 'Cette adresse de courriel ne correspond à aucun utilisateur classique';
$lang['Notification'] = 'Notifications RSS';
$lang['Number of items'] = 'Nombre d\'élément';
$lang['Original dimensions'] = 'Dimensions d\'origine';
@@ -114,7 +111,6 @@ $lang['Search rules'] = 'Critères de recherche';
$lang['Search tags'] = 'Rechercher les mots clés';
$lang['Search'] = 'Rechercher';
$lang['display available tags'] = 'Voir les mots clés disponibles';
-$lang['Send new password'] = 'Envoyer le nouveau mot de passe';
$lang['Since'] = 'Depuis';
$lang['Sort by'] = 'Trier selon';
$lang['Sort order'] = 'Ordre de tri';
@@ -313,7 +309,6 @@ $lang['Admin: %s'] = 'Administration : %s';
$lang['Registration of %s'] = 'Enregistrement de %s';
$lang['Album: %s'] = 'Catégorie : %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
-$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrateur, webmestre et utilisateur spécial ne peuvent pas utiliser cette méthode';
$lang['this email address is already in use'] = 'un autre utilisateur utilise déjà cette adresse de courriel';
$lang['Album results for'] = 'Résultats des catégories pour';
$lang['Tag results for'] = 'Résultats des mots clés pour';