mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Hide friend group actions if there are no friend groups
This commit is contained in:
parent
359cf29dce
commit
c54f3a61c4
4 changed files with 15 additions and 9 deletions
|
|
@ -22,6 +22,8 @@ $lang->cmd_view_message_box = '쪽지함 보기';
|
|||
$lang->cmd_store = '보관';
|
||||
$lang->cmd_add_friend_group = '친구 그룹 추가';
|
||||
$lang->cmd_rename_friend_group = '친구 그룹 이름 변경';
|
||||
$lang->cmd_delete_friend_group = '친구 그룹 삭제';
|
||||
$lang->msg_already_friend = '이미 친구로 등록되어 있습니다.';
|
||||
$lang->msg_no_message = '쪽지가 없습니다.';
|
||||
$lang->msg_cannot_send_to_yourself = '자기 자신에게 쪽지를 보낼 수 없습니다.';
|
||||
$lang->message_received = '쪽지가 왔습니다.';
|
||||
|
|
@ -36,4 +38,4 @@ $lang->communication_send_message_grant = '쪽지 발송 권한';
|
|||
$lang->cmd_manage_base = '기본 정보';
|
||||
$lang->alert_new_message_arrived = '%d개의 새로운 메시지가 도착하였습니다. 확인하시겠습니까?';
|
||||
$lang->enable_communication_friend = '친구기능 사용';
|
||||
$lang->enable_communication_message = '쪽지기능 사용';
|
||||
$lang->enable_communication_message = '쪽지기능 사용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue