16 lines
678 B
PHP
16 lines
678 B
PHP
<?php
|
|
return [
|
|
'album_sources' => [
|
|
'filesystem' => 'Local filesystem',
|
|
'openstack' => 'OpenStack cloud storage'
|
|
],
|
|
'app_name' => 'Blue Twilight',
|
|
'copyright' => '© :years :link_startAndy Heathershaw:link_end',
|
|
'licensed_to' => 'Licensed to :name (:number)',
|
|
'version_number' => 'Version :version',
|
|
'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.',
|
|
'powered_by' => 'Powered by :link_startBlue Twilight:link_end - the self-hosted photo gallery software.',
|
|
'units' => [
|
|
'megabytes' => 'MB'
|
|
]
|
|
]; |