diff options
author | plegall <plg@piwigo.org> | 2016-01-29 11:47:30 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-01-29 11:47:30 +0100 |
commit | 77888174cff00f8bdf8b0a4c04aca64b3fdcc5f4 (patch) | |
tree | 2c1736b57df65d1e61521662f22f65a079fa61a7 /language/fr_FR | |
parent | bc7316639f9208089ed3ab3debf313aca8ff986a (diff) |
fixes #411, auth keys details on notification forms
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 77fd06da9..4067a4e1b 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -989,3 +989,5 @@ $lang['Edit user'] = 'Éditer l\'utilisateur'; $lang['Recipients'] = 'Destinataires'; $lang['No recipient selected'] = 'Choisissez un destinataire'; $lang['No user is permitted to see this private album'] = 'Aucun utilisateur n\'est autorisé à voir cet album privé'; +$lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Chaque email envoyé contiendra sa propre clef d\'identification automatique sur les liens, valide %s.'; +$lang['For security reason, authentication keys do not work for administrators.'] = 'Par mesure de sécurité les clefs d\'identification ne fonctionnent pas pour les administrateurs.';
\ No newline at end of file |