31 lines
1.2 KiB
PHP
31 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* The dept module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package dept
|
|
* @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
|
|
* @link http://www.zentao.net
|
|
*/
|
|
$lang->dept->common = 'Department';
|
|
$lang->dept->manageChild = "Children";
|
|
$lang->dept->edit = "Edit";
|
|
$lang->dept->delete = "Delete";
|
|
$lang->dept->parent = "Parent";
|
|
$lang->dept->manager = "Manager";
|
|
$lang->dept->name = "Dept Name";
|
|
$lang->dept->browse = "Departments";
|
|
$lang->dept->manage = "Maintain Dept";
|
|
$lang->dept->updateOrder = "Update/Order";
|
|
$lang->dept->add = "Add Dept";
|
|
$lang->dept->dragAndSort = "Drag and Sort";
|
|
|
|
$lang->dept->confirmDelete = " Do you want to delete this Dept?";
|
|
$lang->dept->successSave = " Saved!";
|
|
|
|
$lang->dept->error = new stdclass();
|
|
$lang->dept->error->hasSons = 'This Dept has child Dept. You cannot be deleted!';
|
|
$lang->dept->error->hasUsers = 'This Dept has staff. It cannot be deleted!';
|