From 6b919f06ab95793b5b6edce77ba49b0153f2fc76 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 29 Nov 2016 13:33:35 +0100 Subject: [PATCH] feature #556, add new language strings --- language/en_UK/admin.lang.php | 5 ++++- language/fr_FR/admin.lang.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index ba130473d..91c8ae153 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -989,4 +989,7 @@ $lang['Recipients'] = 'Recipients'; $lang['No recipient selected'] = 'No recipient selected'; $lang['No user is permitted to see this private album'] = 'No user is permitted to see this private album'; $lang['Each email sent will contain its own automatic authentication key on links, valid for %s.'] = 'Each email sent will contain its own automatic authentication key on links, valid for %s.'; -$lang['For security reason, authentication keys do not work for administrators.'] = 'For security reason, authentication keys do not work for administrators.'; \ No newline at end of file +$lang['For security reason, authentication keys do not work for administrators.'] = 'For security reason, authentication keys do not work for administrators.'; +$lang['Select tags'] = 'Select tags'; +$lang['No tag selected, no action possible.'] = 'No tag selected, no action possible.'; +$lang['Display form'] = 'Display form'; \ No newline at end of file diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 0036542eb..cdc34ad6c 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -991,4 +991,7 @@ $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.'; -$lang['Y Repeat'] = 'Répétition Y'; \ No newline at end of file +$lang['Y Repeat'] = 'Répétition Y'; +$lang['Select tags'] = 'Sélectionner des tags'; +$lang['No tag selected, no action possible.'] = 'Aucun tag sélectionné, aucune action possible.'; +$lang['Display form'] = 'Afficher le formulaire'; \ No newline at end of file