Files
EasySoft-ZenTaoPMS/module/doc/lang/ko.php
2010-09-11 07:11:57 +00:00

70 lines
3.0 KiB
PHP

<?php
/**
* The doc module english file of ZenTaoMS.
*
* ZenTaoMS is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* ZenTaoMS is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with ZenTaoMS. If not, see <http://www.gnu.org/licenses/>.
*
* @copyright Copyright 2009-2010 青岛易软天创网络科技有限公司(www.cnezsoft.com)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package doc
* @version $Id: en.php 824 2010-05-02 15:32:06Z wwccss $
* @link http://www.zentao.net
*/
/* 字段列表。*/
$lang->doc->common = '의사';
$lang->doc->id = '신분증';
$lang->doc->product = '제품';
$lang->doc->project = '프로젝트';
$lang->doc->lib = '도서관';
$lang->doc->module = '모듈';
$lang->doc->title = '제목';
$lang->doc->digest = '다이제스트';
$lang->doc->type = '유형';
$lang->doc->content = '콘텐츠';
$lang->doc->keywords = '키워드';
$lang->doc->url = '홈페이지';
$lang->doc->files = '파일';
$lang->doc->views = '조회';
$lang->doc->addedBy = '에 추가됨';
$lang->doc->addedDate = '추가된 날짜';
$lang->doc->editedBy = '에 의해 수정됨';
$lang->doc->editedDate = '날짜 수정됨';
$lang->doc->moduleName = '모듈 이름';
$lang->doc->moduleOrder = '모듈 명령';
/* 方法列表。*/
$lang->doc->index = '색인';
$lang->doc->create = '만들기 박사';
$lang->doc->edit = '편집 의사';
$lang->doc->delete = '삭제 박사님';
$lang->doc->browse = '브라 우즈 의사';
$lang->doc->view = '보기 박사님';
$lang->doc->createLib = '라이브러리 만들기';
$lang->doc->editLib = '수정 도서관';
$lang->doc->deleteLib = '도서관 삭제';
$lang->doc->libName = '도서관 이름';
$lang->doc->deleteFile = '삭제 파일';
$lang->doc->systemLibs['product'] = '제품 박사님';
$lang->doc->systemLibs['project'] = '프로젝트 의사';
$lang->doc->types['file'] = '파일';
$lang->doc->types['url'] = '링크';
$lang->doc->types['text'] = 'html로';
$lang->doc->confirmDeleteLib = "당신이 의사 라이브러리를 삭제하시겠습니까?";
$lang->doc->confirmDelete = "당신이 의사를 삭제하시겠습니까?";
$lang->doc->errorEditSystemDoc = "시스템 의사 도서관은 필요 없어 편집";