#r18940383 파일 업로드시 실패 message 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7582 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-07-05 07:31:44 +00:00
parent 041aaa8f25
commit e4575cd65a
10 changed files with 28 additions and 2 deletions

View file

@ -52,4 +52,6 @@
'ipaddress' => 'IP 주소',
);
$lang->msg_not_allowed_outlink = '외부링크에서 다운로드 할 수 없습니다.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
?>