mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
읽지 않은 쪽지함을 'dispCommunicationMessages' 액션에서 처리하도록 개선
This commit is contained in:
parent
89881d38dd
commit
0cdda975f9
5 changed files with 21 additions and 95 deletions
|
|
@ -8,6 +8,7 @@ $lang->allow_message_type['F'] = '친구만 허용';
|
|||
$lang->message_box['R'] = '받은 쪽지함';
|
||||
$lang->message_box['S'] = '보낸 쪽지함';
|
||||
$lang->message_box['T'] = '보관함';
|
||||
$lang->message_box['N'] = '읽지 않은 쪽지함';
|
||||
$lang->readed_date = '읽은 시간';
|
||||
$lang->sender = '보낸이';
|
||||
$lang->receiver = '받는이';
|
||||
|
|
@ -19,7 +20,6 @@ $lang->cmd_view_friend = '친구 보기';
|
|||
$lang->cmd_add_friend = '친구 등록';
|
||||
$lang->cmd_message_box = '쪽지함';
|
||||
$lang->cmd_view_message_box = '쪽지함 보기';
|
||||
$lang->cmd_view_unread_message_box = '읽지않은 쪽지함 보기';
|
||||
$lang->cmd_store = '보관함 이동';
|
||||
$lang->cmd_view_selected_frend_group = '선택된 그룹만 보기';
|
||||
$lang->cmd_add_friend_group = '친구 그룹 생성';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue