git-svn-id: http://xe-core.googlecode.com/svn/trunk@1768 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 07:09:44 +00:00
parent ecd3e7920b
commit fe64f71ee7
52 changed files with 48 additions and 78 deletions

View file

@ -5,6 +5,7 @@
* @brief 첨부파일(file) 모듈의 기본 언어팩
**/
$lang->file = '첨부파일';
$lang->file_name = '파일이름';
$lang->file_size = '파일크기';
$lang->download_count = '다운로드 받은 수';
@ -35,7 +36,4 @@
'regdate' => '등록일',
'ipaddress' => 'IP 주소',
);
$lang->admin_module_title = "첨부파일";
?>