20 lines
729 B
PHP
20 lines
729 B
PHP
<?php
|
|
/**
|
|
* The file module Korean file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
|
|
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package file
|
|
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->file->common = '파일';
|
|
$lang->file->download = '다운로드';
|
|
$lang->file->delete = '삭제';
|
|
$lang->file->export2CSV = 'CSV 내보내기';
|
|
$lang->file->ajaxUpload = 'AJAX: upload file from editor';
|
|
$lang->file->label = '제목 :';
|
|
|
|
$lang->file->confirmDelete = " Are you sure to delete this file?";
|