51 lines
2.3 KiB
PHP
51 lines
2.3 KiB
PHP
<?php
|
|
/**
|
|
* The tree module Korean 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 tree
|
|
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->tree->common = '모듈 관리';
|
|
$lang->tree->add = '추가하기';
|
|
$lang->tree->edit = '편집';
|
|
$lang->tree->addChild = '추가 아이';
|
|
$lang->tree->delete = '삭제';
|
|
$lang->tree->browse = '모듈 관리';
|
|
$lang->tree->manage = '관리';
|
|
$lang->tree->manageProduct = '옴 제품 모듈';
|
|
$lang->tree->manageProject = '프로젝트 관리 모듈';
|
|
$lang->tree->manageBug = '관리 버그 모듈';
|
|
$lang->tree->manageCase = '케이스 관리 모듈';
|
|
$lang->tree->manageCustomDoc = '관리 의사 도서관 모듈';
|
|
$lang->tree->updateOrder = '업데이트 순서';
|
|
$lang->tree->manageChild = '관리 아이';
|
|
$lang->tree->syncFromProduct = '복사 제품 모듈에서';
|
|
$lang->tree->ajaxGetOptionMenu = 'API가 : 선택 메뉴에서 가져오기';
|
|
$lang->tree->ajaxGetSonModules = 'API: Get son modules';
|
|
|
|
$lang->tree->confirmDelete = '이 모듈을 삭제하시겠습니까?';
|
|
$lang->tree->successSave = '성공 저장';
|
|
|
|
$lang->tree->name = '이름';
|
|
$lang->tree->parent = '부모의';
|
|
$lang->tree->child = '어린이';
|
|
$lang->tree->owner = '소유자';
|
|
$lang->tree->order = '주문';
|
|
$lang->tree->projectDoc = '프로젝트 의사';
|