blue-twilight/resources/lang/en/permissions.php

14 lines
520 B
PHP

<?php
return [
'album' => [
'delete' => 'Delete this album',
'delete-other-photos' => 'Delete photos owned by other users',
'delete-own-photos' => 'Delete user\'s own photos',
'edit' => 'Manage this album',
'edit-other-photos' => 'Edit photos owned by other users',
'edit-own-photos' => 'Edit user\'s own photos',
'list' => 'See this album in listings',
'upload-photos' => 'Upload photos into this album',
'view' => 'Access this album'
]
];