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

This commit is contained in:
zero 2007-03-06 03:19:02 +00:00
parent 87cd70b321
commit 9a7eee1f4f
5 changed files with 57 additions and 16 deletions

View file

@ -0,0 +1,19 @@
<?php
/**
* @file modules/file/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 첨부파일(file) 모듈의 기본 언어팩
**/
$lang->module = '모듈';
$lang->file_name = '파일이름';
$lang->file_size = '파일크기';
$lang->download_count = '다운로드 받은 수';
$lang->cmd_delete_checked_file = '선택항목 삭제';
$lang->cmd_move_to_document = '문서로 이동';
$lang->cmd_download = '다운로드';
$lang->msg_cart_is_null = '삭제할 글을 선택해주세요';
$lang->msg_checked_file_is_deleted = '%d개의 첨부파일이 삭제되었습니다';
?>