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

10 lines
352 B
PHP
Raw Normal View History

<?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.'
];