Changeset 13668 for trunk


Ignore:
Timestamp:
Mar 23, 2012, 12:17:15 PM (12 years ago)
Author:
plg
Message:

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

Location:
trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/album.php

    r13580 r13668  
    6666$tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order');
    6767$tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions');
     68$tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification');
    6869$tabsheet->select($page['tab']);
    6970$tabsheet->assign();
  • trunk/language/en_UK/admin.lang.php

    r13651 r13668  
    876876$lang['include photos with lower privacy level'] = 'include photos with lower privacy level';
    877877$lang['custom']='Custom';
     878$lang['No group is permitted to see this private album'] = 'No group is permitted to see this private album';
     879$lang['Permission management'] = 'Permission management';
    878880?>
  • trunk/language/fr_FR/admin.lang.php

    r13646 r13668  
    890890$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é.';
    891891$lang['include photos with lower privacy level'] = 'inclure les photos d\'un niveau de confidentialité inférieur';
     892$lang['No group is permitted to see this private album'] = 'Aucun groupe n\'est autorisé à voir cet album privé';
     893$lang['Permission management'] = 'Gestion des permissions';
    892894?>
Note: See TracChangeset for help on using the changeset viewer.