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

24 lines
1008 B
PHP

<?php
return [
'album_sources' => [
'amazon_s3' => 'Amazon S3 (or S3-compatible)',
'filesystem' => 'Local filesystem',
'openstack' => 'OpenStack cloud storage',
'rackspace' => 'Rackspace 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 PHP photo gallery software.',
'quick_upload' => [
'intro' => 'Use the quick upload feature to quickly add a new photo to an album.',
'or' => '- or -',
'title' => 'Quick Upload'
],
'units' => [
'megabytes' => 'MB'
]
];