2016-09-01 16:23:39 +01:00
< ? php
return [
2016-09-24 09:34:08 +01:00
'album_sources' => [
'filesystem' => 'Local filesystem'
],
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-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.' ,
2016-10-05 16:31:37 +01:00
'powered_by' => 'Powered by :link_startBlue Twilight:link_end - the self-hosted photo gallery software.' ,
2016-09-24 08:17:51 +01:00
'units' => [
'megabytes' => 'MB'
]
2016-09-01 16:23:39 +01:00
];