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

34 lines
1.7 KiB
PHP
Raw Normal View History

<?php
return [
'album_no_results_heading' => 'Let\'s get snapping!',
'album_no_results_text' => 'This album is currently empty. If you are the owner of this album, you can upload photos using the :admin_link.',
'album_no_results_text_2' => 'Did you know: you can upload photos straight from your smartphone or tablet? Simply access the above link on your device.',
'album_views' => [
'default' => 'Default',
'slideshow' => 'Slideshow'
],
'back_to_album' => 'Back to :name',
'index_no_results_heading' => 'Start something amazing',
'index_no_results_text' => 'This gallery is currently empty. If you are the owner of this gallery, you can create new albums and upload photos using the :admin_link.',
'manage_album_link' => 'Manage',
'manage_album_link_2' => 'Manage Album',
'open_album_link' => 'Open Album',
'other_albums_description' => 'You may also be interested in the following albums.',
'other_albums_heading' => 'More Albums in :album_name',
'statistics' => [
'album_by_photos' => 'Top 10 largest albums - number of photos',
'album_by_size' => 'Top 10 largest albums - photo size (MB)',
'cameras' => 'Cameras Used',
'file_sizes' => 'Image file sizes',
'file_sizes_legend' => [
'small' => 'Small (<1MB)',
'medium' => 'Medium (<3MB)',
'large' => 'Large (<5MB)',
'huge' => 'Huge (>5MB)'
],
'intro' => 'This page displays some interesting graphs and statistics about :gallery_name.',
'taken_12_months' => 'Photos taken in the last 12 months',
'title' => 'Statistics',
'uploaded_12_months' => 'Photos uploaded in the last 12 months',
]
];