21 lines
1.5 KiB
PHP
21 lines
1.5 KiB
PHP
|
<?php
|
||
|
return [
|
||
|
'app_name' => 'Blue Twilight - Install',
|
||
|
'copyright' => sprintf('© %s <a href="http://www.andyheathershaw.uk/" target="_blank">Andy Heathershaw</a>.', (date('Y') == 2016 ? 2016 : '2016-' . date('Y'))),
|
||
|
'license_required_p1' => 'Blue Twilight requires a license to run correctly. You can generate and download a license file from the <a href="http://shop.andyheathershaw.uk/user/orders" target="_blank">My Orders</a> page.',
|
||
|
'license_required_p2' => 'Your license file must match the hostname: :host_name.',
|
||
|
'license_required_title' => 'License Required',
|
||
|
'powered_by' => 'Powered by <a href="http://www.andyheathershaw.uk/blue-twilight" target="_blank">Blue Twilight</a> - the self-hosted photo gallery software.',
|
||
|
'upload_action' => 'Upload',
|
||
|
'upload_errors' => [
|
||
|
1 => 'The uploaded file exceeds the upload_max_filesize directive in php.ini.',
|
||
|
2 => 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.',
|
||
|
3 => 'The uploaded file was only partially uploaded.',
|
||
|
4 => 'No file was uploaded.',
|
||
|
6 => 'Missing a temporary folder.',
|
||
|
7 => 'Failed to write file to disk.',
|
||
|
8 => 'A PHP extension blocked the file upload - please contact your system administrator.',
|
||
|
99 => 'Failed to write the license file - please check file permissions in Blue Twilight\'s root directory.'
|
||
|
],
|
||
|
'upload_license_label' => 'Please locate your license file to upload:'
|
||
|
];
|