diff options
author | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-03-08 10:51:10 +0100 |
commit | 2e071ba4a17cfb4e4ea0ab6e50516ddac5e0ae90 (patch) | |
tree | 681f9b4cbbed109beb41ca4babf0662dc814f8c4 /language/fr_FR/admin.lang.php | |
parent | d80d853a23119bd21c20ad92024cba5dce47e7d4 (diff) |
merge --squash from translation up to f9fecd0be09ea6da405f1ab2a09e09bc51312dd4
git merge --squash is simpler for the first time, then we plan to do cherry-pick
Diffstat (limited to '')
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 4067a4e1b..20fc37a28 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -990,4 +990,5 @@ $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 +$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.'; +$lang['Y Repeat'] = 'Répétition Y';
\ No newline at end of file |