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'
],
2017-09-17 09:20:35 +01:00
'aperture' => 'Aperture:' ,
2016-10-05 11:49:39 +01:00
'back_to_album' => 'Back to :name' ,
2017-09-17 09:20:35 +01:00
'camera_make' => 'Camera make:' ,
'camera_model' => 'Camera model:' ,
'camera_software' => 'Camera software:' ,
2017-09-29 13:57:45 +01:00
'child_albums' => 'more album|more albums' ,
2017-09-17 09:20:35 +01:00
'date_taken' => 'Date taken:' ,
'file_name' => 'File name:' ,
'focal_length' => 'Focal length:' ,
'focal_length_units' => ':valuemm' ,
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-17 09:20:35 +01:00
'iso_rating' => 'ISO speed rating:' ,
2017-09-10 11:24:44 +01:00
'label_intro' => 'All photos tagged with the label ":name".' ,
'label_no_results_text' => 'No photos are tagged with the label ":name".' ,
'label_no_results_text_2' => 'If you are an admin of this gallery, you can upload and tag photos in the :admin_link.' ,
'labels' => 'Labels:' ,
2017-09-10 13:21:45 +01:00
'labels_title' => 'Labels' ,
2017-09-01 14:52:06 +01:00
'manage_album_link' => 'Manage' ,
'manage_album_link_2' => 'Manage Album' ,
2017-09-12 20:54:29 +01:00
'next_button' => 'Next Photo »' ,
2017-09-01 14:52:06 +01:00
'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-29 13:57:45 +01:00
'other_albums_description_empty' => 'The <b>:album_name</b> album does not contain any photos - however 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' ,
2017-09-10 13:21:45 +01:00
'photos' => 'photo|photos' ,
2017-09-12 20:54:29 +01:00
'previous_button' => '« Previous Photo' ,
2018-07-12 22:52:50 +01:00
'show_more_albums' => '... and :count other|... and :count others' ,
2017-09-10 13:21:45 +01:00
'show_more_labels' => '... and :count other|... and :count others' ,
2017-09-16 08:26:05 +01:00
'show_raw_exif_data' => 'Show all EXIF data' ,
2017-09-17 09:20:35 +01:00
'shutter_speed' => 'Shutter speed:' ,
'shutter_speed_units' => ':value sec.' ,
2017-09-06 16:08:38 +01:00
'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-10 17:02:15 +01:00
'numbers' => [
'albums' => 'album|albums' ,
'chart_title' => 'At-a-glance' ,
'labels' => 'label|labels' ,
'photos' => 'photo|photos'
],
'photos_combined' => [
'chart_title' => 'Activity in the last 18 months' ,
'taken' => 'Taken' ,
'uploaded' => 'Uploaded'
],
2017-09-06 22:00:12 +01:00
'title' => 'Statistics' ,
'uploaded_12_months' => 'Photos uploaded in the last 12 months' ,
2018-07-16 06:04:44 +01:00
],
'user_profile' => [
'activity' => 'Activity' ,
'activity_summary' => ':count photo on :date|:count photos on :date' ,
'activity_taken_p1' => 'Photos taken by :user_name:' ,
'activity_uploaded_p1' => 'Photos uploaded by :user_name:' ,
'albums' => 'Albums by :user_name' ,
'cameras' => 'Cameras' ,
'no_albums_p1' => 'No Photo Albums' ,
'no_albums_p2' => ':user_name has not created any albums yet.'
2017-09-06 16:08:38 +01:00
]
2016-09-22 07:34:18 +01:00
];