aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2016-01-11 09:28:37 +0100
committerplegall <plg@piwigo.org>2016-01-11 09:28:37 +0100
commit39fc4a604e723ee3f6d2a16e025d7bad62c168b1 (patch)
tree24b686812246a583e52ccfe1d785f0d120cdc821 /language
parent2bfd316e348919af0e5d22467abf9b79b040e476 (diff)
parent7bd36e02406985b4a5b9b2e4caef13234569268d (diff)
Merge branch 'feature/259-album-notify-users'
Diffstat (limited to 'language')
-rw-r--r--language/en_UK/admin.lang.php5
-rw-r--r--language/fr_FR/admin.lang.php3
2 files changed, 7 insertions, 1 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 3a55c1a1f..91237962c 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -984,4 +984,7 @@ $lang['width & height'] = 'width & height';
$lang['Upload in progress'] = 'Upload in progress';
$lang['Orphans'] = 'Orphans';
$lang['Delete %d orphan photos'] = 'Delete %d orphan photos';
-$lang['Edit user'] = 'Edit user'; \ No newline at end of file
+$lang['Edit user'] = 'Edit user';
+$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';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index fe242f0f9..688d07da8 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -986,3 +986,6 @@ $lang['Upload in progress'] = 'Transfert en cours...';
$lang['Orphans'] = 'Orphelines';
$lang['Delete %d orphan photos'] = 'Supprimer les %d photos orphelines';
$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é';