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

7 lines
145 B
PHP

<?php
return [
'album' => [
'list-gallery' => 'See this album in the gallery index',
'view' => 'Access this gallery'
]
];