- Timestamp:
- Mar 23, 2012, 12:17:15 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/album.php
r13580 r13668 66 66 $tabsheet->add('sort_order', l10n('Manage photo ranks'), $admin_album_base_url.'-sort_order'); 67 67 $tabsheet->add('permissions', l10n('Permissions'), $admin_album_base_url.'-permissions'); 68 $tabsheet->add('notification', l10n('Notification'), $admin_album_base_url.'-notification'); 68 69 $tabsheet->select($page['tab']); 69 70 $tabsheet->assign(); -
trunk/language/en_UK/admin.lang.php
r13651 r13668 876 876 $lang['include photos with lower privacy level'] = 'include photos with lower privacy level'; 877 877 $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'; 878 880 ?> -
trunk/language/fr_FR/admin.lang.php
r13646 r13668 890 890 $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é.'; 891 891 $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'; 892 894 ?>
Note: See TracChangeset
for help on using the changeset viewer.