2016-09-01 16:23:39 +01:00
< ? php
return [
2016-09-24 09:34:08 +01:00
'album_sources' => [
2016-11-03 13:33:35 +00:00
'amazon_s3' => 'Amazon S3 (or S3-compatible)' ,
2016-10-28 04:54:38 +01:00
'filesystem' => 'Local filesystem' ,
2016-11-05 09:41:07 +00:00
'openstack' => 'OpenStack cloud storage' ,
'rackspace' => 'Rackspace cloud storage'
2016-09-24 09:34:08 +01:00
],
2016-09-24 08:17:51 +01:00
'app_name' => 'Blue Twilight' ,
2016-10-05 16:31:37 +01:00
'copyright' => '© :years :link_startAndy Heathershaw:link_end' ,
'licensed_to' => 'Licensed to :name (:number)' ,
'version_number' => 'Version :version' ,
2016-10-28 12:59:36 +01:00
'please_wait' => 'Please wait...' ,
2016-09-24 08:17:51 +01:00
'post_max_exceeded' => 'Your upload exceeded the maximum size the web server is configured to allow. Please check the value of the "post_max_size" parameter in php.ini.' ,
2017-02-13 10:36:53 +00:00
'powered_by' => 'Powered by :link_startBlue Twilight:link_end - the self-hosted PHP photo gallery software.' ,
2016-09-24 08:17:51 +01:00
'units' => [
'megabytes' => 'MB'
]
2016-09-01 16:23:39 +01:00
];