feature 2561: notification on album was moved to a dedicated tab on the "Edit album" screen.

git-svn-id: http://piwigo.org/svn/trunk@13668 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2012-03-23 11:17:15 +00:00
commit 2c61829ad7
5 changed files with 247 additions and 0 deletions

View file

@ -889,4 +889,6 @@ $lang['Permission granted for users'] = 'Permission accordée pour les utilisate
$lang['Select users...'] = 'Sélectionnez les utilisateurs...';
$lang['%u users have automatic permission because they belong to a granted group.'] = '%u utilisateurs ont automatiquement la permission car ils appartiennent à un groupe autorisé.';
$lang['include photos with lower privacy level'] = 'inclure les photos d\'un niveau de confidentialité inférieur';
$lang['No group is permitted to see this private album'] = 'Aucun groupe n\'est autorisé à voir cet album privé';
$lang['Permission management'] = 'Gestion des permissions';
?>