2016-09-22 07:34:18 +01:00
|
|
|
<?php
|
|
|
|
return [
|
2016-10-05 11:49:39 +01:00
|
|
|
'album_views' => [
|
|
|
|
'default' => 'Default',
|
|
|
|
'slideshow' => 'Slideshow'
|
|
|
|
],
|
|
|
|
'back_to_album' => 'Back to :name',
|
2016-09-22 07:34:18 +01:00
|
|
|
'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.'
|
|
|
|
];
|