blue-twilight/resources/lang/en/global.php

18 lines
772 B
PHP

<?php
return [
'album_sources' => [
'amazon_s3' => 'Amazon S3 (or S3-compatible)',
'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',
'please_wait' => 'Please wait...',
'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'
]
];