7 lines
145 B
PHP
7 lines
145 B
PHP
|
<?php
|
||
|
return [
|
||
|
'album' => [
|
||
|
'list-gallery' => 'See this album in the gallery index',
|
||
|
'view' => 'Access this gallery'
|
||
|
]
|
||
|
];
|