e7fbdaaa66
BLUE-3: Validation is now performed on the file path selected. Tweaks to the storage locations form to display validation errors against the correct fields.
37 lines
1.8 KiB
PHP
37 lines
1.8 KiB
PHP
<?php
|
|
return [
|
|
'activate_user_label' => 'Manually activate this account',
|
|
'admin_user_label' => 'User is an administrator',
|
|
'album_source_label' => 'Storage location:',
|
|
'album_view_label' => 'View as:',
|
|
'apply_action' => 'Apply',
|
|
'bulk_edit_photos_label' => 'Bulk edit selected photos:',
|
|
'bulk_edit_photos_placeholder' => 'Select an action',
|
|
'cancel_action' => 'Cancel',
|
|
'continue_action' => 'Continue',
|
|
'create_action' => 'Create',
|
|
'default_album_view_label' => 'Default view mode in the gallery:',
|
|
'default_storage_label' => 'Use as the default storage location for new albums',
|
|
'delete_action' => 'Delete',
|
|
'description_label' => 'Description:',
|
|
'edit_action' => 'Edit',
|
|
'email_label' => 'E-mail address:',
|
|
'login_action' => 'Login',
|
|
'name_label' => 'Name:',
|
|
'password_label' => 'Password:',
|
|
'password_confirm_label' => 'Confirm password:',
|
|
'private_album_label' => 'Private album (only visible to me)',
|
|
'realname_label' => 'Your name:',
|
|
'register_action' => 'Create account',
|
|
'remember_me_label' => 'Remember me',
|
|
'select' => 'Select',
|
|
'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.',
|
|
'storage_active_label' => 'Location is active. Uncheck to prevent creating new albums in this location.',
|
|
'storage_driver_label' => 'Storage driver:',
|
|
'storage_location_label' => 'Physical location:',
|
|
'upload_action' => 'Upload',
|
|
'save_action' => 'Save Changes'
|
|
]; |