From 5ae736c7cc0a20e99c42e685fa4f5528f5a90779 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 28 Dec 2016 10:22:50 +0100 Subject: [PATCH] New translations --- resources/lang/zh_HK/firefly.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/lang/zh_HK/firefly.php b/resources/lang/zh_HK/firefly.php index 900cc6c6f7..fe2a5a2bcc 100644 --- a/resources/lang/zh_HK/firefly.php +++ b/resources/lang/zh_HK/firefly.php @@ -865,11 +865,6 @@ return [ 'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.', 'setting_send_email_notifications' => 'Send email notifications', 'setting_send_email_explain' => 'Firefly III can send you email notifications about certain events. They will be sent to :site_owner. This email address can be set in the .env file.', - 'mail_for_lockout_help' => 'When a user is locked out', - 'mail_for_blocked_domain_help' => 'When a user tries to register using a blocked domain', - 'mail_for_blocked_email_help' => 'When a user tries to register using a blocked email address', - 'mail_for_bad_login_help' => 'When a user fails to login', - 'mail_for_blocked_login_help' => 'When a blocked user tries to login', 'block_code_bounced' => 'Email message(s) bounced', 'block_code_expired' => 'Demo account expired', 'no_block_code' => 'No reason for block or user not blocked',