mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1041 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
37af2d027c
commit
9ad9472b85
6 changed files with 44 additions and 17 deletions
|
|
@ -18,8 +18,8 @@
|
|||
$lang->allow_mailing = '메일링 가입';
|
||||
$lang->allow_message = '쪽지 수신 허용';
|
||||
$lang->allow_message_type = array(
|
||||
'N' => '전체 수신',
|
||||
'Y' => '거부',
|
||||
'Y' => '전체 수신',
|
||||
'N' => '거부',
|
||||
'F' => '친구만 허용',
|
||||
);
|
||||
|
||||
|
|
@ -103,7 +103,9 @@
|
|||
$lang->msg_already_logged = '이미 회원 가입을 하신 상태입니다';
|
||||
$lang->msg_not_logged = '로그인을 하지 않으셨습니다';
|
||||
$lang->msg_title_is_null = '쪽지 제목을 입력해주세요';
|
||||
$lang->msg_content_is_null = '쪽지 내용을 입력해주세요';
|
||||
$lang->msg_content_is_null = '내용을 입력해주세요';
|
||||
$lang->msg_allow_message_to_friend = '친구에게만 쪽지 수신을 허용한 사용자라서 쪽지 발송을 하지 못했습니다';
|
||||
$lang->msg_disallow_message = '쪽지 수신을 거부한 사용자라서 쪽지 발송을 하지 못했습니다';
|
||||
|
||||
$lang->msg_not_uploaded_image_name = '이미지 이름을 등록할 수가 없습니다';
|
||||
$lang->msg_not_uploaded_image_mark = '이미지 마크를 등록할 수가 없습니다';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue