23 lines
783 B
PHP
23 lines
783 B
PHP
<?php
|
|
/**
|
|
* The dept module English file of ZenTaoMS.
|
|
*
|
|
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package dept
|
|
* @version $Id$
|
|
* @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->delete = "Delete";
|
|
$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?";
|