10 lines
352 B
PHP
10 lines
352 B
PHP
<?php
|
|
return [
|
|
'album_views' => [
|
|
'default' => 'Default',
|
|
'slideshow' => 'Slideshow'
|
|
],
|
|
'back_to_album' => 'Back to :name',
|
|
'index_no_results_heading' => 'This gallery is empty!',
|
|
'index_no_results_text' => 'If you are the owner of this gallery, you can create new albums and upload photos using the :admin_link.'
|
|
]; |