2016-09-22 07:34:18 +01:00
< ? php
return [
2016-10-06 16:21:27 +01:00
'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.' ,
2016-10-26 14:03:00 +01:00
'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.' ,
2016-10-05 11:49:39 +01:00
'album_views' => [
'default' => 'Default' ,
'slideshow' => 'Slideshow'
],
'back_to_album' => 'Back to :name' ,
2016-10-06 16:21:27 +01:00
'index_no_results_heading' => 'Start something amazing' ,
2017-04-18 17:25:27 +01:00
'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.' ,
2017-09-01 14:52:06 +01:00
'manage_album_link' => 'Manage' ,
'manage_album_link_2' => 'Manage Album' ,
'open_album_link' => 'Open Album' ,
2017-04-18 17:25:27 +01:00
'other_albums_description' => 'You may also be interested in the following albums.' ,
2017-09-06 16:08:38 +01:00
'other_albums_heading' => 'More Albums in :album_name' ,
'statistics' => [
2017-09-06 22:00:12 +01:00
'album_by_photos' => 'Top 10 largest albums - number of photos' ,
'album_by_size' => 'Top 10 largest albums - photo size (MB)' ,
2017-09-06 16:08:38 +01:00
'cameras' => 'Cameras Used' ,
2017-09-06 22:00:12 +01:00
'file_sizes' => 'Image file sizes' ,
'file_sizes_legend' => [
'small' => 'Small (<1MB)' ,
'medium' => 'Medium (<3MB)' ,
'large' => 'Large (<5MB)' ,
'huge' => 'Huge (>5MB)'
],
2017-09-06 16:08:38 +01:00
'intro' => 'This page displays some interesting graphs and statistics about :gallery_name.' ,
2017-09-06 22:00:12 +01:00
'taken_12_months' => 'Photos taken in the last 12 months' ,
'title' => 'Statistics' ,
'uploaded_12_months' => 'Photos uploaded in the last 12 months' ,
2017-09-06 16:08:38 +01:00
]
2016-09-22 07:34:18 +01:00
];