<?php
return [
    'album_sources' => [
        'amazon_s3' => 'Amazon S3 (or S3-compatible)',
        'backblaze_b2' => 'Backblaze B2 Cloud',
        'dropbox' => 'Dropbox',
        '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' => [
        'inherit_by_default' => 'A new album will inherit your gallery\'s default permissions. You can change this afterwards on the album\'s Permissions tab.',
        'intro' => 'Use the quick upload feature to quickly add a new photo to an album.',
        'or' => '- or -',
        'title' => 'Quick Upload'
    ],
    'units' => [
        'megabytes' => 'MB'
    ]
];