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:' ,
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' ,
2016-09-11 09:04:07 +01:00
'select' => 'Select' ,
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-09-24 09:34:08 +01:00
'storage_driver_label' => 'Storage driver:' ,
'storage_location_label' => 'Physical location:' ,
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
];