From b1a0f673460908bd995919da051515a79108e50e Mon Sep 17 00:00:00 2001 From: BJRambo Date: Tue, 24 May 2016 23:52:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B8=EB=B6=80=20=EC=98=B5=EC=85=98?= =?UTF-8?q?=EC=9D=98=20=EC=98=81=EC=96=B4=EC=96=B8=EC=96=B4=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/board/lang/en.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/board/lang/en.php b/modules/board/lang/en.php index 83068060e..e054500a1 100644 --- a/modules/board/lang/en.php +++ b/modules/board/lang/en.php @@ -44,3 +44,6 @@ $lang->about_protect_content = 'If there is any comment on document, document\'s $lang->msg_protect_content = 'You cannot modify or delete document which has any comment on it.'; $lang->comment_delete_message = 'Leave Placeholder for Deleted Comment'; $lang->about_comment_delete_message = 'When a comment is deleted, leave a placeholder saying that it has been deleted.'; +$lang->cmd_only_p_comment = 'Only if there are replies'; +$lang->cmd_all_comment_message = 'Always'; +$lang->cmd_do_not_massage = 'Never';