mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Initial implementation of view comment screen
This commit is contained in:
parent
07da55ba8e
commit
a85c3ccb01
10 changed files with 109 additions and 2 deletions
|
|
@ -106,7 +106,8 @@ $lang->cmd_manage_id = 'Prohibited IDs';
|
|||
$lang->cmd_manage_email_host = 'E-mail provider check';
|
||||
$lang->cmd_manage_nick_name = 'Prohibited NickNames';
|
||||
$lang->cmd_manage_form = 'Signup Form';
|
||||
$lang->cmd_view_own_document = 'Written Articles';
|
||||
$lang->cmd_view_own_document = 'My Articles';
|
||||
$lang->cmd_view_own_comment = 'My Comments';
|
||||
$lang->cmd_view_active_logins = 'Active Logins';
|
||||
$lang->cmd_manage_member_info = 'Manage Member Info';
|
||||
$lang->cmd_trace_document = 'Trace Written Articles';
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ $lang->cmd_manage_email_host = '이메일 제공자 관리';
|
|||
$lang->cmd_manage_nick_name = '금지 닉네임 관리';
|
||||
$lang->cmd_manage_form = '가입 폼 관리';
|
||||
$lang->cmd_view_own_document = '작성 글 보기';
|
||||
$lang->cmd_view_own_comment = '작성 댓글 보기';
|
||||
$lang->cmd_view_active_logins = '로그인 관리';
|
||||
$lang->cmd_manage_member_info = '회원 정보 관리';
|
||||
$lang->cmd_trace_document = '작성글 추적';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue