24 lines
904 B
PHP
24 lines
904 B
PHP
<?php
|
|
/**
|
|
* The dept 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 dept
|
|
* @version $Id: en.php 993 2010-08-02 10:20:01Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->dept->common = '학부';
|
|
$lang->dept->add = "추가하기";
|
|
$lang->dept->addChild = "아동학과 추가";
|
|
$lang->dept->manageChild = "어린이 deprtment";
|
|
$lang->dept->delete = "삭제";
|
|
$lang->dept->browse = "관리";
|
|
$lang->dept->manage = "관리";
|
|
$lang->dept->updateOrder = "업데이트 순서";
|
|
$lang->dept->users = "사용자";
|
|
|
|
$lang->dept->saveButton = "저장 (S)";
|
|
$lang->dept->confirmDelete = "이 부서를 삭제하시겠습니까?";
|