2016-09-01 16:23:39 +01:00
< ? php
return [
2016-10-03 14:11:24 +01:00
'activate_user_label' => 'Manually activate this account' ,
2016-10-01 15:24:22 +01:00
'admin_user_label' => 'User is an administrator' ,
2016-09-24 09:34:08 +01:00
'album_source_label' => 'Storage location:' ,
2016-10-05 11:49:39 +01:00
'album_view_label' => 'View as:' ,
2016-09-11 09:04:07 +01:00
'apply_action' => 'Apply' ,
'bulk_edit_photos_label' => 'Bulk edit selected photos:' ,
'bulk_edit_photos_placeholder' => 'Select an action' ,
2016-09-01 16:23:39 +01:00
'cancel_action' => 'Cancel' ,
2016-09-22 07:34:18 +01:00
'continue_action' => 'Continue' ,
2016-09-01 16:23:39 +01:00
'create_action' => 'Create' ,
2016-10-05 14:49:44 +01:00
'default_album_view_label' => 'Default view mode in the gallery:' ,
2016-09-24 09:34:08 +01:00
'default_storage_label' => 'Use as the default storage location for new albums' ,
2016-09-01 16:23:39 +01:00
'delete_action' => 'Delete' ,
'description_label' => 'Description:' ,
'edit_action' => 'Edit' ,
2016-09-06 14:19:16 +01:00
'email_label' => 'E-mail address:' ,
'login_action' => 'Login' ,
2016-09-01 17:31:16 +01:00
'name_label' => 'Name:' ,
2017-04-17 17:11:59 +01:00
'parent_album_label' => 'Parent album:' ,
'parent_album_placeholder' => 'None (top-level album)' ,
2016-09-06 14:19:16 +01:00
'password_label' => 'Password:' ,
'password_confirm_label' => 'Confirm password:' ,
2016-09-09 16:59:13 +01:00
'private_album_label' => 'Private album (only visible to me)' ,
2016-09-06 14:19:16 +01:00
'realname_label' => 'Your name:' ,
'register_action' => 'Create account' ,
'remember_me_label' => 'Remember me' ,
2017-02-16 17:32:01 +00:00
'remove_action' => 'Remove' ,
2016-09-11 09:04:07 +01:00
'select' => 'Select' ,
2017-04-17 17:11:59 +01:00
'select_current_text' => '(current)' ,
2016-09-11 07:19:11 +01:00
'settings_hotlink_protection' => 'Prevent hot-linking to images' ,
'settings_hotlink_protection_help' => 'With this option enabled, direct linking to images is not allowed. Photos can only be viewed through Blue Twilight.' ,
'settings_restrict_originals_download' => 'Restrict access to original images' ,
'settings_restrict_originals_download_help' => 'With this option enabled, only the photo\'s owner can download the original high-resolution images.' ,
2016-11-03 13:33:35 +00:00
'storage_access_key_label' => 'Access key:' ,
2016-10-27 11:36:37 +01:00
'storage_active_label' => 'Location is active. Uncheck to prevent creating new albums in this location.' ,
2016-11-05 09:41:07 +00:00
'storage_api_key_label' => 'API key:' ,
2016-10-28 04:54:38 +01:00
'storage_auth_url_label' => 'Authentication URL:' ,
2016-11-03 13:33:35 +00:00
'storage_bucket_name_label' => 'Bucket name:' ,
2016-10-28 12:59:36 +01:00
'storage_cdn_url_label' => 'Public CDN URL (if supported and enabled):' ,
2016-10-28 04:54:38 +01:00
'storage_container_name_label' => 'Container name:' ,
2016-09-24 09:34:08 +01:00
'storage_driver_label' => 'Storage driver:' ,
2016-11-03 13:33:35 +00:00
'storage_endpoint_url_label' => 'Endpoint URL (leave blank if using Amazon):' ,
2016-09-24 09:34:08 +01:00
'storage_location_label' => 'Physical location:' ,
2016-11-03 13:33:35 +00:00
'storage_secret_key_label' => 'Secret key:' ,
2016-10-28 04:54:38 +01:00
'storage_service_name_label' => 'Service name:' ,
'storage_service_region_label' => 'Region:' ,
'storage_tenant_name_label' => 'Tenant:' ,
'username_label' => 'Username:' ,
2016-09-02 21:27:50 +01:00
'upload_action' => 'Upload' ,
2016-09-01 17:31:16 +01:00
'save_action' => 'Save Changes'
2016-09-01 16:23:39 +01:00
];