rhymix/modules/file/lang/ko.lang.php
zero 8326004cb2 삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-08-12 03:59:52 +00:00

39 lines
1.8 KiB
PHP

<?php
/**
* @file modules/file/lang/ko.lang.php
* @author zero <zero@nzeo.com>
* @brief 첨부파일(file) 모듈의 기본 언어팩
**/
$lang->file = '첨부파일';
$lang->file_name = '파일이름';
$lang->file_size = '파일크기';
$lang->download_count = '다운로드 받은 수';
$lang->status = '상태';
$lang->is_valid = '유효';
$lang->is_stand_by = '대기';
$lang->file_list = '첨부 파일 목록';
$lang->allowed_filesize = '파일 제한 크기';
$lang->allowed_attach_size = '문서 첨부 제한';
$lang->allowed_filetypes = '허용 확장자';
$lang->about_allowed_filesize = '하나의 파일에 대해 최고 용량을 지정할 수 있습니다. (관리자는 제외)';
$lang->about_allowed_attach_size = '하나의 문서에 첨부할 수 있는 최고 용량을 지정할 수 있습니다. (관리자는 제외)';
$lang->about_allowed_filetypes = '허용한 확장자만 첨부할 수 있습니다. "*.확장자"로 지정할 수 있고 ";" 으로 여러개 지정이 가능합니다.<br />ex) *.* or *.jpg;*.gif;<br />(관리자는 제외)';
$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개의 첨부파일이 삭제되었습니다';
$lang->msg_exceeds_limit_size = '허용된 용량을 초과하여 첨부가 되지 않았습니다';
$lang->search_target_list = array(
'filename' => '파일이름',
'filesize' => '파일크기 (byte, 이상)',
'download_count' => '다운로드 회수 (이상)',
'regdate' => '등록일',
'ipaddress' => 'IP 주소',
);
?>