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

23 lines
1.1 KiB
PHP
Raw Normal View History

<?php
return [
'cancel_action' => 'Cancel',
'create_action' => 'Create',
'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',
'name_label' => 'Name:',
2016-09-06 14:19:16 +01:00
'password_label' => 'Password:',
'password_confirm_label' => 'Confirm password:',
'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',
'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.',
'upload_action' => 'Upload',
'save_action' => 'Save Changes'
];