33 lines
1.3 KiB
PHP
33 lines
1.3 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->add = "Add";
|
|
$lang->dept->addChild = "Add child department";
|
|
$lang->dept->manageChild = "Child deprtment";
|
|
$lang->dept->edit = "Edit";
|
|
$lang->dept->delete = "Delete";
|
|
$lang->dept->parent = "Parent";
|
|
$lang->dept->manager = "Manger";
|
|
$lang->dept->name = "Name";
|
|
$lang->dept->browse = "Manage";
|
|
$lang->dept->manage = "Manage";
|
|
$lang->dept->updateOrder = "Update order";
|
|
$lang->dept->users = "Users";
|
|
|
|
$lang->dept->saveButton = " Save (S) ";
|
|
$lang->dept->confirmDelete = "Are you sure to delete this department?";
|
|
$lang->dept->successSave = "Success save.";
|
|
|
|
$lang->dept->error = new stdclass();
|
|
$lang->dept->error->hasSons = "Can't delete this dept, because that has child.";
|
|
$lang->dept->error->hasUsers = "Can't delete this dept, because that has users.";
|