mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Fix #1877 allow moving archived messages back to the inbox
This commit is contained in:
parent
8b6e1949b0
commit
afdc450b00
7 changed files with 64 additions and 9 deletions
|
|
@ -22,6 +22,7 @@ $lang->cmd_add_friend = '친구 등록';
|
|||
$lang->cmd_message_box = '쪽지함';
|
||||
$lang->cmd_view_message_box = '쪽지함 보기';
|
||||
$lang->cmd_store = '보관함 이동';
|
||||
$lang->cmd_restore_to_inbox = '받은 쪽지함 이동';
|
||||
$lang->cmd_view_selected_frend_group = '선택된 그룹만 보기';
|
||||
$lang->cmd_add_friend_group = '친구 그룹 생성';
|
||||
$lang->cmd_rename_friend_group = '친구 그룹 이름 변경';
|
||||
|
|
@ -31,6 +32,7 @@ $lang->msg_no_self_friend = '자신을 친구로 등록할 수 없습니다.';
|
|||
$lang->msg_no_message = '쪽지가 없습니다.';
|
||||
$lang->msg_cannot_send_to_yourself = '자기 자신에게 쪽지를 보낼 수 없습니다.';
|
||||
$lang->message_received = '쪽지가 왔습니다.';
|
||||
$lang->msg_success_moved = '이동했습니다.';
|
||||
$lang->msg_title_is_null = '쪽지 제목을 입력해주세요.';
|
||||
$lang->msg_content_is_null = '내용을 입력해주세요.';
|
||||
$lang->msg_allow_message_to_friend = '친구에게만 쪽지 발송을 허용한 사용자라서 쪽지 발송을 하지 못했습니다.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue